You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/src/vpr/command_line_usage.rst
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -350,7 +350,7 @@ Use the options below to override this default naming behaviour.
350
350
351
351
.. option:: --read_rr_graph <file>
352
352
353
-
Reads in the routing resource graph named <file> loads it for use during the placement and routing stages. Expects a file extension of either ``.xml`` and ``.bin``.
353
+
Reads in the routing resource graph named <file> loads it for use during the placement and routing stages. Expects a file extension of either ``.xml`` or ``.bin``.
354
354
355
355
The routing resource graph overthrows all the architecture definitions regarding switches, nodes, and edges. Other information such as grid information, block types, and segment information are matched with the architecture file to ensure accuracy.
356
356
@@ -368,22 +368,22 @@ Use the options below to override this default naming behaviour.
368
368
369
369
.. option:: --read_router_lookahead <file>
370
370
371
-
Reads the lookahead data from the specified file instead of computing it.
371
+
Reads the lookahead data from the specified file instead of computing it. Expects a file extension of either ``.capnp`` or ``.bin``.
372
372
373
373
.. option:: --write_router_lookahead <file>
374
374
375
-
Writes the lookahead data to the specified file.
375
+
Writes the lookahead data to the specified file. Accepted fine extensions are ``.capnp``, ``.bin``, and ``.csv``.
376
376
377
377
.. option:: --read_placement_delay_lookup <file>
378
378
379
-
Reads the placement delay lookup from the specified file instead of computing it.
379
+
Reads the placement delay lookup from the specified file instead of computing it. Expects a file extension of either ``.capnp`` or ``.bin``.
380
380
381
381
.. option:: --write_placement_delay_lookup <file>
382
382
383
-
Writes the placement delay lookup to the specified file.
383
+
Writes the placement delay lookup to the specified file. Expects a file extension of either ``.capnp`` or ``.bin``.
384
384
.. option:: --write_initial_place_file <file>
385
385
386
-
Writes out the the placement chosen by the initial placement algorithm to the specified file
386
+
Writes out the the placement chosen by the initial placement algorithm to the specified file.
0 commit comments