Skip to content

Commit a33fa95

Browse files
Merge pull request #2904 from markram1729/exa_tile
remove : capacity attribute in tile
2 parents 3ef570f + d0b7ba1 commit a33fa95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/arch/reference.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -849,7 +849,7 @@ Each tile type is specified with the ``<tile>`` tag withing the ``<tiles>`` tag.
849849
850850
Tile
851851
~~~~
852-
.. arch:tag:: <tile name="string" capacity="int" width="int" height="int" area="float"/>
852+
.. arch:tag:: <tile name="string" width="int" height="int" area="float"/>
853853
854854
A tile refers to a placeable element within an FPGA architecture and describes its physical compositions on the grid.
855855
The following attributes are applicable to each tile.

0 commit comments

Comments
 (0)