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
4141# Pass requirements
4242pass_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
Original file line number Diff line number Diff line change @@ -27,4 +27,4 @@ qor_parse_file=qor_rr_graph.txt
2727pass_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
Original file line number Diff line number Diff line change @@ -27,4 +27,4 @@ qor_parse_file=qor_rr_graph.txt
2727pass_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
Original file line number Diff line number Diff line change @@ -29,4 +29,4 @@ qor_parse_file=qor_standard.txt
2929pass_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
Original file line number Diff line number Diff line change @@ -31,4 +31,4 @@ qor_parse_file=qor_large.txt
3131pass_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
Original file line number Diff line number Diff line change @@ -24,6 +24,6 @@ qor_parse_file=qor_standard.txt
2424# Pass requirements
2525pass_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
2828script_params_list_add =
2929script_params_list_add = --router_algorithm parallel --num_workers 4
You can’t perform that action at this time.
0 commit comments