diff --git a/README.md b/README.md index 44fe13cf..980844d4 100644 --- a/README.md +++ b/README.md @@ -184,7 +184,7 @@ From the build directory use the commands below to execute DRAMSys. ``` bash $ cd simulator -$ ./dramSys +$ ./DRAMSys ``` From the build directory use the commands below to execute the traceAnalyzer. @@ -305,7 +305,7 @@ $ qmake ../DRAMSys/DRAMSys.pro $ make -j ``` -Now you can try to run DramSys and traceAnalyzer App inside folder simulator and analyzer, respectively +Now you can try to run DRAMSys and traceAnalyzer App inside folder simulator and traceAnalyzer, respectively ### DRAMSys Thermal Simulation @@ -529,7 +529,7 @@ Below, the sub-configurations are listed and explained. - **Simulator Configuration** The content of - [ddr3.xml](DRAMSys/simulator/resources/configs/simulator/ddr3.xml) is + [ddr3.xml](DRAMSys/library/resources/configs/simulator/ddr3.xml) is presented below as an example. ```xml @@ -586,7 +586,7 @@ Below, the sub-configurations are listed and explained. - **Temperature Simulator Configuration** The content of - [config.xml](DRAMSys/simulator/resources/configs/thermalsim/config.xml) is + [config.xml](DRAMSys/library/resources/configs/thermalsim/config.xml) is presented below as an example. ```xml @@ -595,7 +595,7 @@ Below, the sub-configurations are listed and explained. - + @@ -646,7 +646,7 @@ Below, the sub-configurations are listed and explained. XML files describe the address mapping to be used in the simulation. - The file [am_wideio.xml](DRAMSys/simulator/resources/configs/amconfigs/am_wideio.xml) is + The file [am_wideio.xml](DRAMSys/library/resources/configs/amconfigs/am_wideio.xml) is a good example. ``` xml @@ -679,7 +679,7 @@ Below, the sub-configurations are listed and explained. - **Memory Configuration** - The content of [fifo.xml](DRAMSys/simulator/resources/configs/memconfigs/fifo.xml) is + The content of [fifo.xml](DRAMSys/library/resources/configs/memconfigs/fifo.xml) is presented below as an example. ``` xml @@ -694,7 +694,7 @@ Below, the sub-configurations are listed and explained. - + - + @@ -840,7 +840,7 @@ $ ./generateErrorTest.pl > test_error.stl Start the 3D-ICE server providing the stack file and the port number. ``` bash -$ cd DRAMSys/simulator/resources/configs/thermalsim +$ cd DRAMSys/library/resources/configs/thermalsim $ 3D-ICE-Server stack.stk 11880 ```