Default storage mode is NoStorage

This commit is contained in:
Éder F. Zulian
2015-11-20 21:30:38 +01:00
parent 628731a5a3
commit 5cc32d090b

View File

@@ -9,5 +9,5 @@
<!-- Error Modelling -->
<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)-->
</memconfig>