From 1bb6a100ab92c52259fcf12feb1e5c02f46b3fdd Mon Sep 17 00:00:00 2001 From: Abdul Mutaal Ahmad Date: Tue, 15 Sep 2015 08:14:07 -0500 Subject: misc: Bugfix in TLM integration regarding CleanEvict Command The CleanEvict command was not considered in /util/tlm/sc_port.cc this could lead to a simulator crash. This issue is solved by ignoring this special command type. Committed by: Nilay Vaish --- util/tlm/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/tlm/README') diff --git a/util/tlm/README b/util/tlm/README index f3cb4fbfd..126705296 100644 --- a/util/tlm/README +++ b/util/tlm/README @@ -33,7 +33,7 @@ without python. > cd ../.. > scons build/ARM/gem5.opt > scons --with-cxx-config --without-python build/ARM/libgem5_opt.so -> cd util/systemc_tlm +> cd util/tlm Set a proper LD_LIBRARY_PATH e.g. for bash: > export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/path/to/gem5/build/ARM/" -- cgit v1.2.3