changed simulation recorder to record filenames of memspec and memconfig
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user