You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/src/arch/reference.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2030,15 +2030,15 @@ The ``<segment>`` tag and its contents are described below.
2030
2030
2031
2031
.. arch:tag:: <mux name="string"/>
2032
2032
2033
-
:req_param name: Name of the mux switch type used to drive this type of segment.
2033
+
: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.
2034
2034
2035
2035
.. note:: For UNIDIRECTIONAL only.
2036
2036
2037
2037
Tag must be included and ``name`` must be the same as the name you give in ``<switch type="mux" name="...``
2038
2038
2039
2039
.. arch:tag:: <wire_switch name="string"/>
2040
2040
2041
-
:req_param name: Name of the switch type used by other wires to drive this type of segment.
2041
+
: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.
0 commit comments