< 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 |
||
Line 40: | Line 40: | ||
}} | }} | ||
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. |
Revision as of 06:38, 19 February 2025
Bit Switch
![]() | |
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
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.