Doc improved

This commit is contained in:
Éder F. Zulian
2018-08-28 12:00:15 +02:00
parent 6436087b2e
commit ff3f5ac2f4

View File

@@ -1442,15 +1442,25 @@ $ ./DRAMSys > output
## DRAMSys with gem5
Install gem5 by following the instructions on the gem5 wiki
http://gem5.org/Documentation#Getting_Started. In order to understand the
SystemC coupling with gem5 it is recommended to study util/tlm/README and [11].
Install gem5 by following the instructions on the [gem5 wiki](http://gem5.org/Documentation#Getting_Started).
Optionally, use the scripts from [gem5.TnT](https://github.com/tukl-msd/gem5.TnT) to install gem5, build it and much more.
In order to understand the SystemC coupling with gem5 it is recommended to
read the documentation in the gem5 repository *util/tlm/README* and [12].
The main steps for building gem5 with SystemC are:
``` bash
scons build/ARM/gem5.opt
scons --with-cxx-config --without-python build/ARM/libgem5_opt.so
#for mac: scons --with-cxx-config --without-python build/ARM/libgem5_opt.dylib
cd util/tlm
```
For MacOS:
``` bash
scons build/ARM/gem5.opt
scons --with-cxx-config --without-python build/ARM/libgem5_opt.dylib
cd util/tlm
```