Skip to content

Commit 05a774c

Browse files
authored
Merge pull request #2571 from verilog-to-routing/mux-and-wire_switch-documentation-update
Doc update: mux and wire_switch for segments in arch file
2 parents a8034e2 + f9817fd commit 05a774c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/arch/reference.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2026,15 +2026,15 @@ The ``<segment>`` tag and its contents are described below.
20262026
20272027
.. arch:tag:: <mux name="string"/>
20282028
2029-
:req_param name: Name of the mux switch type used to drive this type of segment.
2029+
:req_param name: Name of the mux switch type used to drive this type of segment by default, from both block outputs and other wires. This information is used during rr-graph construction, and a custom switch block can override this switch type for specific connections if desired.
20302030
20312031
.. note:: For UNIDIRECTIONAL only.
20322032
20332033
Tag must be included and ``name`` must be the same as the name you give in ``<switch type="mux" name="...``
20342034
20352035
.. arch:tag:: <wire_switch name="string"/>
20362036
2037-
:req_param name: Name of the switch type used by other wires to drive this type of segment.
2037+
:req_param name: Name of the switch type used by other wires to drive this type of segment by default. This information is used during rr-graph construction, and a custom switch block can override this switch type for specific connections if desired.
20382038
20392039
.. note:: For BIDIRECTIONAL only.
20402040

0 commit comments

Comments
 (0)