< Alpha Branch | Components
No edit summary |
m (Built-in breadcrumbs apparently work now... remove custom ones.) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Early-access-version|0|1346}} | {{Early-access-version|0|1346}} | ||
Line 26: | Line 25: | ||
<br clear="all"/> | <br clear="all"/> | ||
== Word Constant | == Word Constant == | ||
{{Infobox component | {{Infobox component | ||
| image = Word_Component_constant.png | | image = Word_Component_constant.png |
Latest revision as of 09:40, 19 February 2025
Constant ON[edit | edit source]
![]() | |
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[edit | edit source]
![]() | |
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[edit | edit source]
File:Word Component constant.png | |
Type | word |
---|---|
Gates | 0 |
Delay | 0 |
Unlocked by | Byte Constant |
The Constant outputs an unchanging word value.