doc improved

This commit is contained in:
Éder F. Zulian
2018-07-20 09:56:09 +02:00
parent ed5b0c30fe
commit d8ec15436f

View File

@@ -1049,7 +1049,7 @@ with the original trace specified in the simulation file replaced by a trace
from the list. Otherwise it runs a simulation per simulation file using the
trace specified in the simulation file. Files are expected to be available
(already commited and pushed to be available after cloning) in the
[traces folder](DRAMSys/library/resources/configs/traces).
[traces folder](DRAMSys/library/resources/traces).
``` bash
use_trace_list="yes"
@@ -1070,7 +1070,7 @@ The script runs one instance of DRAMSys for each of the files in the list.
Set the variable **use_json_cfg** to **yes** in order to override sim_files
with new simulation files generated from a JSON description. Otherwise the
simulation files are the ones specified by sim_files. Files are expected to be
available (already commited and pushed to be available after cloning) in the
available (already commited and pushed to be available after cloning) in
[configs_json](DRAMSys/library/resources/scripts/DRAMSylva/configs_json).
``` bash