You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/src/arch/reference.rst
+17-17Lines changed: 17 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -1167,26 +1167,26 @@ The following tags are common to all ``<tile>`` tags:
1167
1167
1168
1168
**Default:** ``0``
1169
1169
1170
-
Physical equivalence for a pin is specified by listing a pin more than once for different locations.
1171
-
For example, a LUT whose output can exit from the top and bottom of a block will have its output pin specified twice: once for the top and once for the bottom.
1170
+
If the subtile capacity is greater than 1, you can specify the capacity range when defining the pin locations. For example:
1172
1171
1173
-
If the subtile capacity is greater than 1, you can specify the capacity range when defining the pin locations. For example:
If no capacity range is specified, it is assumed that the location applies to all capacity instances.
1188
+
Physical equivalence for a pin is specified by listing a pin more than once for different locations.
1189
+
For example, a LUT whose output can exit from the top and bottom of a block will have its output pin specified twice: once for the top and once for the bottom.
1190
1190
1191
1191
.. note:: If the ``<pinlocations>`` tag is missing, a ``spread`` pattern is assumed.
0 commit comments