From bf6558a231a92c70faec6611b011588b7a145f1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89der=20F=2E=20Zulian?= Date: Tue, 29 May 2018 19:17:19 +0200 Subject: [PATCH] doc updated --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index d2ab4e5e..7d1c1b94 100644 --- a/README.md +++ b/README.md @@ -791,6 +791,15 @@ sim_files=" " ``` +**Traces to be used in each of the simulation setups have to be explicitly added to the traces list**. + +```bash +traces=" +ddr3_example.stl +mediabench-unepic_32.stl +" +``` + The script runs one instance of DRAMSys for each of the files in the list. **The multiple instances run in parallel**. For more information check the documentation in [DRAMSylva folder](DRAMSys/library/resources/scripts/DRAMSylva).