< Alpha Branch | Components
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{Breadcrumbs|Alpha Branch}} | {{Breadcrumbs|Alpha Branch|Component}} | ||
{{Early-access-version|0|1346}} | {{Early-access-version|0|1346}} | ||
== ON == | == Constant ON == | ||
{{Infobox component | {{Infobox component | ||
| image = Bit_Component_constant_on.png | | image = Bit_Component_constant_on.png | ||
Line 14: | Line 14: | ||
<br clear="all"/> | <br clear="all"/> | ||
== OFF == | == Constant OFF == | ||
{{Infobox component | {{Infobox component | ||
| image = Bit_Component_constant_off.png | | image = Bit_Component_constant_off.png |
Revision as of 05:42, 19 February 2025
Constant 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.
Constant 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.
Word Constant =
File:Word Component constant.png | |
Type | word |
---|---|
Gates | 0 |
Delay | 0 |
Unlocked by | Byte Constant |
The Constant outputs an unchanging word value.