Skip to content

Commit a0fce5e

Browse files
author
Oron Port
committed
docs: fix introduction text for design hierarchy composition mechanisms now the LRShiftFlat has moved
1 parent 9e3f807 commit a0fce5e

File tree

1 file changed

+1
-1
lines changed
  • docs/user-guide/design-hierarchy

1 file changed

+1
-1
lines changed

docs/user-guide/design-hierarchy/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ DFHDL supports three mechanisms to form a design hierarchy through design instan
709709

710710
* [Functional Composition][functional-composition] - A method-call mechanism for dataflow designs, primarily used for arithmetic/logic functionality with a single output port. The DFHDL compiler automatically transforms functional composition into direct design composition.
711711

712-
The following sections explore these composition mechanisms using our running example of a bit shifter. First, let's examine a more complex shifter with both left and right shift capabilities, implemented as a flat (composition-less) design:
712+
The following sections explore these composition mechanisms using our running example of a bit shifter:
713713

714714
### Direct Connection Composition
715715
Direct connection composition is the recommended approach for building hierarchical designs in DFHDL. It offers several key advantages:

0 commit comments

Comments
 (0)