From af6d1d14391662e9a71de9d1f92b146711666dc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89der=20F=2E=20Zulian?= Date: Thu, 28 Jun 2018 15:12:22 +0200 Subject: [PATCH] Default simulation properly set --- DRAMSys/simulator/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DRAMSys/simulator/main.cpp b/DRAMSys/simulator/main.cpp index 798e685a..39fb82d7 100644 --- a/DRAMSys/simulator/main.cpp +++ b/DRAMSys/simulator/main.cpp @@ -69,7 +69,7 @@ int sc_main(int argc, char **argv) if (argc > 1) { SimulationXML = argv[1]; } else { - SimulationXML = resources + "simulations/rgrsim.xml"; + SimulationXML = resources + "simulations/ddr3-example.xml"; } std::vector players;