Change default simulation file back to DDR4.

This commit is contained in:
Lukas Steiner
2023-04-20 10:38:33 +02:00
parent 515962e7ae
commit 7c0198cf21

View File

@@ -62,7 +62,7 @@ int sc_main(int argc, char **argv)
resourceDirectory = argv[2];
}
std::filesystem::path baseConfig = resourceDirectory / "ddr5-example.json";
std::filesystem::path baseConfig = resourceDirectory / "ddr4-example.json";
if (argc >= 2)
{
baseConfig = argv[1];