From e2528b7c979038d8aba9060e04476c832569d5b0 Mon Sep 17 00:00:00 2001 From: Suraj Shirvankar Date: Thu, 28 Sep 2023 12:02:02 +0200 Subject: [PATCH] Remove instruction limit from test cases --- test/sim/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/sim/CMakeLists.txt b/test/sim/CMakeLists.txt index c175ece0..627dfb08 100644 --- a/test/sim/CMakeLists.txt +++ b/test/sim/CMakeLists.txt @@ -35,14 +35,14 @@ sparta_named_test(olympia_json_test_report_html olympia --workload traces/example_json.json) # This command will run the dhrystone trace (1 million instructions) -sparta_named_test(olympia_dhry_test_report_html olympia -i 1M +sparta_named_test(olympia_dhry_test_report_html olympia --report-yaml-replacements OUT_BASE dhry_test_report OUT_FORMAT text INST_START 0 --report-search-dir reports --report reports/core_report.def --workload traces/dhry_riscv.zstf) # This command will run the coremark trace (1 million instructions) -sparta_named_test(olympia_coremark_test_report_html olympia -i 1M +sparta_named_test(olympia_coremark_test_report_html olympia --report-yaml-replacements OUT_BASE coremark_test_report OUT_FORMAT text INST_START 0 --report-search-dir reports --report reports/core_report.def