Alpha Branch/Components/Constants: Difference between revisions

From Turing Complete
No edit summary
Line 1: Line 1:
{{Breadcrumbs|Alpha Branch|Component}}
{{Breadcrumbs|Alpha Branch|Components}}
{{Early-access-version|0|1346}}
{{Early-access-version|0|1346}}



Revision as of 08:09, 19 February 2025

wip
wip

This page descibes the early access verion 0.1346 Beta. It may not be completely correct for the the current stable version, nor the latest unstable version. Help us update it, and you get a cookie.

Constant ON

Constants
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

Constants
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

Constants
File:Word Component constant.png
Type word
Gates 0
Delay 0
Unlocked by Byte Constant

The Constant outputs an unchanging word value.