Merge branch 'master' of https://git.rhrk.uni-kl.de/schlemmi/dram
This commit is contained in:
@@ -61,7 +61,10 @@ Simulation::Simulation(sc_module_name name, string pathToResources, string trace
|
||||
whiteList.push_back(ControllerCore::senderName);
|
||||
whiteList.push_back(PowerDownManager::senderName);
|
||||
}
|
||||
DebugManager::getInstance().addToWhiteList(whiteList);
|
||||
|
||||
auto& dbg = DebugManager::getInstance();
|
||||
dbg.addToWhiteList(whiteList);
|
||||
dbg.setDebugFile(traceName + ".txt");
|
||||
}
|
||||
|
||||
Simulation::~Simulation()
|
||||
|
||||
Reference in New Issue
Block a user