Set ddr5 example as default.

This commit is contained in:
Lukas Steiner
2020-10-02 16:28:05 +02:00
parent 6a8ce57d08
commit 280a0b5f66
2 changed files with 3 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
{
"simulation": {
"addressmapping": "am_ddr5_2x4x1Gbx8_dimm_p1KB_rbc.json",
"addressmapping": "am_ddr5_2x8x2Gbx4_dimm_p1KB_rbc.json",
"mcconfig": "fr_fcfs.json",
"memspec": "JEDEC_2x4x1Gbx8_DDR5-3200A.json",
"memspec": "JEDEC_2x8x2Gbx4_DDR5-3200A.json",
"simconfig": "ddr5.json",
"simulationid": "ddr5-example",
"thermalconfig": "config.json",

View File

@@ -74,7 +74,7 @@ int sc_main(int argc, char **argv)
// Get path of resources:
resources = pathOfFile(argv[0])
+ std::string("/../../DRAMSys/library/resources/");
simulationJson = resources + "simulations/ddr3-example.json";
simulationJson = resources + "simulations/ddr5-example.json";
}
// Run with specific config but default resource folders:
else if (argc == 2) {