diff --git a/README.md b/README.md
index 4758e624..0d46f0e0 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,10 @@
-DRAMSys4.0
-===========
+
-**DRAMSys4.0** [1] [2] [3] is a flexible DRAM subsystem design space exploration framework based on SystemC TLM-2.0.
+
+
+
+
+**DRAMSys4.0** is a flexible DRAM subsystem design space exploration framework based on SystemC TLM-2.0.
Pipeline Status: [](https://git.eit.uni-kl.de/ems/astdm/dram.sys/commits/master)
[](https://git.eit.uni-kl.de/ems/astdm/dram.sys/commits/master)
@@ -18,6 +21,12 @@ Pipeline Status: [.
+
+
+
## Basic Setup
Start using DRAMSys by cloning the repository.
@@ -134,7 +143,7 @@ Syntax example:
# [clock-cyle]: [write|read] [hex-address] [hex-data (optional)]
31: read 0x400140
33: read 0x400160
-56: write 0x7fff8000 0x123456789abcdef
+56: write 0x7fff8000 0x123456789abcdef...
81: read 0x400180
```
@@ -149,7 +158,7 @@ Syntax example:
# [clock-cyle]: [write|read] [hex-address] [hex-data (optional)]
31: read 0x400140
2: read 0x400160
-23: write 0x7fff8000 0x123456789abcdef
+23: write 0x7fff8000 0x123456789abcdef...
25: read 0x400180
```
@@ -184,8 +193,8 @@ The content of [ddr3.json](DRAMSys/library/resources/configs/simulator/ddr3.json
"ECCControllerMode": "Disabled",
"UseMalloc": false,
"AddressOffset": 0,
- "ErrorCSVFile": "",
"ErrorChipSeed": 42,
+ "ErrorCSVFile": "",
"StoreMode": "NoStorage"
}
}
@@ -226,12 +235,12 @@ The content of [ddr3.json](DRAMSys/library/resources/configs/simulator/ddr3.json
- Address offset of the DRAM subsystem (required for the gem5 coupling).
- *ErrorChipSeed* (unsigned int)
- Seed to initialize the random error generator.
- - *ErrorCSVFile* (string)
- - CSV file with error injection information.
- - *StoreMode* (string)
- - "NoStorage": no storage
- - "Store": store data without error model
- - "ErrorModel": store data with error model [6]
+- *ErrorCSVFile* (string)
+ - CSV file with error injection information.
+- *StoreMode* (string)
+ - "NoStorage": no storage
+ - "Store": store data without error model
+ - "ErrorModel": store data with error model [6]
##### Thermal Simulation