Skip to content

Commit 8c960f9

Browse files
update file_formats.rst
1 parent 5da6cf7 commit 8c960f9

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

doc/src/vpr/file_formats.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1100,6 +1100,27 @@ To aid in handling large graphs, rr_graph files can also be :ref:`saved in <file
11001100

11011101
.. _end:
11021102

1103+
RR Graph Edge Attribute Override File Format (.txt)
1104+
---------------------------------------------------
1105+
This file lets users override attributes of specific edges in the RR graph. Currently, only the intrinsic delay (Tdel)
1106+
can be changed. The expected format is:
1107+
1108+
.. code-block:: none
1109+
1110+
# edge Tdel
1111+
64812 5.9e-11
1112+
9981 4.2e-11
1113+
1234 7.1e-11
1114+
4321 9.4e-11
1115+
(42, 64) 7.3e-11
1116+
1117+
.. _end:
1118+
1119+
Lines starting with # are comments and ignored. Each other line should specify either: an edge ID and its new delay, or
1120+
a source/sink node pair and its delay.
1121+
1122+
This allows more accurate modeling of switch delays in the RR graph without creating many switch types
1123+
in the architecture file and limiting them to small regions.
11031124

11041125
Network-on-Chip (NoC) Traffic Flows Format (.flows)
11051126
---------------------------------------------------

0 commit comments

Comments
 (0)