Change in project structure.
This commit is contained in:
16
README.md
16
README.md
@@ -101,14 +101,14 @@ The compilation generates executable binary files **dramSys** and
|
||||
From the build directory use the commands below to execute DRAMSys.
|
||||
|
||||
``` bash
|
||||
$ cd dram/dramSys
|
||||
$ cd dramSys
|
||||
$ ./dramSys
|
||||
```
|
||||
|
||||
From the build directory use the commands below to execute the traceAnalyzer.
|
||||
|
||||
``` bash
|
||||
$ cd analyzer/analyzer
|
||||
$ cd analyzer
|
||||
$ ./traceAnalyzer
|
||||
```
|
||||
|
||||
@@ -134,17 +134,17 @@ The XML code below shows a typic configuration:
|
||||
|
||||
<!-- Memory Specifications -->
|
||||
<memspecs>
|
||||
<memspec src="../../../DRAMSys/dram/resources/configs/memspecs/WideIO.xml"></memspec>
|
||||
<memspec src="../../DRAMSys/dramSys/resources/configs/memspecs/WideIO.xml"></memspec>
|
||||
</memspecs>
|
||||
|
||||
<!-- Address Mappings -->
|
||||
<addressmappings>
|
||||
<addressmapping src="../../../DRAMSys/dram/resources/configs/amconfigs/am_wideio.xml"></addressmapping>
|
||||
<addressmapping src="../../DRAMSys/dramSys/resources/configs/amconfigs/am_wideio.xml"></addressmapping>
|
||||
</addressmappings>
|
||||
|
||||
<!-- Memory Configurations -->
|
||||
<memconfigs>
|
||||
<memconfig src="../../../DRAMSys/dram/resources/configs/memconfigs/fifo.xml"/>
|
||||
<memconfig src="../../DRAMSys/dramSys/resources/configs/memconfigs/fifo.xml"/>
|
||||
</memconfigs>
|
||||
|
||||
<!-- Trace Setups -->
|
||||
@@ -236,7 +236,7 @@ Below are listed the configuration sections and configuration fields.
|
||||
|
||||
XML files describe the address mapping to be used in the simulation.
|
||||
|
||||
The file [am_wideio.xml](DRAMSys/dram/resources/configs/amconfigs/am_wideio.xml) is
|
||||
The file [am_wideio.xml](DRAMSys/dramSys/resources/configs/amconfigs/am_wideio.xml) is
|
||||
a good example.
|
||||
|
||||
``` xml
|
||||
@@ -265,7 +265,7 @@ Below are listed the configuration sections and configuration fields.
|
||||
|
||||
- **Memory Configuration**
|
||||
|
||||
The content of [fifo.xml](DRAMSys/dram/resources/configs/memconfigs/fifo.xml) is
|
||||
The content of [fifo.xml](DRAMSys/dramSys/resources/configs/memconfigs/fifo.xml) is
|
||||
presented below as an example.
|
||||
|
||||
``` xml
|
||||
@@ -340,7 +340,7 @@ Resources of the simulator are available inside of the **resources** directory
|
||||
and its sub-directories.
|
||||
|
||||
``` bash
|
||||
$ cd DRAMSys/dram/resources
|
||||
$ cd DRAMSys/dramSys/resources
|
||||
```
|
||||
|
||||
A description of the content each directory follows.
|
||||
|
||||
Reference in New Issue
Block a user