Skip to content

Commit 5e90759

Browse files
committed
Fixing documentation error found under then Fracturable Multiplier
Bus-Based tutorials The error was located within the paragraph that described the sets of flip-flops used to register the input and output ports. Originally, the documentation listed that there were 64 flip-flops for the output port, but it should be 72 flip-flops.
1 parent e529249 commit 5e90759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)