Skip to content

Commit 739d98f

Browse files
committed
[doc][arch] fix indentation
1 parent c03525f commit 739d98f

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

doc/src/arch/reference.rst

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1167,26 +1167,26 @@ The following tags are common to all ``<tile>`` tags:
11671167
11681168
**Default:** ``0``
11691169
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:
11721171
1173-
If the subtile capacity is greater than 1, you can specify the capacity range when defining the pin locations. For example:
1172+
.. code-block:: xml
11741173
1175-
.. code-block:: xml
1174+
<sub_tile name="io_bottom" capacity="6">
1175+
<equivalent_sites>
1176+
<site pb_type="io"/>
1177+
</equivalent_sites>
1178+
<input name="outpad" num_pins="1"/>
1179+
<output name="inpad" num_pins="1"/>
1180+
<fc in_type="frac" in_val="0.15" out_type="frac" out_val="0.10"/>
1181+
<pinlocations pattern="custom">
1182+
<loc side="top">io_bottom[0:1].outpad io_bottom[0:3].inpad io_bottom[2:5].outpad io_bottom[4:5].inpad</loc>
1183+
</pinlocations>
1184+
</sub_tile>
1185+
1186+
If no capacity range is specified, it is assumed that the location applies to all capacity instances.
11761187
1177-
<sub_tile name="io_bottom" capacity="6">
1178-
<equivalent_sites>
1179-
<site pb_type="io"/>
1180-
</equivalent_sites>
1181-
<input name="outpad" num_pins="1"/>
1182-
<output name="inpad" num_pins="1"/>
1183-
<fc in_type="frac" in_val="0.15" out_type="frac" out_val="0.10"/>
1184-
<pinlocations pattern="custom">
1185-
<loc side="top">io_bottom[0:1].outpad io_bottom[0:3].inpad io_bottom[2:5].outpad io_bottom[4:5].inpad</loc>
1186-
</pinlocations>
1187-
</sub_tile>
1188-
1189-
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.
11901190
11911191
.. note:: If the ``<pinlocations>`` tag is missing, a ``spread`` pattern is assumed.
11921192

0 commit comments

Comments
 (0)