THE INVERTER
The simplest logic gate there is
Pair an NMOS and a PMOS transistor, tie their gates together as the input, and their drains together as the output. When the input is low, the PMOS pulls the output high; when the input is high, the NMOS pulls it low. That pair is a CMOS inverter, the building block everything else is made from.
BEYOND THE INVERTER
Add transistors, get new gates
NAND
Two NMOS in series, two PMOS in parallel: output goes low only if both inputs are high
NOR
The mirror image of NAND, built from the opposite arrangement
Everything else
Flip-flops, adders, and full processors, all built from these same pairs
STANDARD CELLS
Pre-built, pre-verified logic blocks
Rather than design every gate from scratch, engineers draw from a standard-cell library: pre-designed, pre-verified layouts for an inverter, a NAND, a flip-flop, and dozens of other common gates, each one already checked to work with the process.
FROM CELLS TO A CHIP
Placement, then routing
Place-and-route software takes a chip's logic design and arranges standard cells across the die, then routes wiring through the metal stack to connect them. On a modern processor, this software places and connects billions of cells, a scale no human team could do by hand.
UNIT 28 STUDY COMPLETE
Ready for the Fab Challenge?
You've covered how paired transistors become an inverter, a NAND gate, and a whole standard-cell library.