Skip to content

Commit 94e5aae

Browse files
authored
Merge pull request #1784 from verilog-to-routing/documentation_cleanup
Fixing up minor errors within the documentation
2 parents 387b825 + fef2209 commit 94e5aae

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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

doc/src/tutorials/arch/fracturable_multiplier_bus.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The mode and slice is declared here:
5959
<clock name="clk"/>
6060
6161
This is followed by a description of the primitives within the slice.
62-
There are two sets of 36 flip-flops for the input ports and one set of 64 flip-flops for the output port.
62+
There are two sets of 36 flip-flops for the input ports and one set of 72 flip-flops for the output port.
6363
There is one 36x36 multiplier primitive.
6464
These primitives are described by four *pb_types* as follows:
6565

0 commit comments

Comments
 (0)