From 22127bcaced32a5f069050e38f330de2a27fe0e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89der=20F=2E=20Zulian?= Date: Tue, 7 Nov 2017 16:04:16 +0100 Subject: [PATCH] Names fixed --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 980844d4..35d438e9 100644 --- a/README.md +++ b/README.md @@ -177,7 +177,7 @@ $ qmake ../DRAMSys/DRAMSys.pro $ make ``` -The compilation generates executable binary files **dramSys** and +The compilation generates executable binary files **DRAMSys** and **traceAnalyzer** that can be found inside sub-directories. From the build directory use the commands below to execute DRAMSys. @@ -190,7 +190,7 @@ $ ./DRAMSys From the build directory use the commands below to execute the traceAnalyzer. ``` bash -$ cd analyzer +$ cd traceAnalyzer $ ./traceAnalyzer ``` @@ -440,7 +440,7 @@ simulation server. ### DRAMSys Configuration -The **dramSys** executable supports one argument which is a XML file that +The **DRAMSys** executable supports one argument which is a XML file that contains configurable aspects of the desired simulation. If no argument is passed through the command line a default configuration file will be loaded. @@ -849,7 +849,7 @@ is redirected to a file. ``` bash $ cd build/simulator/ -$ ./dramSys > output +$ ./DRAMSys > output ``` #### Log Collector Script