File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
vtr_flow/tasks/regression_tests
titan_other_run_flat/config
verify_router_lookahead_run_flat/config
verify_rr_graph_run_flat/config
vtr_reg_qor_large_depop_run_flat/config
vtr_reg_qor_large_run_flat/config
vtr_reg_strong/strong_flat_router/config Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -41,5 +41,5 @@ qor_parse_file=qor_vpr_titan.txt
41
41
# Pass requirements
42
42
pass_requirements_file=pass_requirements_vpr_titan.txt
43
43
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
45
45
Original file line number Diff line number Diff line change @@ -27,4 +27,4 @@ qor_parse_file=qor_rr_graph.txt
27
27
pass_requirements_file=pass_requirements_verify_rr_graph.txt
28
28
29
29
# 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
Original file line number Diff line number Diff line change @@ -27,4 +27,4 @@ qor_parse_file=qor_rr_graph.txt
27
27
pass_requirements_file=pass_requirements_verify_rr_graph.txt
28
28
29
29
# 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
Original file line number Diff line number Diff line change @@ -29,4 +29,4 @@ qor_parse_file=qor_standard.txt
29
29
pass_requirements_file=pass_requirements.txt
30
30
31
31
#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
Original file line number Diff line number Diff line change @@ -31,4 +31,4 @@ qor_parse_file=qor_large.txt
31
31
pass_requirements_file=pass_requirements.txt
32
32
33
33
#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
Original file line number Diff line number Diff line change @@ -24,6 +24,6 @@ qor_parse_file=qor_standard.txt
24
24
# Pass requirements
25
25
pass_requirements_file=pass_requirements.txt
26
26
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
28
28
script_params_list_add =
29
29
script_params_list_add = --router_algorithm parallel --num_workers 4
You can’t perform that action at this time.
0 commit comments