< Alpha Branch | Components
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]
| Type | word |
|---|---|
| Gates | 0 |
| Delay | 0 |
| Unlocked by | Byte Constant |
The Constant outputs an unchanging word value. This component can be set to any word width and can have any value that fits in the word width. The component's value can only be changed outside of simulation.
