3.2.1 · D1CMOS Circuit Design

Foundations — CMOS inverter structure and operation

1,893 words9 min readBack to topic

Before you can read a single line of the parent note, you need to know what each squiggle means and what picture lives behind it. This page builds them all, from the very bottom, in the order they lean on each other.


1. Voltage — the "height of electric water"

Why the topic needs it: the whole inverter is a story about output voltage rising to a "full tank" () or draining to an "empty tank" (ground). Every symbol below is some voltage or a difference of voltages.


2. Voltage difference — why we always write two subscripts

A single voltage is a height. But a switch cares about a difference in height — how much higher one terminal is than another. That is why the parent note is full of symbols like with two letters.

Why the topic needs it: a transistor doesn't ask "is my gate high?" It asks "is my gate high compared to my source?" — a difference. Get this wrong and the PMOS analysis collapses.


3. The MOSFET — a switch you turn with voltage

Look at the figure: the gate is a plate held near a channel but not touching it. Push enough voltage on that plate and it "pulls" a conducting bridge into existence between source and drain. Remove it and the bridge vanishes.


4. Threshold voltage — the tripping point

Why the topic needs it: is the number that decides which switch is open at every input. The five VTC regions and the switching threshold are all defined by comparing against these thresholds.


5. Source vs Drain — and why placement matters

This is the whole reason the parent can write but : the two transistors have their sources tied to different references. See MOSFET operating regions for the linear/saturation detail behind "ON."


6. The inverter as two switches — the master picture


7. Capacitance — why output can't flip instantly

Why the topic needs it: to switch the output HIGH you must fill this bucket with charge; to switch LOW you must empty it. That takes time (the S-curve isn't a vertical cliff → see Propagation delay and transistor sizing) and it costs energy every cycle (the source of dynamic power → see Dynamic power and clock frequency).


8. Frequency , probability , and charge — the power symbols


9. The overline and inequalities — small notation, big meaning


Prerequisite map

Voltage as water height

Voltage difference VGS

VDD and GND rails

Threshold voltage Vt

MOSFET switch

NMOS and PMOS

Two-switch inverter

Load capacitor CL

Dynamic power

Frequency f and activity alpha

CMOS inverter operation

Noise margins

Each arrow means "you must understand the tail before the head makes sense." Everything funnels into the parent topic: CMOS inverter structure and operation.


Equipment checklist

What does mean, in words?
The voltage at X minus the voltage at Y — a drop from X down to Y.
What are and GND physically?
The full ("HIGH", logic 1) and empty ("LOW", logic 0) reference levels of the circuit.
Which three terminals does a MOSFET have, and which controls it?
Gate, Source, Drain; the Gate voltage controls whether Source–Drain conducts.
When is an NMOS ON?
When (gate pushed high enough above its source).
When is a PMOS ON, and what is the sign of ?
When with — gate pulled at least below its source.
Why is PMOS drawn on top (pull-up) and NMOS on bottom (pull-down)?
PMOS passes a clean HIGH and NMOS a clean LOW, so each is placed where it delivers the value it passes well.
What is and why does it matter?
The load capacitor — a charge "bucket" the output must fill/empty, causing delay and dynamic power.
What do and stand for in the power formula?
= switching frequency (ticks/s); = fraction of ticks where the output actually flips.
Why does switching energy scale with ?
Charge moved and each charge falls through , so energy = charge × voltage .
What does the overline in mean?
Logical NOT — the opposite value.