Fixed error in refresh manager and in backpressure release codepath
This commit is contained in:
@@ -39,7 +39,8 @@ int sc_main(int argc, char **argv)
|
||||
if(argc > 1)
|
||||
simulationToRun = argv[1];
|
||||
else
|
||||
simulationToRun = resources + "/simulations/sim-batch.xml";
|
||||
//simulationToRun = resources + "/simulations/sim-batch.xml";
|
||||
simulationToRun = "/home/jungma/projects/dram.vp.system/dram/resources/simulations/sim-batch.xml";
|
||||
|
||||
SimulationManager manager(resources);
|
||||
manager.loadSimulationsFromXML(simulationToRun);
|
||||
|
||||
Reference in New Issue
Block a user