Skip to content

Commit e9ceccd

Browse files
update command_line_usage.rst with router_initial_acc_cost_chan_congestion_threshold and router_initial_acc_cost_chan_congestion_weight
1 parent 764bc14 commit e9ceccd

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

doc/src/vpr/command_line_usage.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)