From 1b00eb19227b57b220bf1e9ad93c0bd8276e4736 Mon Sep 17 00:00:00 2001 From: amin1377 Date: Wed, 14 Aug 2024 15:30:24 -0400 Subject: [PATCH] [doc] add mux_inter_die doc --- doc/src/arch/reference.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/src/arch/reference.rst b/doc/src/arch/reference.rst index 8a0510c2772..447d66499e6 100644 --- a/doc/src/arch/reference.rst +++ b/doc/src/arch/reference.rst @@ -2036,6 +2036,12 @@ The ```` tag and its contents are described below. Tag must be included and ``name`` must be the same as the name you give in `` + + :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. + + Tag must be included and ``name`` must be the same as the name you give in `` :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.