Simulation Progress Bar

This commit is contained in:
Felipe Salerno Prado
2016-05-11 14:04:29 +02:00
parent d359ed6ac3
commit 87e2fce2e7
11 changed files with 62 additions and 1 deletions

View File

@@ -324,6 +324,7 @@ The DRAMSys' main configuration file is presented below.
<NumberOfMemChannels value="4"/>
<ControllerCoreDisableRefresh value="0"/>
<ThermalSimulation value="1"/>
<SimulationProgressBar value="1"/>
</simconfig>
<!-- Temperature Simulator Configuration (used for all simulation setups) -->
@@ -423,6 +424,7 @@ The XML code below shows a typic configuration:
<NumberOfMemChannels value="1"/>
<ControllerCoreDisableRefresh value="0"/>
<ThermalSimulation value="0"/>
<SimulationProgressBar value="1"/>
</simconfig>
<!-- Temperature Simulator Configuration (used for all simulation setups) -->
@@ -542,6 +544,10 @@ Below are listed the configuration sections and configuration fields.
- *ThermalSimulation* (boolean)
- "1": enables thermal simulation
- "0": static temperature during simulation
- *SimulationProgressBar* (boolean)
- "1": enables the simulation progress bar
- "0": disables the simulation progress bar
- **Temperature Simulator Configuration**
- *TemperatureScale* (string)