merge
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user