< Alpha Branch | Components
(Created page with "{{Breadcrumbs|Alpha Branch|Components}} {{Early-access-version|0|1346}} == Bit Switch == {{Infobox component | image = Bit_Component_switch.png | type = bit | gate-cost = 2 | delay-cost = 1 | prerequisite = Always On }} The switch is a way to pass the state of the input bit to the output of the switch, but only when the switch is in the enabled {{On}} state. The {{Off}} state prevents the input bit from being passed through to the output. {| {{Tru...") |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Early-access-version|0|1346}} | {{Early-access-version|0|1346}} | ||
Line 40: | Line 39: | ||
}} | }} | ||
The word switch functions similar to <code>width</code> individual bit switches. However the enable pin remains a 1-bit value, enabling or disabling the entire the input | The word switch functions similar to <code>width</code> individual bit switches. However the enable pin remains a 1-bit value, enabling or disabling the entire the input at the same time. |
Latest revision as of 09:41, 19 February 2025
Bit Switch[edit | edit source]
![]() | |
Type | bit |
---|---|
Gates | 2 |
Delay | 1 |
Unlocked by | Always On |
The switch is a way to pass the state of the input bit to the output of the switch, but only when the switch is in the enabled state. The
state prevents the input bit from being passed through to the output.
The enable pin is the one on the bottom (in the default orientation).
Word Switch[edit | edit source]
File:Word Component switch.png | |
Type | word |
---|---|
Gates | 2*width |
Delay | 1 |
Unlocked by | Always On |
The word switch functions similar to width
individual bit switches. However the enable pin remains a 1-bit value, enabling or disabling the entire the input at the same time.