File tree 1 file changed +14
-0
lines changed
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -379,6 +379,20 @@ Use the options below to override this default naming behaviour.
379
379
380
380
.. seealso :: :ref:`Routing Resource XML File <vpr_route_resource_file>`.
381
381
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
+
382
396
.. option :: --read_vpr_constraints <file >
383
397
384
398
Reads the :ref: `VPR constraints <vpr_constraints >` that the flow must respect from the specified XML file.
You can’t perform that action at this time.
0 commit comments