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..." |
(No difference)
|
Revision as of 20:23, 7 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 digital component which will output the opposite of its input when activated.
The Inverter will demonstrate the following behavior:
Input | Output |
---|---|
0 | 1 |
1 | 0 |
Timing
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.
Configurability
This component cannot be configured in the edit menu.