diff --git a/dram/resources/configs/amconfigs/am_highHits.xml b/dram/resources/configs/amconfigs/am_highHits.xml index d650c313..4a724150 100644 --- a/dram/resources/configs/amconfigs/am_highHits.xml +++ b/dram/resources/configs/amconfigs/am_highHits.xml @@ -1,5 +1,5 @@ - + diff --git a/dram/resources/configs/amconfigs/am_highPara.xml b/dram/resources/configs/amconfigs/am_highPara.xml index b2437729..20855861 100755 --- a/dram/resources/configs/amconfigs/am_highPara.xml +++ b/dram/resources/configs/amconfigs/am_highPara.xml @@ -1,5 +1,6 @@ - + diff --git a/dram/resources/configs/amconfigs/am_lowHits.xml b/dram/resources/configs/amconfigs/am_lowHits.xml index ef34b0bc..d54cd0b3 100755 --- a/dram/resources/configs/amconfigs/am_lowHits.xml +++ b/dram/resources/configs/amconfigs/am_lowHits.xml @@ -1,7 +1,6 @@ - + diff --git a/dram/resources/configs/amconfigs/am_lowPara.xml b/dram/resources/configs/amconfigs/am_lowPara.xml index fb7d1478..eb363f82 100755 --- a/dram/resources/configs/amconfigs/am_lowPara.xml +++ b/dram/resources/configs/amconfigs/am_lowPara.xml @@ -1,6 +1,6 @@ - + diff --git a/dram/src/simulation/SimulationManager.cpp b/dram/src/simulation/SimulationManager.cpp index bdf4ac95..027b151e 100644 --- a/dram/src/simulation/SimulationManager.cpp +++ b/dram/src/simulation/SimulationManager.cpp @@ -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); } } }