diff options
author | Abdul Mutaal Ahmad <abdul.mutaal@gmail.com> | 2015-09-15 08:14:07 -0500 |
---|---|---|
committer | Abdul Mutaal Ahmad <abdul.mutaal@gmail.com> | 2015-09-15 08:14:07 -0500 |
commit | 1bb6a100ab92c52259fcf12feb1e5c02f46b3fdd (patch) | |
tree | e84d85c5abaf4f6b6a45d2c8b71fa92afcd2ebda /util/tlm/README | |
parent | 543efd5ca687782028fad8873099ad38eeb64085 (diff) | |
download | gem5-1bb6a100ab92c52259fcf12feb1e5c02f46b3fdd.tar.xz |
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 <nilay@cs.wisc.edu>
Diffstat (limited to 'util/tlm/README')
-rw-r--r-- | util/tlm/README | 2 |
1 files changed, 1 insertions, 1 deletions
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/" |