fix
This commit is contained in:
44
README.md
44
README.md
@@ -617,7 +617,7 @@ Below, the sub-configurations are listed and explained.
|
|||||||
- "bank_bits": Number of the addres bits which are connected to a bank bit
|
- "bank_bits": Number of the addres bits which are connected to a bank bit
|
||||||
- "row_bits": Number of the addres bits which are connected to a row bit
|
- "row_bits": Number of the addres bits which are connected to a row bit
|
||||||
|
|
||||||
```json
|
``` json
|
||||||
{
|
{
|
||||||
"Config": {
|
"Config": {
|
||||||
"numberOfBankBits": 3,
|
"numberOfBankBits": 3,
|
||||||
@@ -665,32 +665,30 @@ Below, the sub-configurations are listed and explained.
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
- **Memory Configuration**
|
|
||||||
|
|
||||||
The content of [fifo.xml](DRAMSys/library/resources/configs/memconfigs/fifo.xml) is
|
- **Memory Controller Configuration**
|
||||||
|
|
||||||
|
The content of [fifo.xml](DRAMSys/library/resources/configs/mcconfigs/fifo.xml) is
|
||||||
presented below as an example.
|
presented below as an example.
|
||||||
|
|
||||||
``` xml
|
``` xml
|
||||||
<mcconfig>
|
<mcconfig>
|
||||||
<BankwiseLogic value="0"/>
|
<BankwiseLogic value="0"/>
|
||||||
<OpenPagePolicy value="1" />
|
<OpenPagePolicy value="1" />
|
||||||
<MaxNrOfTransactions value="8" />
|
<MaxNrOfTransactions value="8" />
|
||||||
<Scheduler value="FIFO" />
|
<Scheduler value="FIFO" />
|
||||||
<Capsize value="5" />
|
<Capsize value="5" />
|
||||||
<!-- 4 Modes: NoPowerDown, Staggered, TimeoutPDN, TimeoutSREF -->
|
<!-- 4 Modes: NoPowerDown, Staggered, TimeoutPDN, TimeoutSREF -->
|
||||||
<PowerDownMode value="NoPowerDown" />
|
<PowerDownMode value="NoPowerDown" />
|
||||||
<PowerDownTimeout value="100" />
|
<PowerDownTimeout value="100" />
|
||||||
<!-- Error Modelling -->
|
<!-- Error Modelling -->
|
||||||
<ErrorChipSeed value="42" />
|
<ControllerCoreDisableRefresh value="0"/>
|
||||||
<ErrorCSVFile value="../../DRAMSys/library/src/error/error.csv" />
|
<ControllerCoreForceMaxRefBurst value="0"/>
|
||||||
<!-- Modes:
|
<ControllerCoreEnableRefPostpone value="0"/>
|
||||||
- NoStorage,
|
<ControllerCoreEnableRefPullIn value="0"/>
|
||||||
- Store (store data without errormodel),
|
<ControllerCoreMaxPostponedARCmd value="8"/>
|
||||||
- ErrorModel (store data with errormodel)
|
<ControllerCoreMaxPulledInARCmd value="8"/>
|
||||||
-->
|
</mcconfig>
|
||||||
<StoreMode value="NoStorage" />
|
|
||||||
<ControllerCoreDisableRefresh value="0"/>
|
|
||||||
</mcconfig>
|
|
||||||
```
|
```
|
||||||
|
|
||||||
- *BankwiseLogic* (boolean)
|
- *BankwiseLogic* (boolean)
|
||||||
|
|||||||
Reference in New Issue
Block a user