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
1790
1790
1791
1791
**Default: ** ``map ``
1792
1792
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
+
1793
1807
.. option :: --router_max_convergence_count <float >
1794
1808
1795
1809
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