Skip to content

Commit a110769

Browse files
committed
tests updated
1 parent 9c83e4e commit a110769

File tree

12 files changed

+7
-7
lines changed

12 files changed

+7
-7
lines changed

.github/scripts/run-vtr.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ set -e
88
export VTR_DIR=$(pwd)
99
source $SCRIPT_DIR/hostsetup.sh
1010

11-
if ! { [ $VTR_TEST == "vtr_reg_strong" ] || [ $VTR_TEST == "odin_reg_strong" ] \
12-
|| [ $VTR_TEST == "parmys_reg_basic" ]; }; then
11+
if ! { [ $VTR_TEST == "vtr_reg_strong" ] || [ $VTR_TEST == "odin_reg_strong" ]; }; then
1312
source $SCRIPT_DIR/vtr-full-setup.sh
1413
fi
1514

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
- {test: "vtr_reg_nightly_test4_odin", cores: "16", options: "", cmake: "-DWITH_ODIN=ON", extra_pkgs: "" }
3737
- {test: "vtr_reg_nightly_test5", cores: "16", options: "", cmake: "", extra_pkgs: ""}
3838
- {test: "vtr_reg_nightly_test6", cores: "16", options: "", cmake: "", extra_pkgs: ""}
39+
- {test: "vtr_reg_parmys", cores: "16", options: "", cmake: "", extra_pkgs: "" }
3940
- {test: "vtr_reg_strong", cores: "16", options: "", cmake: "-DVTR_ASSERT_LEVEL=3", extra_pkgs: "libeigen3-dev"}
4041
- {test: "vtr_reg_strong_odin", cores: "16", options: "", cmake: "-DVTR_ASSERT_LEVEL=3 -DWITH_ODIN=ON", extra_pkgs: "libeigen3-dev"}
4142
- {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"}
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
11
regression_tests/parmys_reg_basic/vtr_benchmarks/
2-
regression_tests/parmys_reg_basic/koios/
3-
regression_tests/parmys_reg_basic/ultraembedded/
4-
regression_tests/parmys_reg_basic/vexriscv/
5-
regression_tests/parmys_reg_basic/freecores/
6-
regression_tests/parmys_reg_basic/hdl_include
2+
regression_tests/parmys_reg_basic/hdl_include

vtr_flow/tasks/regression_tests/parmys_reg_basic/freecores/config/config.txt renamed to vtr_flow/tasks/regression_tests/vtr_reg_parmys/freecores/config/config.txt

File renamed without changes.

vtr_flow/tasks/regression_tests/parmys_reg_basic/freecores/config/golden_results.txt renamed to vtr_flow/tasks/regression_tests/vtr_reg_parmys/freecores/config/golden_results.txt

File renamed without changes.

vtr_flow/tasks/regression_tests/parmys_reg_basic/koios/config/config.txt renamed to vtr_flow/tasks/regression_tests/vtr_reg_parmys/koios/config/config.txt

File renamed without changes.

vtr_flow/tasks/regression_tests/parmys_reg_basic/koios/config/golden_results.txt renamed to vtr_flow/tasks/regression_tests/vtr_reg_parmys/koios/config/golden_results.txt

File renamed without changes.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
regression_tests/vtr_reg_parmys/koios/
2+
regression_tests/vtr_reg_parmys/ultraembedded/
3+
regression_tests/vtr_reg_parmys/vexriscv/
4+
regression_tests/vtr_reg_parmys/freecores/

vtr_flow/tasks/regression_tests/parmys_reg_basic/ultraembedded/config/config.txt renamed to vtr_flow/tasks/regression_tests/vtr_reg_parmys/ultraembedded/config/config.txt

File renamed without changes.

vtr_flow/tasks/regression_tests/parmys_reg_basic/ultraembedded/config/golden_results.txt renamed to vtr_flow/tasks/regression_tests/vtr_reg_parmys/ultraembedded/config/golden_results.txt

File renamed without changes.

0 commit comments

Comments
 (0)