Skip to content

Commit

Permalink
Remove instruction limit from test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
h0lyalg0rithm committed Sep 28, 2023
1 parent 9be9264 commit e2528b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/sim/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e2528b7

Please sign in to comment.