Skip to content

Commit

Permalink
Merge pull request verilog-to-routing#2571 from verilog-to-routing/mu…
Browse files Browse the repository at this point in the history
…x-and-wire_switch-documentation-update

Doc update: mux and wire_switch for segments in arch file
  • Loading branch information
vaughnbetz committed Jun 3, 2024
2 parents a8034e2 + f9817fd commit 05a774c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/src/arch/reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2026,15 +2026,15 @@ The ``<segment>`` tag and its contents are described below.
.. arch:tag:: <mux name="string"/>
: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.
Tag must be included and ``name`` must be the same as the name you give in ``<switch type="mux" name="...``
.. arch:tag:: <wire_switch name="string"/>
: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.
Expand Down

0 comments on commit 05a774c

Please sign in to comment.