Skip to content

Commit f89faad

Browse files
committed
[VPR] Add comment about the 16 enum in node side
1 parent 3289dd7 commit f89faad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

vpr/src/route/rr_graph.xsd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,9 @@
234234
</xs:restriction>
235235
</xs:simpleType>
236236

237+
<!-- Note that 16 enum solutions are used here in order to
238+
maintain back-compatibility with old rr_graph XML files
239+
where the first four types are the same -->
237240
<xs:simpleType name="loc_side">
238241
<xs:restriction base="xs:string">
239242
<xs:enumeration value="LEFT"/>

0 commit comments

Comments
 (0)