DRAMSylva - support to list of JSON config files

This commit is contained in:
Éder F. Zulian
2018-07-24 12:23:00 +02:00
parent ef3e88057a
commit 634bfd0312

View File

@@ -1089,21 +1089,24 @@ available (already commited and pushed to be available after cloning) in
use_json_cfg="yes"
```
All the essential simuation files are auto generated accordingly to the JSON
description provided in **json_cfg**.
All the essential simuation files are auto generated accordingly to each of
the JSON descriptions provided in **json_cfg_list**.
Several examples of JSON configuration files are provided in
[configs_json](DRAMSys/library/resources/scripts/DRAMSylva/configs_json).
+ Insert the desired simulation data in a JSON file following any of the
examples provided, e.g.,
+ Insert the desired simulation data in one or multiple JSON files following
any of the examples provided, e.g.,
[**configs.json**](DRAMSys/library/resources/scripts/DRAMSylva/configs_json/configs.json).
Multiple arrays are allowed and encouraged. Each array corresponds to a full
simulation setup.
+ Assign your JSON file to the variable **json_cfg** in DRAMSylva.sh.
+ Add your JSON files to **json_cfg_list** in DRAMSylva.sh.
``` bash
json_cfg="configsrbc1x.json"
json_cfg_list="
ref.json
ref_bw.json
"
```
+ Commit and push your changes.