reorder buffer

This commit is contained in:
Robert Gernhardt
2014-08-04 18:27:33 +02:00
parent 8af2f3b898
commit bd245a9d90
14 changed files with 401 additions and 112 deletions

View File

@@ -44,14 +44,15 @@ void Simulation::setupDebugManager(const string& traceName)
{
auto& dbg = DebugManager::getInstance();
// dbg.addToWhiteList(controller->name());
// dbg.addToWhiteList(player2->name());
// dbg.addToWhiteList(player1->name());
// dbg.addToWhiteList(this->name());
// dbg.addToWhiteList(Scheduler::sendername);
// dbg.addToWhiteList(TlmRecorder::senderName);
// dbg.addToWhiteList(ControllerCore::senderName);
// dbg.addToWhiteList(PowerDownManagerBankwise::senderName);
dbg.addToWhiteList(controller->name());
dbg.addToWhiteList(player2->name());
dbg.addToWhiteList(player1->name());
dbg.addToWhiteList(this->name());
dbg.addToWhiteList(Scheduler::sendername);
dbg.addToWhiteList(TlmRecorder::senderName);
dbg.addToWhiteList(ControllerCore::senderName);
dbg.addToWhiteList(PowerDownManagerBankwise::senderName);
dbg.addToWhiteList(ReadWriteGrouper::senderName);
dbg.writeToConsole = true;
dbg.writeToFile = true;