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.