Fixed error in refresh manager and in backpressure release codepath

This commit is contained in:
Robert Gernhardt
2015-03-23 08:43:18 +01:00
parent fe8ff6242d
commit 5fcd57a4e2
6 changed files with 14 additions and 27 deletions

View File

@@ -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);