< Alpha Branch | Components
No edit summary |
No edit summary |
||
| Line 27: | Line 27: | ||
== Word Constant === | == Word Constant === | ||
{{Infobox component | |||
| image = Word_Component_constant.png | |||
| type = word | |||
| gate-cost = 0 | |||
| delay-cost = 0 | |||
| prerequisite = Byte Constant | |||
}} | |||
The Constant outputs an unchanging word value. | |||
Revision as of 05:38, 19 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.
Word Constant =
| File:Word Component constant.png | |
| Type | word |
|---|---|
| Gates | 0 |
| Delay | 0 |
| Unlocked by | Byte Constant |
The Constant outputs an unchanging word value.
