NOT Gate

Library: Base
Introduced: 2.0 Beta 1
Appearance:

Behavior

The NOT Gate emits the complement of whatever input it receives. The truth table for a NOT gate is the following.

xout
01
10
If the input is unspecified (i.e., floating), or if it is the error value, then the output will have the same value.

A multi-bit NOT gate will perform the above transformation bitwise on its input.

Pins

West edge (input, bit width according to Bit Width attribute)
The component's input.
East edge (output, bit width according to Bit Width attribute)
The output, whose value is the complement of the input value.

Attributes

Bit Width
The bit width of the component's inputs and outputs.
Gate Size
Determines whether to draw a larger or a smaller version of the component.

Poke Tool Behavior

None.

Text Tool Behavior

None.

Back to Library Reference