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
+6
Original file line number
Diff line number
Diff line change
@@ -2036,6 +2036,12 @@ The ``<segment>`` tag and its contents are described below.
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
+
.. arch:tag:: <mux_inter_die name="string"/>
2040
+
2041
+
:req_param name: Name of the mux switch type used to drive this segment type when the driver (block outputs and other wires) is located on a different die than the segment. This information is utilized during rr-graph construction.
2042
+
2043
+
Tag must be included and ``name`` must be the same as the name you give in ``<switchtype="mux"name="...``
2044
+
2039
2045
.. arch:tag:: <wire_switch name="string"/>
2040
2046
2041
2047
: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