Skip to content

Commit fef2209

Browse files
committed
Fixing documentation errors found within the Architecture Reference
section The first error was found under the "row" tag description. Originally, one of the optional attributes was "icry", this was changed to "incrx". Since horizontal increments are in the x-axis. The second error was found under the "region" tag description. Originally, the description for the optional attribute "incry" was "An expression specifying the horizontal increment between block instantiations within the region.", horizontal was changed to vertical. The third error was found under the "equivalent_sites" tag description. Originally the note under the "direct" tag said "This tag is need only if the pin_mapping of the site is defined as custom", need was changed to needed.
1 parent 5e90759 commit fef2209

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/arch/reference.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ Grid Location Tags
378378
379379
**Default:** ``0``
380380
381-
:opt_param incry:
381+
:opt_param incrx:
382382
An expression specifying the horizontal increment between block instantiations within the region.
383383
384384
**Default:** ``w``
@@ -442,7 +442,7 @@ Grid Location Tags
442442
An expression specifying the vertical repeat factor of the column.
443443

444444
:opt_param incry:
445-
An expression specifying the horizontal increment between block instantiations within the region.
445+
An expression specifying the vertical increment between block instantiations within the region.
446446

447447
**Default:** ``h``
448448

@@ -965,7 +965,7 @@ The following tags are common to all ``<tile>`` tags:
965965
Desctibes the mapping of a physical tile's port on the logical block's (pb_type) port.
966966
``direct`` is an option sub-tag of ``site``.
967967
968-
.. note:: This tag is need only if the pin_mapping of the ``site`` is defined as ``custom``
968+
.. note:: This tag is needed only if the pin_mapping of the ``site`` is defined as ``custom``
969969
970970
Attributes:
971971
- ``from`` is relative to the physical tile pins

0 commit comments

Comments
 (0)