Doc improved
This commit is contained in:
18
README.md
18
README.md
@@ -1442,15 +1442,25 @@ $ ./DRAMSys > output
|
|||||||
|
|
||||||
## DRAMSys with gem5
|
## DRAMSys with gem5
|
||||||
|
|
||||||
Install gem5 by following the instructions on the gem5 wiki
|
Install gem5 by following the instructions on the [gem5 wiki](http://gem5.org/Documentation#Getting_Started).
|
||||||
http://gem5.org/Documentation#Getting_Started. In order to understand the
|
Optionally, use the scripts from [gem5.TnT](https://github.com/tukl-msd/gem5.TnT) to install gem5, build it and much more.
|
||||||
SystemC coupling with gem5 it is recommended to study util/tlm/README and [11].
|
|
||||||
|
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:
|
The main steps for building gem5 with SystemC are:
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
scons build/ARM/gem5.opt
|
scons build/ARM/gem5.opt
|
||||||
scons --with-cxx-config --without-python build/ARM/libgem5_opt.so
|
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
|
cd util/tlm
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user