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