Add logo and UML to the readme.
This commit is contained in:
21
README.md
21
README.md
@@ -1,7 +1,10 @@
|
||||
DRAMSys4.0
|
||||
===========
|
||||
<img src="DRAMSys/docs/images/dramsys4_0.png" width="350" style="float: left;"/>
|
||||
|
||||
**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: [.
|
||||
|
||||
<img src="DRAMSys/docs/images/dramsys_uml.png" alt="UML" />
|
||||
|
||||
## 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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user