bankgroup is now recorded

This commit is contained in:
robert
2014-04-10 10:14:20 +02:00
parent 78e90f87cd
commit a433ad6fcf
12 changed files with 95 additions and 20 deletions

View File

@@ -39,7 +39,6 @@ Simulation::Simulation(sc_module_name name, string pathToResources, string trace
arbiter = new Arbiter<numberOfTracePlayers, 128>("arbiter");
controller = new Controller<>("controller");
player1 = new TracePlayer<>("player1", pathToResources + string("traces/") + devices[0].trace,
devices[0].burstLength, this);
player2 = new TracePlayer<>("player2", pathToResources + string("traces/") + devices[1].trace,
@@ -78,8 +77,6 @@ Simulation::~Simulation()
void Simulation::startSimulation()
{
clock_t begin = clock();
DebugManager::getInstance().printDebugMessage(name(), "Starting simulation");