< Alpha Branch | Components
(Created page with "== ON == {{Infobox component | image = Bit_Component_constant_on.png | type = bit | gate-cost = 0 | delay-cost = 0 | prerequisite = Always On }} This is a single bit representation of the {{On}} state, or '''1''' in logical terms. This is useful when you want to make sure you have a {{On}} input to another component. == OFF == {{Infobox component | image = Bit_Component_constant_off.png | type = bit | gate-cost = 0 | delay-cost...") |
(No difference)
|
Revision as of 21:32, 17 February 2025
ON
![]() | |
Type | bit |
---|---|
Gates | 0 |
Delay | 0 |
Unlocked by | Always On |
This is a single bit representation of the state, or 1 in logical terms. This is useful when you want to make sure you have a
input to another component.
OFF
![]() | |
Type | bit |
---|---|
Gates | 0 |
Delay | 0 |
Unlocked by | Always On |
This is a single bit representation of the state, or 0 in logical terms. This is useful when you want to make sure you have a
input to another component, or want to document an intended
signal. However, component input pins default to
when not connected to anything, so it is rarely necessary.