addressmappings tested

This commit is contained in:
robert
2014-04-21 09:55:37 +02:00
parent dc456385cc
commit 9b5ed54138
5 changed files with 7 additions and 7 deletions

View File

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