util: Update the tlm README

Change-Id: I4006257bf55d7065136347788783796fd39ab725
This commit is contained in:
Roger Chang
2023-11-23 08:41:37 +08:00
parent 4d632cb73f
commit 23e4525e29

View File

@@ -93,13 +93,14 @@ without python.
> cd ../.. > cd ../..
> scons build/ARM/gem5.opt > scons build/ARM/gem5.opt
> scons --with-cxx-config --without-python --without-tcmalloc USE_SYSTEMC=0 \ > scons setconfig build/ARM USE_SYSTEMC=n
> build/ARM/libgem5_opt.so > scons --with-cxx-config --without-python --without-tcmalloc \
> --duplicate-sources build/ARM/libgem5_opt.so
> cd util/tlm > cd util/tlm
Note: For MAC / OSX this command should be used: Note: For MAC / OSX this command should be used:
> scons --with-cxx-config --without-python --without-tcmalloc USE_SYSTEMC=0 \ > scons --with-cxx-config --without-python --without-tcmalloc \
> build/ARM/libgem5_opt.dylib > --duplicate-sources build/ARM/libgem5_opt.dylib
To build all sources of the SystemC binding and the examples simply run scons: To build all sources of the SystemC binding and the examples simply run scons: