MOSFET — The Atom of 28 nm CMOS
One gate, one channel, all of modern computing.
Prerequisites
What you'll learn here
- Draw the cross-section of an n-channel MOSFET and name source / drain / gate
- Explain the threshold voltage V_th and why an inversion channel forms
- Distinguish triode from saturation (pinch-off); apply the I_D equations
- Argue why NMOS + PMOS makes a CMOS inverter
- Say why MOSFETs are the foundation of SIDRACHIP's 28 nm CMOS base die
Hook: 10¹⁸ Switches a Second
Right now, in the device you’re reading this on, roughly 10¹⁸ MOSFETs are flipping every second. Each is about 28 nanometers wide — a quarter of a virus. Each is a controlled valve that turns “gate voltage” into “current”. By the end of this chapter you’ll be able to draw one.
Chapter 1.3 gave us the diode — one-way but uncontrolled. MOSFET is the same idea with a third terminal: the gate. Put a small voltage on the gate, open or close the main current path. SIDRACHIP’s 28 nm CMOS base die has billions of MOSFETs driving the memristor layers above — this chapter is how they work.
Intuition: Does the Channel Open?
Cross-section of an n-channel MOSFET:
- p-type substrate (bottom, broad) — hole-heavy silicon.
- n⁺ source and n⁺ drain — two heavily-doped electron pools buried in the substrate.
- Gate (top, metal or polysilicon) — insulated from substrate by a thin oxide (SiO₂).
With no gate voltage, there’s no channel. Source and drain look like two back-to-back diodes; no current.
Apply a positive voltage to the gate. Electrons in the p-substrate are electrostatically pulled toward the surface under the gate. Past a threshold (typically 0.3-0.5 V) an inversion layer forms right at the surface: despite being p-substrate, electrons dominate there. That layer connects source to drain — the channel opened.
Now put a positive on the drain and electrons flow source → drain. The channel is a voltage-controlled valve.
Formalism: Square-Law MOSFET
Three regimes:
- Off (): no channel, .
- Triode (): channel open and uniform; grows with both and — like a small resistor.
- Saturation (): channel pinches off at the drain end; current depends almost only on .
For digital switching: triode ≈ “on low-R”, saturation ≈ “on constant-current”. Below = off.
Square-law MOSFET equations:
- Triode:
- Saturation:
Terms:
- : electron mobility (Si ~400 cm²/V·s).
- : gate oxide capacitance per area.
- : channel width / length (designer’s knob — at 28 nm, nm).
- : “overdrive”.
CMOS inverter: one n-MOS + one p-MOS driven by the same input. When one is on, the other is off. Output: input 1 → output 0, input 0 → output 1. Power only during transitions (static ≈ 0). The foundation of all digital logic.
Short-channel effects below nm:
- V_th roll-off: shorter → drain field reaches into the source barrier (DIBL) → lower .
- Subthreshold slope: . Theoretical floor 60 mV/decade.
- Leakage: tunneling through the gate oxide — solved by high-k dielectrics like HfO₂ (yes, the same material that becomes our memristor!).
- Velocity saturation: at high field, electron drift velocity saturates; turns linear in instead of quadratic.
FinFET (14 nm) and GAA (3 nm): planar control fails, so the gate wraps the channel on 3 sides (FinFET) or all 4 (Gate-All-Around nanosheet).
Relevant for SIDRA: the 28 nm N28HPC+ base die uses conventional planar HKMG (High-K Metal Gate) MOSFETs. HfO₂ appears twice: as the gate dielectric and as the memristor above — same material, two roles.
Experiment: Turn the Gate, Watch the Channel
Try:
- , : no channel. . “OFF” chip.
- Slowly raise . At V the channel line appears. Current still small.
- : channel thicker; if → “TRIODE”.
- Raise — when the drain end pinches off, “SATURATION” appears.
- , : fully saturated. Current .
Channel thickness is drawn proportional to ; in saturation the drain-end narrowing is visible.
Quiz
Lab Task: I_D Calculation
Data: µA/V², , V.
(a) V, V → ? (Hint: saturation?) (b) V, V → ? (Hint: triode?) (c) V, V → ?
Answers
(a) , → saturation. µA.
(b) → triode. µA.
(c) → off. (real subthreshold leakage ignored here).
Cheat Sheet
- MOSFET: 3-terminal — source (S), drain (D), gate (G). n-channel: S/D are n⁺, substrate is p.
- Threshold ≈ 0.3-0.5 V in modern CMOS. V_GS > V_th → inversion channel.
- Triode: V_DS < V_ov, linear+quadratic; digital 0.
- Saturation: V_DS ≥ V_ov, pinch-off, ; digital 1.
- CMOS: NMOS + PMOS = inverter; static power ≈ 0, dynamic = C·V²·f.
- SIDRACHIP: 28 nm N28HPC+ HKMG MOSFETs under the memristor stack.
Vision: Beyond Planar MOSFET
Planar MOSFET hit a physics wall at 28 nm. Next generations:
- FinFET (14-7 nm): gate wraps the channel on 3 sides (Intel from 22 nm, TSMC 16 nm). Candidate for SIDRA Y10 evaluation.
- Gate-All-Around (GAA) nanosheet (3-2 nm): gate wraps all 4 sides. Samsung 3 nm (2022), TSMC N2 (2025), Intel 18A.
- CFET (Complementary FET): stacked NMOS + PMOS vertically; ~0.5× area.
- 2D MoS₂ transistor: sub-2 nm channel — IBM 2024 demo, density leap.
- Neuromorphic synaptic transistor: gate capacitance carries an analog weight — 3-terminal memristor; alternate topology to SIDRA.
- Spintronic logic: MTJ-based gate — infinite endurance, ferromagnetic-state logic.
- TFET (Tunnel FET): band-to-band tunneling breaks the 60 mV/dec floor; ultra-low-power IoT.
- Ferroelectric FET (FeFET): HZO gate → non-volatile logic + memory in one device.
- Cryogenic CMOS: transistors that operate at 4 K; quantum control chips, superconducting AI hybrids.
Biggest lever for post-Y10 SIDRA: CFET plus a BEOL analog memristor layer — 2× digital-control density from CFET, plus vertically stacked memristors for MVM. Total density 4–5× vs. Y10. 2029–2031 horizon.
Further Reading
- Next: 1.5 — Resistance and Ohm’s Law
- Previous: 1.3 — The P-N Diode
- Classic: Razavi, Design of Analog CMOS Integrated Circuits — chapter 2.
- Short channel: Taur & Ning, Fundamentals of Modern VLSI Devices.