Skip to content

Commit f13f87b

Browse files
authored
Merge pull request #2688 from verilog-to-routing/mux_inter_die_doc
[Doc] Add `mux_inter_die` tag
2 parents d02b3bc + 6daebce commit f13f87b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/src/arch/reference.rst

+6
Original file line numberDiff line numberDiff line change
@@ -2036,6 +2036,12 @@ The ``<segment>`` tag and its contents are described below.
20362036
20372037
Tag must be included and ``name`` must be the same as the name you give in ``<switch type="mux" name="...``
20382038
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 ``<switch type="mux" name="...``
2044+
20392045
.. arch:tag:: <wire_switch name="string"/>
20402046
20412047
: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

Comments
 (0)