Config files updated.

This commit is contained in:
Éder F. Zulian
2015-11-20 16:23:55 +01:00
parent 1adee22ba0
commit 8fcd2edc7f
3 changed files with 6 additions and 6 deletions

View File

@@ -228,7 +228,7 @@ Enable the error model in fr_fcfs.xml.
<MaxNrOfTransactions value="8" />
<Scheduler value="FR_FCFS" />
<Capsize value="5" />
<PowerDownMode value="TimeoutPDN" />
<PowerDownMode value="NoPowerDown"/>
<PowerDownTimeout value="100" />
<!-- Error Model: -->
<ErrorChipSeed value="42" />
@@ -478,11 +478,11 @@ Below are listed the configuration sections and configuration fields.
<MaxNrOfTransactions value="8"/>
<Scheduler value="FIFO_STRICT"/>
<Capsize value="5"/>
<PowerDownMode value="TimeoutSREF"/>
<PowerDownMode value="NoPowerDown"/>
<PowerDownTimeout value="100"/>
<!-- Error Modelling -->
<ErrorChipSeed value="42"/>
<ErrorCSVFile value="../src/error/error_new.csv"/>
<ErrorCSVFile value="../../DRAMSys/simulator/src/error/error.csv" />
<ErrorStoreMode value="NoStorage"/>
</memconfig>
```