This commit is contained in:
Janik Schlemminger
2014-04-11 12:26:43 +02:00
32 changed files with 513 additions and 240 deletions

View File

@@ -39,7 +39,7 @@ Simulation::Simulation(sc_module_name name, string pathToResources, string trace
for (auto& d : devices)
{
if (d.burstLength == 0)
d.burstLength = 8;
d.burstLength = Configuration::getInstance().BurstLength;
}
player1 = new TracePlayer<>("player1", pathToResources + string("traces/") + devices[0].trace,