3.2.9 · D1CMOS Circuit Design

Foundations — Transmission gates

1,802 words8 min readBack to topic

This page assumes you have seen none of the notation in the parent note. We will earn every symbol before we use it. By the end you will read each inequality in the parent note — like the condition that turns a transistor on — as an ordinary sentence.


0. The most basic picture: voltage as height

Before any transistor, we need one idea: voltage.

Figure — Transmission gates

Look at the figure: two tanks. The left is full (high voltage), the right is empty (low voltage). Open a pipe and water flows left→right until the heights match. That "wanting to equalise" is the whole reason current flows. We will keep re-using this height picture.

Why we need this: the entire topic is about whether a signal reaches the full ceiling or full floor, or stops short. Without naming the ceiling and floor, "weak 1" has no meaning.


1. A transistor as a switch (from zero)

Figure — Transmission gates

In the figure the gate is drawn as a little bar sitting near but not touching the channel. Put the right voltage on the gate and the pipe (channel) between source and drain opens; wrong voltage and it stays shut.

Why we need : the two transistors in a TG turn on with opposite gate voltages, so one gets and the other gets . You'll build physically with a CMOS inverter.


2. Two flavours of transistor: NMOS and PMOS

Figure — Transmission gates

The figure shows both. Notice the little bubble on the PMOS gate — that bubble is the universal drawing symbol for "active LOW", i.e. "this turns on when the gate is 0".


3. The threshold voltage — the number that decides ON/OFF

This is the single most important symbol in the whole topic.

Figure — Transmission gates

Why the topic can't live without : as an NMOS charges its output up, the source voltage climbs, so shrinks. The instant it shrinks down to , the pipe slams shut. That is why the NMOS output stops at instead of the full ceiling — the famous weak 1. Everything the parent derives comes straight from this one inequality.


4. Strong vs weak, and "parallel" resistance

Why we need this: an ON transmission gate is literally the NMOS pipe (resistance ) and PMOS pipe (resistance ) side by side between the same two nodes — a parallel pair. That formula is how fast the switch is.


5. How every symbol feeds the topic

Voltage as height

Rails VDD and ground

Logic 1 and logic 0

Gate to source voltage VGS

Transistor as switch

Source and drain

Threshold VTN and VTP

Strong vs weak outputs

NMOS and PMOS mirror pair

Gate signal s and complement

Transmission gate

Parallel resistance Rn and Rp

Read it top-down: voltage-as-height gives you rails and ; the transistor gives you source/drain; together they define the threshold; the threshold creates weak outputs; the NMOS/PMOS mirror pair plus complementary gates fix the weakness — and that fixed switch is the transmission gate.


Equipment checklist

Test yourself — reveal only after you've answered.

What does a high voltage look like in the "height" picture?
A full tank / high point; charge flows downhill from it.
What are and ground?
is the ceiling (highest supply voltage); ground is the floor (0 V).
What are the three terminals of a transistor?
Gate (the handle), source and drain (the two ends of the pipe).
For an NMOS, which end is the source?
The end at the lower voltage.
What is ?
The logical opposite (NOT) of : if , .
When is an NMOS ON?
When (gate lifted enough above its source).
When is a PMOS ON?
When , i.e. the source is at least above the gate.
Write in words.
Gate voltage minus source voltage.
Write in words, and its relation to .
Source voltage minus gate voltage; .
Why does shrink as an NMOS output charges?
Its source (the output) rises while the gate stays fixed, so the difference falls.
What does "weak 1" mean?
The output stops at instead of the full .
What are and ?
The ON-resistances of the NMOS and PMOS channels respectively.
Combine and in parallel.
.

Connections