TLM 2.0 Protocol Checking

This commit is contained in:
Felipe S. Prado
2016-08-29 17:47:28 +02:00
parent f967e587f7
commit 99cfd40dc7
9 changed files with 72 additions and 10 deletions

View File

@@ -406,6 +406,7 @@ The DRAMSys' main configuration file is presented below.
<ThermalSimulation value="1"/>
<SimulationProgressBar value="1"/>
<NumberOfDevicesOnDIMM value = "1" />
<CheckTLM2Protocol value = "0" />
</simconfig>
<!-- Temperature Simulator Configuration (used for all simulation setups) -->
@@ -508,7 +509,8 @@ The XML code below shows a typic configuration:
<ControllerCoreDisableRefresh value="0"/>
<ThermalSimulation value="0"/>
<SimulationProgressBar value="1"/>
<NumberOfDevicesOnDIMM value = "1" />
<NumberOfDevicesOnDIMM value = "1" />
<CheckTLM2Protocol value = "0" />
</simconfig>
<!-- Temperature Simulator Configuration (used for all simulation setups) -->
@@ -636,6 +638,9 @@ Below are listed the configuration sections and configuration fields.
- "0": disables the simulation progress bar
- *NumberOfDevicesOnDIMM* (unsigned int)
- Number of devices on dual inline memory module
- *CheckTLM2Protocol* (boolean)
- "1": enables the TLM 2.0 Protocol Checking
- "0": disables the TLM 2.0 Protocol Checking
- **Temperature Simulator Configuration**
- *TemperatureScale* (string)