changed scheduler interface. Fixed bug with terminateSimulation
This commit is contained in:
@@ -122,7 +122,7 @@ void SimulationManager::runSimulation(string traceName, DramSetup dramSetup, vec
|
||||
int status = 0;
|
||||
if (pid == 0)
|
||||
{
|
||||
Simulation* simulation = new Simulation("sim", resources, traceName, dramSetup, traceSetup, silent);
|
||||
Simulation* simulation = new Simulation("sim", resources, traceName, dramSetup, traceSetup);
|
||||
simulation->start();
|
||||
delete simulation;
|
||||
_Exit(0);
|
||||
|
||||
Reference in New Issue
Block a user