Skip to content

Commit 7b44ebe

Browse files
committed
pass_requirments update + tests off
1 parent c7d3487 commit 7b44ebe

File tree

4 files changed

+27
-29
lines changed

4 files changed

+27
-29
lines changed

.github/workflows/nightly_test.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -49,22 +49,22 @@ jobs:
4949
matrix:
5050
include:
5151
- {test: "vtr_reg_nightly_test1", cores: "16", options: "", cmake: "", extra_pkgs: ""}
52-
- {test: "vtr_reg_nightly_test1_odin", cores: "16", options: "", cmake: "-DWITH_ODIN=ON", extra_pkgs: ""}
53-
- {test: "vtr_reg_nightly_test2", cores: "16", options: "", cmake: "", extra_pkgs: ""}
54-
- {test: "vtr_reg_nightly_test2_odin", cores: "16", options: "", cmake: "-DWITH_ODIN=ON", extra_pkgs: ""}
55-
- {test: "vtr_reg_nightly_test3", cores: "16", options: "", cmake: "", extra_pkgs: ""}
56-
- {test: "vtr_reg_nightly_test3_odin", cores: "16", options: "", cmake: "-DWITH_ODIN=ON", extra_pkgs: ""}
57-
- {test: "vtr_reg_nightly_test4", cores: "16", options: "", cmake: "", extra_pkgs: ""}
58-
- {test: "vtr_reg_nightly_test4_odin", cores: "16", options: "", cmake: "-DWITH_ODIN=ON", extra_pkgs: ""}
59-
- {test: "vtr_reg_nightly_test5", cores: "16", options: "", cmake: "", extra_pkgs: ""}
60-
- {test: "vtr_reg_nightly_test6", cores: "16", options: "", cmake: "", extra_pkgs: ""}
61-
- {test: "vtr_reg_nightly_test7", cores: "16", options: "", cmake: "", extra_pkgs: ""}
62-
- {test: "vtr_reg_strong", cores: "16", options: "", cmake: "-DVTR_ASSERT_LEVEL=3", extra_pkgs: "libeigen3-dev"}
63-
- {test: "vtr_reg_strong_odin", cores: "16", options: "", cmake: "-DVTR_ASSERT_LEVEL=3 -DWITH_ODIN=ON", extra_pkgs: "libeigen3-dev"}
64-
- {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"}
52+
#- {test: "vtr_reg_nightly_test1_odin", cores: "16", options: "", cmake: "-DWITH_ODIN=ON", extra_pkgs: ""}
53+
#- {test: "vtr_reg_nightly_test2", cores: "16", options: "", cmake: "", extra_pkgs: ""}
54+
#- {test: "vtr_reg_nightly_test2_odin", cores: "16", options: "", cmake: "-DWITH_ODIN=ON", extra_pkgs: ""}
55+
#- {test: "vtr_reg_nightly_test3", cores: "16", options: "", cmake: "", extra_pkgs: ""}
56+
#- {test: "vtr_reg_nightly_test3_odin", cores: "16", options: "", cmake: "-DWITH_ODIN=ON", extra_pkgs: ""}
57+
#- {test: "vtr_reg_nightly_test4", cores: "16", options: "", cmake: "", extra_pkgs: ""}
58+
#- {test: "vtr_reg_nightly_test4_odin", cores: "16", options: "", cmake: "-DWITH_ODIN=ON", extra_pkgs: ""}
59+
#- {test: "vtr_reg_nightly_test5", cores: "16", options: "", cmake: "", extra_pkgs: ""}
60+
#- {test: "vtr_reg_nightly_test6", cores: "16", options: "", cmake: "", extra_pkgs: ""}
61+
#- {test: "vtr_reg_nightly_test7", cores: "16", options: "", cmake: "", extra_pkgs: ""}
62+
#- {test: "vtr_reg_strong", cores: "16", options: "", cmake: "-DVTR_ASSERT_LEVEL=3", extra_pkgs: "libeigen3-dev"}
63+
#- {test: "vtr_reg_strong_odin", cores: "16", options: "", cmake: "-DVTR_ASSERT_LEVEL=3 -DWITH_ODIN=ON", extra_pkgs: "libeigen3-dev"}
64+
#- {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"}
6565
#- {test: "vtr_reg_system_verilog", cores: "16", options: "", cmake: "-DYOSYS_F4PGA_PLUGINS=ON", extra_pkgs: ""}
66-
- {test: "odin_reg_strong", cores: "16", options: "", cmake: "-DWITH_ODIN=ON", extra_pkgs: ""}
67-
- {test: "parmys_reg_strong", cores: "16", options: "", cmake: "-DYOSYS_F4PGA_PLUGINS=OFF", extra_pkgs: ""}
66+
#- {test: "odin_reg_strong", cores: "16", options: "", cmake: "-DWITH_ODIN=ON", extra_pkgs: ""}
67+
#- {test: "parmys_reg_strong", cores: "16", options: "", cmake: "-DYOSYS_F4PGA_PLUGINS=OFF", extra_pkgs: ""}
6868

6969
env:
7070
DEBIAN_FRONTEND: "noninteractive"

vtr_flow/parse/pass_requirements/common/pass_requirements.vpr_pack_place.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,5 @@ device_limiting_resources;Equal()
1919
device_name;Equal()
2020

2121
#Run-time
22-
#pack_time;RangeAbs(0.10,10.0,2) -> Yosys32 compatible
23-
pack_time;RangeAbs(0.08,10.0,2)
22+
pack_time;RangeAbs(0.10,10.0,3)
2423
place_time;RangeAbs(0.10,10.0,2)

vtr_flow/parse/pass_requirements/common/pass_requirements.vpr_route_min_chan_width_small.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ min_chan_width_routing_area_total;Range(0.5,1.6)
1111
min_chan_width_routing_area_per_tile;Range(0.5,1.6)
1212

1313
#Run-time metrics
14-
#min_chan_width_route_time;RangeAbs(0.10,15.0,2) -> Yosys32 compatible
15-
min_chan_width_route_time;RangeAbs(0.09,15.0,2)
14+
min_chan_width_route_time;RangeAbs(0.10,15.0,3)
1615

1716

1817
#Peak memory
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
#Refer to Issue #1770 for details.
2-
#regression_tests/vtr_reg_nightly_test1/arithmetic_tasks/adder_trees
2+
##regression_tests/vtr_reg_nightly_test1/arithmetic_tasks/adder_trees
33

4-
regression_tests/vtr_reg_nightly_test1/vpr_reg_mcnc_equiv
5-
regression_tests/vtr_reg_nightly_test1/vpr_reg_mcnc
6-
regression_tests/vtr_reg_nightly_test1/vtr_reg_fpu_soft_logic_arch
7-
regression_tests/vtr_reg_nightly_test1/vtr_reg_fpu_hard_block_arch
4+
#regression_tests/vtr_reg_nightly_test1/vpr_reg_mcnc_equiv
5+
#regression_tests/vtr_reg_nightly_test1/vpr_reg_mcnc
6+
#regression_tests/vtr_reg_nightly_test1/vtr_reg_fpu_soft_logic_arch
7+
#regression_tests/vtr_reg_nightly_test1/vtr_reg_fpu_hard_block_arch
88
regression_tests/vtr_reg_nightly_test1/arithmetic_tasks/figure_8
99
##regression_tests/vtr_reg_nightly_test1/arithmetic_tasks/FIR_filters @TODO
1010
##regression_tests/vtr_reg_nightly_test1/arithmetic_tasks/FIR_filters_frac @TODO
1111
regression_tests/vtr_reg_nightly_test1/arithmetic_tasks/multless_consts
12-
regression_tests/vtr_reg_nightly_test1/arithmetic_tasks/open_cores
13-
regression_tests/vtr_reg_nightly_test1/arithmetic_tasks/open_cores_frac
14-
#regression_tests/vtr_reg_nightly_test1/symbiflow
15-
regression_tests/vtr_reg_nightly_test1/power_extended_arch_list
16-
regression_tests/vtr_reg_nightly_test1/power_extended_circuit_list
12+
#regression_tests/vtr_reg_nightly_test1/arithmetic_tasks/open_cores
13+
#regression_tests/vtr_reg_nightly_test1/arithmetic_tasks/open_cores_frac
14+
##regression_tests/vtr_reg_nightly_test1/symbiflow
15+
#regression_tests/vtr_reg_nightly_test1/power_extended_arch_list
16+
#regression_tests/vtr_reg_nightly_test1/power_extended_circuit_list

0 commit comments

Comments
 (0)