electronics design patterns

taxonomy, illustration, explanation of most reusable electronic design patterns.

cmos inverter

07 Jan 2019 » logic

svg schematics by matt-chv is licensed under CC BY-SA 4.0

CMOS Inverter

The CMOS inverter is the simplest CMOS gate, and also forms the basic structure for all CMOS logic. Two complementary MOSFETs, a P-channel and an N-channel, are connected in series as shown above. When the input signal is HIGH, the bottom FET is on and the top FET is off, bringing the output LOW. When the input signal is LOW, the top FET is on and the bottom FET is off, bringing the output HIGH.

Related Posts