Chapter/Index: Introduction | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | Appendix
| An inverter, or NOT gate, is a digital logic gate that performs logical negation by outputting the opposite of its input bit, typically represented by two voltage levels. When the input is 1, the output is 0, and vice versa, a process commonly referred to as "flipping" bits. The NOT gate is equivalent to the logical negation operator (¬) in mathematics, making it a unary operation with a simple truth table. Also known as the complement gate, it produces the ones' complement of a binary number by swapping 0s and 1s. That is, an inverter circuit functions as a fundamental logic gate that switches between two voltage levels. Along with AND and OR gates, the NOT gate is one of the three fundamental logic gates from which any Boolean function can be constructed.
Figure 1460a. Inverter (NOT gate) design. Inverter circuits come in several different forms depending on the technology and application:
[1] https://www.sccs.swarthmore.edu/users/06/adem/engin/e77vlsi/lab3/.
|