Skip to content

Commit 84462c2

Browse files
committed
[doc] add verify_route_file_switch_id to rst doc
1 parent acdafea commit 84462c2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

doc/src/vpr/command_line_usage.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,16 @@ General Options
256256

257257
**Default:** ``on``
258258

259+
.. option:: --verify_route_file_switch_id {on | off}
260+
261+
Verify that the switch IDs in the routing file are consistent with those in the RR Graph.
262+
Set this to false when switch IDs in the routing file may differ from the RR Graph.
263+
For example, when analyzing different timing corners using the same netlist, placement, and routing files,
264+
the RR switch IDs in the RR Graph may differ due to changes in delays.
265+
In such cases, set this option to false so that the switch IDs from the RR Graph are used, and those in the routing file are ignored.
266+
267+
**Default:** ``on``
268+
259269
.. option:: --target_utilization <float>
260270

261271
Sets the target device utilization.

0 commit comments

Comments
 (0)