Skip to content

Commit 3c1ba00

Browse files
committed
update run-flat CI tests parameters
1 parent 2ebc288 commit 3c1ba00

File tree

6 files changed

+6
-6
lines changed
  • vtr_flow/tasks/regression_tests

6 files changed

+6
-6
lines changed

vtr_flow/tasks/regression_tests/vtr_reg_nightly_test7/titan_other_run_flat/config/config.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ qor_parse_file=qor_vpr_titan.txt
4141
# Pass requirements
4242
pass_requirements_file=pass_requirements_vpr_titan.txt
4343

44-
script_params=-starting_stage vpr --route_chan_width 300 --max_router_iterations 400 --router_lookahead map --flat_routing true
44+
script_params=-starting_stage vpr --route_chan_width 300 --max_router_iterations 400 --router_lookahead map --flat_routing on
4545

vtr_flow/tasks/regression_tests/vtr_reg_nightly_test7/verify_router_lookahead_run_flat/config/config.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ qor_parse_file=qor_rr_graph.txt
2727
pass_requirements_file=pass_requirements_verify_rr_graph.txt
2828

2929
# Script parameters
30-
script_params = -verify_inter_cluster_router_lookahead -verify_intra_cluster_router_lookahead --route_chan_width 130 --flat_routing true
30+
script_params = -verify_inter_cluster_router_lookahead -verify_intra_cluster_router_lookahead --route_chan_width 130 --flat_routing on

vtr_flow/tasks/regression_tests/vtr_reg_nightly_test7/verify_rr_graph_run_flat/config/config.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ qor_parse_file=qor_rr_graph.txt
2727
pass_requirements_file=pass_requirements_verify_rr_graph.txt
2828

2929
# Script parameters
30-
script_params = -verify_rr_graph --route_chan_width 130 --flat_routing true
30+
script_params = -verify_rr_graph --route_chan_width 130 --flat_routing on

vtr_flow/tasks/regression_tests/vtr_reg_nightly_test7/vtr_reg_qor_large_depop_run_flat/config/config.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ qor_parse_file=qor_standard.txt
2929
pass_requirements_file=pass_requirements.txt
3030

3131
#Script parameters
32-
script_params=-track_memory_usage --max_router_iterations 300 --flat_routing true --has_choking_spot true
32+
script_params=-track_memory_usage --max_router_iterations 300 --flat_routing on --has_choking_spot true

vtr_flow/tasks/regression_tests/vtr_reg_nightly_test7/vtr_reg_qor_large_run_flat/config/config.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ qor_parse_file=qor_large.txt
3131
pass_requirements_file=pass_requirements.txt
3232

3333
#Script parameters
34-
script_params=-track_memory_usage -max_router_iterations 300 --flat_routing true
34+
script_params=-track_memory_usage -max_router_iterations 300 --flat_routing on

vtr_flow/tasks/regression_tests/vtr_reg_strong/strong_flat_router/config/config.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ qor_parse_file=qor_standard.txt
2424
# Pass requirements
2525
pass_requirements_file=pass_requirements.txt
2626

27-
script_params_common=-track_memory_usage --route_chan_width 100 --max_router_iterations 100 --router_lookahead map --flat_routing true
27+
script_params_common=-track_memory_usage --route_chan_width 100 --max_router_iterations 100 --router_lookahead map --flat_routing on
2828
script_params_list_add =
2929
script_params_list_add = --router_algorithm parallel --num_workers 4

0 commit comments

Comments
 (0)