Skip to content

Commit 3f8d405

Browse files
committed
document: add the file extensions of router lookahead file to the doc
1 parent 96e3cd9 commit 3f8d405

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/src/vpr/command_line_usage.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ Use the options below to override this default naming behaviour.
350350

351351
.. option:: --read_rr_graph <file>
352352

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``.
354354

355355
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.
356356

@@ -368,22 +368,22 @@ Use the options below to override this default naming behaviour.
368368

369369
.. option:: --read_router_lookahead <file>
370370

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``.
372372

373373
.. option:: --write_router_lookahead <file>
374374

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``.
376376

377377
.. option:: --read_placement_delay_lookup <file>
378378

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``.
380380

381381
.. option:: --write_placement_delay_lookup <file>
382382

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``.
384384
.. option:: --write_initial_place_file <file>
385385

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.
387387

388388
.. option:: --outfile_prefix <string>
389389

0 commit comments

Comments
 (0)