FR_FCFS default storage mode changed back to "NoStorage".

It was an overcommit (I forgot to change it back ;) ).
This commit is contained in:
Éder F. Zulian
2015-11-17 11:51:12 +01:00
parent c23c6311c7
commit 5ab6e88ab5

View File

@@ -9,7 +9,7 @@
<!-- Error Model: -->
<ErrorChipSeed value="42" />
<ErrorCSVFile value="../../DRAMSys/simulator/src/error/error.csv" />
<ErrorStoreMode value="ErrorModel" /> <!--3 Modes: NoStorage, Store (store data without errormodel), ErrorModel (store data with errormodel)-->
<ErrorStoreMode value="NoStorage" /> <!--3 Modes: NoStorage, Store (store data without errormodel), ErrorModel (store data with errormodel)-->
<!--
<Buswidth value="128" />
<ReadWriteGrouping value="false" />