From 634bfd0312ba96fe28a3ff3bab0003412f6b4e99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89der=20F=2E=20Zulian?= Date: Tue, 24 Jul 2018 12:23:00 +0200 Subject: [PATCH] DRAMSylva - support to list of JSON config files --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f49bd69d..1ac7e43c 100644 --- a/README.md +++ b/README.md @@ -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.