File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -1790,6 +1790,20 @@ The following options are only valid when the router is in timing-driven mode (t
17901790
17911791 **Default: ** ``map ``
17921792
1793+ .. option :: --router_initial_acc_cost_chan_congestion_threshold <float >
1794+
1795+ Utilization threshold above which initial accumulated routing cost (acc_cost) is increased to penalize congested channels.
1796+ Used to bias routing away from highly utilized regions during early routing iterations.
1797+
1798+ **Default: ** ``0.5 ``
1799+
1800+ .. option :: --router_initial_acc_cost_chan_congestion_weight <float >
1801+ Weight applied to the excess channel utilization (above threshold) when computing the initial accumulated cost (acc_cost)of routing resources.
1802+
1803+ Higher values make the router more sensitive to early congestion.
1804+
1805+ **Default: ** ``0.5 ``
1806+
17931807.. option :: --router_max_convergence_count <float >
17941808
17951809 Controls how many times the router is allowed to converge to a legal routing before halting.
You can’t perform that action at this time.
0 commit comments