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