Alpha Branch/Components/Constants: Difference between revisions

From Turing Complete
(Created page with "== ON == {{Infobox component | image = Bit_Component_constant_on.png | type = bit | gate-cost = 0 | delay-cost = 0 | prerequisite = Always On }} This is a single bit representation of the {{On}} state, or '''1''' in logical terms. This is useful when you want to make sure you have a {{On}} input to another component. == OFF == {{Infobox component | image = Bit_Component_constant_off.png | type = bit | gate-cost = 0 | delay-cost...")
 
No edit summary
Line 1: Line 1:
{{Breadcrumbs|Alpha Branch}}
{{Early-access-version|0|1346}}
== ON ==
== ON ==
{{Infobox component
{{Infobox component
Line 9: Line 12:


This is a single bit representation of the {{On}} state, or '''1''' in logical terms.  This is useful when you want to make sure you have a {{On}} input to another component.
This is a single bit representation of the {{On}} state, or '''1''' in logical terms.  This is useful when you want to make sure you have a {{On}} input to another component.
<br clear="all"/>


== OFF ==
== OFF ==
Line 20: Line 24:


This is a single bit representation of the {{Off}} state, or '''0''' in logical terms.  This is useful when you want to make sure you have a {{Off}} input to another component, or want to document an intended {{Off}} signal. However, component input pins default to {{Off}} when not connected to anything, so it is rarely necessary.
This is a single bit representation of the {{Off}} state, or '''0''' in logical terms.  This is useful when you want to make sure you have a {{Off}} input to another component, or want to document an intended {{Off}} signal. However, component input pins default to {{Off}} when not connected to anything, so it is rarely necessary.
<br clear="all"/>


== Word Constant ===
== Word Constant ===

Revision as of 05:27, 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.

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.

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 =