Skip to content

Commit c71a2bc

Browse files
add --read_rr_edge_override to command_line_usage.rst
1 parent 8c960f9 commit c71a2bc

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
@@ -379,6 +379,20 @@ Use the options below to override this default naming behaviour.
379379

380380
.. seealso:: :ref:`Routing Resource XML File <vpr_route_resource_file>`.
381381

382+
.. option:: --read_rr_edge_override <file>
383+
384+
Reads in the routing resource edge override file. This file overrides the intrinsic delay of selected edges.
385+
386+
This option is intended to be used with both :option:`--read_rr_graph` and :option:`--write_rr_graph` to read the RR graph,
387+
update the delay of selected edges specified by :option:`--read_rr_edge_override`, and write out the updated RR graph. Once
388+
this is done, the output RR graph can be fed into VPR for subsequent runs.
389+
390+
Reads a file that overrides the intrinsic delay of specific edges in RR graph.
391+
392+
This option should be used with both :option:`--read_rr_graph` and :option:`--write_rr_graph`. When used this way,
393+
VPR reads the RR graph, updates the delays of selected edges using :option:`--read_rr_edge_override`,
394+
and writes the updated RR graph. The modified RR graph can then be used in later VPR runs.
395+
382396
.. option:: --read_vpr_constraints <file>
383397

384398
Reads the :ref:`VPR constraints <vpr_constraints>` that the flow must respect from the specified XML file.

0 commit comments

Comments
 (0)