Skip to content

Commit f450039

Browse files
Remove experimental interposer status from documentation
1 parent 5f1c9c3 commit f450039

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/src/arch/reference.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,6 @@ Grid Layout Example
589589
590590
.. note:: Exactly one of the ``x`` or ``y`` attributes must be specified.
591591
592-
.. note:: Interposers are experimental and are currently not supported by VPR and using the related tags will not actually result in any changes to the flow.
593592
Defines an interposer cut for modelling 2.5D interposer-based architectures. An interposer cut will cut all connections at location 'loc' along the axis 'dim' Leaving the two sides completely unconnected.
594593
To reconnect the two sides, this tag can have multiple <interdie_wire> tags as children to specify the connection between the two sides.
595594
@@ -2751,7 +2750,7 @@ The number of any additional wires or muxes created by scatter-gather specificat
27512750
Overview of how scatter-gather patterns work. First, connections from a switchblock location are selected according to the specification.
27522751
These selected connection are then muxed and passed through the scatter-gather node, which is typically a wire segment. The scatter-gather node then fans out or scatters in another switchblock location.
27532752
2754-
.. note:: Scatter-Gather patterns are only supported for 3D architectures where the scatter-gather links are unidirectional. They are not currently supported in 2D architectures or with bidirectional sg_links.
2753+
.. note:: Scatter-Gather patterns are only supported for 3D architectures where the scatter-gather links are uni-directional and uni-directional 2D architectures. Bidirectional sg_links are not currently supported.
27552754
27562755
When instantiated, a scatter-gather pattern gathers connections from a switchblock and passes the connection through a multiplexer and the scatter-gather node which is typically a wire segment, then scatters or fans out somewhere else in the device. These patterns can be used to define 3D switchblocks. An example is shown below:
27572756

0 commit comments

Comments
 (0)