doc updated

This commit is contained in:
Éder F. Zulian
2018-07-12 18:19:57 +02:00
parent 19ac04774b
commit 389d947621

View File

@@ -1023,6 +1023,23 @@ mediabench-unepic_32.stl
The script runs one instance of DRAMSys for each of the files in the list. The script runs one instance of DRAMSys for each of the files in the list.
**The multiple instances run in parallel**. **The multiple instances run in parallel**.
Set the variable **use_DRAMSyrup_to_generate_config_files** to **yes** in
order to get all the essential simuation files auto generated from a
description in JSON format loaded from
[**configs.json**](DRAMSys/library/resources/scripts/DRAMSylva/configs.json).
``` bash
use_DRAMSyrup_to_generate_config_files="yes"
```
+ Insert the desired simulation data in **configs.json**. Multiple arrays are
allowed and encouraged. Each array corresponds to a full simulation setup.
+ Commit and push your changes.
+ Run **DRAMSylva** as previously described. All generated files will be
inside the output folder, so it will be possible to keep a perfect track of
all simulations.
For more information check the documentation in [DRAMSylva folder](DRAMSys/library/resources/scripts/DRAMSylva). For more information check the documentation in [DRAMSylva folder](DRAMSys/library/resources/scripts/DRAMSylva).
#### Trace Generator Script #### Trace Generator Script