30 lines
955 B
XML
30 lines
955 B
XML
<simconfig>
|
|
<SimulationName value="ddr3" />
|
|
<Debug value="0" />
|
|
<DatabaseRecording value="1" />
|
|
<PowerAnalysis value="1" />
|
|
<EnableWindowing value = "1" />
|
|
<WindowSize value="1000" />
|
|
<ThermalSimulation value="0"/>
|
|
<SimulationProgressBar value="1"/>
|
|
<NumberOfMemChannels value="1"/>
|
|
<NumberOfDevicesOnDIMM value = "8" />
|
|
<CheckTLM2Protocol value = "0" />
|
|
<AddressOffset value = "0" />
|
|
<ECCControllerMode value = "Disabled" />
|
|
<ErrorChipSeed value="42" />
|
|
<ErrorCSVFile value="" />
|
|
<!-- Modes:
|
|
- NoStorage,
|
|
- Store (store data without errormodel),
|
|
- ErrorModel (store data with errormodel)
|
|
-->
|
|
<StoreMode value="NoStorage" />
|
|
<!-- Gem5 Related Configuration:
|
|
In the memory controller file the storage mode should be set to Store
|
|
E.g. the DRAM is located at 0x80000000 for gem5
|
|
<AddressOffset value = "2147483648" />
|
|
-->
|
|
<UseMalloc value="0" />
|
|
</simconfig>
|