Skip to content

Commit a5bf699

Browse files
committed
flow: Increase relaxed W routing iterations for qor_chain_no_pred
Avoids spurious regression test failures due to small changes in RR graph with channel width.
1 parent bd4bdd9 commit a5bf699

File tree

1 file changed

+2
-1
lines changed
  • vtr_flow/tasks/regression_tests/vtr_reg_weekly/vtr_reg_qor_chain_predictor_off/config

1 file changed

+2
-1
lines changed

vtr_flow/tasks/regression_tests/vtr_reg_weekly/vtr_reg_qor_chain_predictor_off/config/config.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,5 @@ qor_parse_file=qor_standard.txt
4848
pass_requirements_file=pass_requirements.txt
4949

5050
# Script Parameters
51-
script_params=-track_memory_usage --routing_failure_predictor off
51+
# Increase relaxed channel width routing iterations to avoid potential unroutes due to RR graph changes
52+
script_params=-track_memory_usage -crit_path_router_iterations 80 --routing_failure_predictor off

0 commit comments

Comments
 (0)