Names fixed

This commit is contained in:
Éder F. Zulian
2017-11-07 16:04:16 +01:00
parent 58f44d319f
commit 22127bcace

View File

@@ -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