Skip to content

Commit 2f5b0c9

Browse files
committed
add flat_routing option to online doc
1 parent 3c1ba00 commit 2f5b0c9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/src/vpr/command_line_usage.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1120,6 +1120,13 @@ VPR uses a negotiated congestion algorithm (based on Pathfinder) to perform rout
11201120

11211121
.. seealso:: :ref:`timing_driven_router_options`
11221122

1123+
.. option:: --flat_routing {on | off}
1124+
1125+
If this option is enabled, the *run-flat* router is used instead of the *two-stage* router.
1126+
This means that during the routing stage, all nets, both intra- and inter-cluster, are routed directly from one primitive pin to another primitive pin.
1127+
1128+
**Default:** ``OFF`
1129+
11231130
.. option:: --max_router_iterations <int>
11241131
11251132
The number of iterations of a Pathfinder-based router that will be executed before a circuit is declared unrouteable (if it hasn’t routed successfully yet) at a given channel width.

0 commit comments

Comments
 (0)