Skip to content

Commit

Permalink
Merge pull request #2473 from CAS-Atlantic/parmys-reg-test
Browse files Browse the repository at this point in the history
Parmys Regression Tests
  • Loading branch information
vaughnbetz committed Jan 4, 2024
2 parents 5de9ba4 + 29f9c1c commit 69f9ebe
Show file tree
Hide file tree
Showing 2,657 changed files with 903,891 additions and 52,323 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,20 @@ jobs:
- {test: "vtr_reg_nightly_test1", cores: "16", options: "", cmake: "", extra_pkgs: ""}
- {test: "vtr_reg_nightly_test1_odin", cores: "16", options: "", cmake: "-DWITH_ODIN=ON", extra_pkgs: ""}
- {test: "vtr_reg_nightly_test2", cores: "16", options: "", cmake: "", extra_pkgs: ""}
- {test: "vtr_reg_nightly_test2_odin", cores: "16", options: "", cmake: "-DWITH_ODIN=ON", extra_pkgs: "" }
- {test: "vtr_reg_nightly_test2_odin", cores: "16", options: "", cmake: "-DWITH_ODIN=ON", extra_pkgs: ""}
- {test: "vtr_reg_nightly_test3", cores: "16", options: "", cmake: "", extra_pkgs: ""}
- {test: "vtr_reg_nightly_test3_odin", cores: "16", options: "", cmake: "-DWITH_ODIN=ON", extra_pkgs: ""}
- {test: "vtr_reg_nightly_test4", cores: "16", options: "", cmake: "", extra_pkgs: "" }
- {test: "vtr_reg_nightly_test4_odin", cores: "16", options: "", cmake: "-DWITH_ODIN=ON", extra_pkgs: "" }
- {test: "vtr_reg_nightly_test4", cores: "16", options: "", cmake: "", extra_pkgs: ""}
- {test: "vtr_reg_nightly_test4_odin", cores: "16", options: "", cmake: "-DWITH_ODIN=ON", extra_pkgs: ""}
- {test: "vtr_reg_nightly_test5", cores: "16", options: "", cmake: "", extra_pkgs: ""}
- {test: "vtr_reg_nightly_test6", cores: "16", options: "", cmake: "", extra_pkgs: ""}
- {test: "vtr_reg_nightly_test7", cores: "16", options: "", cmake: "", extra_pkgs: ""}
- {test: "vtr_reg_parmys", cores: "16", options: "", cmake: "", extra_pkgs: "" }
- {test: "vtr_reg_strong", cores: "16", options: "", cmake: "-DVTR_ASSERT_LEVEL=3", extra_pkgs: "libeigen3-dev"}
- {test: "vtr_reg_strong_odin", cores: "16", options: "", cmake: "-DVTR_ASSERT_LEVEL=3 -DWITH_ODIN=ON", extra_pkgs: "libeigen3-dev"}
- {test: "vtr_reg_strong_odin", cores: "16", options: "-skip_qor", cmake: "-DVTR_ASSERT_LEVEL=3 -DVTR_ENABLE_SANITIZE=ON -DWITH_ODIN=ON", extra_pkgs: "libeigen3-dev"}
- {test: "vtr_reg_system_verilog", cores: "16", options: "", cmake: "-DYOSYS_F4PGA_PLUGINS=ON", extra_pkgs: ""}
- {test: "odin_reg_strong", cores: "16", options: "", cmake: "-DWITH_ODIN=ON", extra_pkgs: ""}
- {test: "parmys_reg_strong", cores: "16", options: "", cmake: "-DYOSYS_F4PGA_PLUGINS=ON", extra_pkgs: ""}

env:
DEBIAN_FRONTEND: "noninteractive"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
regression_test/benchmark/task/full
regression_test/benchmark/task/large
regression_test/benchmark/task/koios

regression_test/benchmark/suite/koios_nightly_suite
regression_test/benchmark/suite/koios_weekly_suite
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
regression_test/benchmark/task/koios/koios_medium
regression_test/benchmark/task/koios/koios_medium_no_hb
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
regression_test/benchmark/task/koios/koios_large
regression_test/benchmark/task/koios/koios_large_no_hb
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ regression_test/benchmark/task/syntax
regression_test/benchmark/task/FIR
regression_test/benchmark/task/micro
regression_test/benchmark/suite/complex_synthesis_suite
regression_test/benchmark/suite/vtr_multiclock_suite
regression_test/benchmark/suite/vtr_multiclock_suite

0 comments on commit 69f9ebe

Please sign in to comment.