Now it is possible to disable refreshes from config.

This commit is contained in:
Éder F. Zulian
2015-09-15 14:58:11 +02:00
parent 7bfeac429b
commit 2ad738c514
5 changed files with 19 additions and 8 deletions

View File

@@ -130,6 +130,7 @@ The XML code below shows a typic configuration:
<PowerAnalysis value="1"/>
<NumberOfTracePlayers value="5"/>
<NumberOfMemChannels value="1"/>
<ControllerCoreDisableRefresh value="0"/>
</simconfig>
<!-- Memory Specifications -->
@@ -226,6 +227,9 @@ Below are listed the configuration sections and configuration fields.
- Number of trace players
- *NumberOfMemChannels* (unsigned int)
- Number of memory channels
- *ControllerCoreDisableRefresh* (boolean)
- "1": disables refreshes
- "0": normal operation (refreshes enabled)
- **Memory specification**