Inverter
Appearance
|
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.