Readme file updated and small fix.

Get the static temperature value from config and store it in the Temperature
controller's internal structure always.
This commit is contained in:
Éder F. Zulian
2015-10-23 12:01:51 +02:00
parent 1b0b2cc1d4
commit ff23c83991
2 changed files with 12 additions and 1 deletions

View File

@@ -194,6 +194,8 @@ The DRAMSys' main configuration file is presented below.
<IceServerPort value="11880" />
<SimPeriodAdjustFactor value="10" />
<NPowStableCyclesToIncreasePeriod value="5" />
<GenerateTemperatureMap value="1" />
<GeneratePowerMap value="1" />
</temperature_simconfig>
<memspecs>
@@ -290,6 +292,8 @@ The XML code below shows a typic configuration:
<IceServerPort value="11880" />
<SimPeriodAdjustFactor value="10" />
<NPowStableCyclesToIncreasePeriod value="5" />
<GenerateTemperatureMap value="1" />
<GeneratePowerMap value="1" />
</temperature_simconfig>
<!-- Memory Specifications -->
@@ -419,6 +423,12 @@ Below are listed the configuration sections and configuration fields.
- When substantial changes in power occur (i.e., changes that exceed the thresholds), then the simulation period will be divided by this number causing the thermal simulation to be executed more often.
- *NPowStableCyclesToIncreasePeriod* (unsigned int)
- Wait this number of thermal simulation cycles with power stability (i.e., changes that do not exceed the thresholds) to start increasing the simulation period back to its configured value.
- *GenerateTemperatureMap* (boolean)
- "1": generate temperature map files during dynamic temperature simulation
- "0": do not generate temperature map files during dynamic temperature simulation
- *GeneratePowerMap* (boolean)
- "1": generate power map files during dynamic temperature simulation
- "0": do not generate power map files during dynamic temperature simulation
- **Memory Specification**