addressmappings tested
This commit is contained in:
@@ -68,8 +68,8 @@ void SimulationManager::runSimulations()
|
||||
for (auto& traceSetup : batch.traceSetups)
|
||||
{
|
||||
runSimulation(
|
||||
exportPath + "/" + batch.simulationName + "/" + traceSetup.first + "-" + memconfig + "-" + memspec + "-" +
|
||||
addressmappig + ".tdb", dramSetup, traceSetup.second);
|
||||
exportPath + "/" + batch.simulationName + "/" + traceSetup.first + "-" + addressmappig + "-" +
|
||||
memconfig + ".tdb", dramSetup, traceSetup.second);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user