From f9817fd0e64d0c72589af46254cf13d082665730 Mon Sep 17 00:00:00 2001 From: vaughnbetz Date: Thu, 30 May 2024 15:18:27 -0400 Subject: [PATCH] Added more information on mux and wire_switch for segments in the arch file Clarified these are defaults only for rr-graph construction. --- doc/src/arch/reference.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/arch/reference.rst b/doc/src/arch/reference.rst index 8b52726a7cb..404802511e9 100644 --- a/doc/src/arch/reference.rst +++ b/doc/src/arch/reference.rst @@ -2026,7 +2026,7 @@ The ```` tag and its contents are described below. .. arch:tag:: - :req_param name: Name of the mux switch type used to drive this type of segment. + :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. .. note:: For UNIDIRECTIONAL only. @@ -2034,7 +2034,7 @@ The ```` tag and its contents are described below. .. arch:tag:: - :req_param name: Name of the switch type used by other wires to drive this type of segment. + :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. .. note:: For BIDIRECTIONAL only.