doc update

This commit is contained in:
Éder F. Zulian
2018-11-08 13:18:53 +01:00
parent 3e79ab9dc9
commit 3bd9082650
2 changed files with 5 additions and 554 deletions

View File

@@ -1542,7 +1542,7 @@ A **Hello world!** message should be printed to the standard output.
Execute a bubble sort application:
```bash
./DRAMSys_gem5 ../../DRAMSys/library/resources/simulations/ddr3-gem5-se.xml ../../DRAMSys/gem5/configs/bubblesort.ini 1
./DRAMSys_gem5 ../../DRAMSys/library/resources/simulations/ddr3-gem5-se.xml ../../DRAMSys/gem5/gem5_se/Bubblesort/config.ini 1
```
Wait some minutes for the bubble sort application to finish.
@@ -1578,6 +1578,10 @@ MemConfig.config_mem(options, system)
...
```
A convenience script to execute several applications automatically
[**run.sh**](DRAMSys/gem5/gem5_se/run.sh) is provided . Take a look and learn
from it.
### Boot Linux with gem5 and DRAMSys
The procedure is very similar to the traffic generator example above.