New configuration option: DynamicTemperatureSimulation

This commit is contained in:
Éder F. Zulian
2015-09-24 18:23:40 +02:00
parent 65e52d0e75
commit 3c809a2853
6 changed files with 37 additions and 2 deletions

View File

@@ -132,6 +132,7 @@ The XML code below shows a typic configuration:
<NumberOfTracePlayers value="5"/>
<NumberOfMemChannels value="1"/>
<ControllerCoreDisableRefresh value="0"/>
<DynamicTemperatureSimulation value="0"/>
</simconfig>
<!-- Memory Specifications -->
@@ -231,6 +232,9 @@ Below are listed the configuration sections and configuration fields.
- *ControllerCoreDisableRefresh* (boolean)
- "1": disables refreshes
- "0": normal operation (refreshes enabled)
- *DynamicTemperatureSimulation* (boolean)
- "1": enables the dynamic temperature simulation feature
- "0": static temperature during simulation
- **Memory specification**