changed simulation recorder to record filenames of memspec and memconfig

This commit is contained in:
robert
2014-05-05 10:37:59 +02:00
parent 9b5ed54138
commit cb16bd3a8a
14 changed files with 115 additions and 180 deletions

View File

@@ -68,7 +68,7 @@ void SimulationManager::runSimulations()
for (auto& traceSetup : batch.traceSetups)
{
runSimulation(
exportPath + "/" + batch.simulationName + "/" + traceSetup.first + "-" + addressmappig + "-" +
exportPath + "/" + batch.simulationName + "/" + traceSetup.first + "-" + memspec + "-" +
memconfig + ".tdb", dramSetup, traceSetup.second);
}
}