Jump to content

Inverter: Difference between revisions

From Logic World Wiki
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 component which will output the opposite of its input when activated.
The '''Inverter''' is a is a [[component]] used for [[digital logic]]. It outputs the opposite state of its input, "inverting" the signal.
 
== Behavior ==


The Inverter will demonstrate the following behavior:
{{Truth table
{{Truth table
| inputs=Input
| inputs=Input
Line 20: Line 21:
}}
}}


== Timing ==
The Inverter takes one [[tick]] to update the state of its output after a change to the state of its input.
The Inverter has a latency of 1 tick, so when the input pin is activated, it will output the opposite of the input pin after one tick.
 
== 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==


== Configurability ==
* The behavior of all other logic gates [[Inverter_Logic_Gates|can be constructed using only Inverters]].
This component cannot be configured in the edit menu.
* 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

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

Inverter Truth Table
InputOutput
01
10

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.


TODO: image of different ways Inverters can be placed

Trivia