3.2.2 · D1CMOS Circuit Design

Foundations — Pull-up and pull-down networks

2,697 words12 min readBack to topic

We must earn every symbol the parent note throws at you. We build them in strict order — each one leans only on the ones before it — and we do not use the words "pull-up network" or "pull-down network" as technical objects until §8, where we define them from the parts already built.


1. Voltage , and the output voltage

Why the topic needs it: a logic gate must move its output voltage to one of two clearly different heights — one we call "logic 1", one we call "logic 0". Everything else exists to control .


2. The rails: and ground ()

Why the topic needs it: "pull up" will mean "connect to the line"; "pull down" will mean "connect to the line". The two rails ARE up and down.

Figure — Pull-up and pull-down networks

3. Logic levels: what 1 and 0 really are

Why the topic needs it: the entire justification for using two kinds of transistor is to keep both levels clean instead of degraded.


4. The transistor as a switch

The parent note names two devices — NMOS and PMOS. Let us define a transistor as gently as possible.

Figure — Pull-up and pull-down networks

5. , — the gate-to-source voltage

Why two versions ( and )? Because the two transistor types turn on for opposite comparisons — one wants the gate above its source, the other wants the gate below. We need both subtractions ready.


6. Threshold voltage: , , and the bars

The figure below plots the NMOS case; the PMOS case is its mirror image (a rising floor at instead of a falling ceiling at ).

Figure — Pull-up and pull-down networks

7. Series and parallel — why AND/OR must follow

This is not merely an analogy — the Boolean meaning is forced by one physical fact: a switch has no partial state. It is either fully closed (call it 1) or fully open (0); there is no "half-open". Let be the closed/open state of two switches. Then:

Figure — Pull-up and pull-down networks

8. Building the two networks and why they must be complements

Now, and only now, we name the two teams — and we derive the golden rule instead of asserting it.

Now derive the rule by exhausting all four possible team states:

Because and are built from series/parallel switches, and series/parallel are AND/OR (§7), forcing them to be complements is exactly De Morgan's Theorem: Swapping series ↔ parallel between the PDN and PUN is applying the bar — which is why the dual construction in the parent note automatically satisfies . See it in action in CMOS Inverter and NAND and NOR gates (and the related device style Pass Transistor Logic).


9. Two power edge-cases: static (steady) and short-circuit (switching)


Equipment checklist

Cover the right side and answer each before moving to the next child page.

What does voltage measure, and what is ?
Voltage is electrical "push" (height) in volts; is the voltage on the gate's output wire.
What are the two fixed rails in a CMOS gate?
(fixed high) and ground (fixed low).
What is a "rail-to-rail" (clean) logic level vs a degraded one?
Clean sits exactly on a rail ( or ); degraded falls short and risks misreading.
What are a transistor's three terminals and what does the gate do?
Gate (control knob, draws no current), source and drain (the switch contact); gate voltage opens/closes it.
What does mean and why a difference?
; a switch reacts to gate relative to its source, not absolute height.
When does an NMOS turn ON? A PMOS?
NMOS when ; PMOS when .
Which level does NMOS degrade, and which does PMOS degrade?
NMOS degrades a 1 (caps at ); PMOS degrades a 0 (caps at ).
Series switches implement which Boolean op? Parallel? And why is it forced?
Series = AND, parallel = OR; because a switch has no partial state, "conducting?" equals (series) or (parallel).
What are the PUN and PDN made of, and to which rail does each connect?
PUN of PMOS to ; PDN of NMOS to .
Why must ?
Both-on shorts the rails; both-off floats the output; only the two complementary rows give a clean, defined level.
How does the Boolean relate to the physical ?
is the logic digit read off : when is a clean 1, when a clean 0.
Why is there no static power in a correct static CMOS gate?
The complementary rule forbids a steady -to- path.
When does current still flow from to ground, despite complementarity?
Briefly during an input transition — short-circuit (dynamic) current while both networks momentarily conduct.