Inverter: Difference between revisions
Appearance
FoxFireFive (talk | contribs) Created page with "{{Infobox component | title=Inverter | caption=Inverter | id=MHG.Inverter | io.propagationDelay=1 | io.maxInputs=1 | io.minInputs=1 | io.outputs=1 }} The Inverter is a digital component which will output the opposite of its input when activated. The Inverter will demonstrate the following behavior: {{Truth table | inputs=Input | outputs=1 | caption=Inverter Truth Table | 0 1 | 1 0 }} == Timing == The Inverter has a latency of 1 tick, so when the input pin is activated..." |
Overhaul to new standard component page format |
||
Line 9: | Line 9: | ||
}} | }} | ||
The Inverter is a digital | The '''Inverter''' is a is a [[component]] used for [[digital logic]]. It outputs the opposite state of its input, "inverting" the signal. | ||
== Behavior == | |||
{{Truth table | {{Truth table | ||
| inputs=Input | | inputs=Input | ||
Line 20: | Line 21: | ||
}} | }} | ||
== | The Inverter takes one [[tick]] to update the state of its output after a change to the state of its input. | ||
== Placement == | |||
Inverters can be placed in the center of a [[Circuit Board|board]] square or on top of a [[Mount]], and can be fine-rotated. | |||
{{todo|image of different ways Inverters can be placed}} | |||
==Trivia== | |||
* The behavior of all other logic gates [[Inverter_Logic_Gates|can be constructed using only Inverters]]. | |||
* The logo of [[Logic World]] features a stylized Inverter. | |||
[[Category:Vanilla components]] | [[Category:Vanilla components]] | ||
[[Category:Circuitry components]] | [[Category:Circuitry components]] |
Revision as of 22:29, 8 September 2025
![]() Inverter | |
Component info | |
---|---|
Internal ID |
MHG.Inverter |
Configurable | No |
Input and output | |
Input count | 1 |
Output count | 1 |
Propagation delay | 1 tick |
The Inverter is a is a component used for digital logic. It outputs the opposite state of its input, "inverting" the signal.
Behavior
Input | Output |
---|---|
0 | 1 |
1 | 0 |
The Inverter takes one tick to update the state of its output after a change to the state of its input.
Placement
Inverters can be placed in the center of a board square or on top of a Mount, and can be fine-rotated.
Trivia
- The behavior of all other logic gates can be constructed using only Inverters.
- The logo of Logic World features a stylized Inverter.