Add debugging example config.

This commit is contained in:
Lukas Steiner
2022-05-10 17:09:02 +02:00
parent 9293a48717
commit e1444a45a4
2 changed files with 8 additions and 1 deletions

View File

@@ -9,7 +9,13 @@
"tracesetup": [
{
"clkMhz": 2000,
"name": "ddr3_example.stl"
"name": "gen0",
"type": "generator",
"numRequests": 20,
"rwRatio": 1,
"addressDistribution": "random",
"dataLength": 64,
"seed": 1
}
]
}

View File

@@ -92,6 +92,7 @@ void DRAMSysRecordable::end_of_simulation()
void DRAMSysRecordable::setupTlmRecorders(const std::string& traceName, const DRAMSysConfiguration::Configuration& configLib)
{
//tlmRecorders.reserve(config.memSpec->numberOfChannels);
// Create TLM Recorders, one per channel.
for (std::size_t i = 0; i < config.memSpec->numberOfChannels; i++)
{