ChipFoundryServices
Field-Effect Electrostatics, Surface Inversion & CMOS

FET University

The ubiquitous engine of modern computing: voltage-controlled channel conduction from JFET and MESFET to silicon MOSFETs, surface potential, body effect, gradual channel approximation, subthreshold swing, DIBL, and complementary logic switching.

7 Levels
Elementary to Fellow
21 Modules
Rigorous Curriculum
7 Sim Labs
Real-Time Engines
7 Diplomas
Industry Fellow Laureate
Academic Level 1 • Ages 6–10
The Voltage-Controlled Valve
Discover how a field-effect transistor pinches current with an electric field—like stepping on a garden hose—drawing zero control current.
Module 1.1

The Garden Hose Analogy

Imagine water flowing through a flexible rubber garden hose. If you step on the hose with your foot, you can throttle the water from a roaring surge down to a complete shutoff.

Crucially, your foot does not need to get wet or drink any water to control the flow. That is exactly how a Field-Effect Transistor (FET) works: an electric voltage exerts downward force without letting any electrical current flow into the control terminal.

  • Zero Input Current: The gate is an insulated steering wheel that consumes virtually zero steady DC power.
  • Voltage-Controlled: Current is commanded by an electrostatic field rather than a current stream.
$$DC Gate Current: $I_G \approx 0\ \text{Amps} \quad\text{(Infinite DC Input Impedance)}$$$
Module 1.2

Source, Gate, and Drain Terminals

A field-effect transistor has three main terminals: the Source (where mobile electrons enter), the Drain (where they exit), and the Gate (which commands the traffic).

Separating the gate metal from the silicon channel is a microscopic layer of glass insulator called the gate dielectric. This insulation prevents electrons from leaking into the gate.

  • Source (S): Carrier reservoir supplying electrons or holes to the channel.
  • Drain (D): Destination terminal collecting carriers under applied voltage $V_{DS}$.
  • Gate (G): Insulated electrode that establishes the transverse controlling electric field.
$$Terminal Current Identity: $I_D = I_S \quad\text{(since } I_G = 0\text{)}$$$
Module 1.3

N-Channel vs P-Channel Transistors

FETs come in two complementary flavors: N-channel (NMOS) and P-channel (PMOS). NMOS conducts using agile, fast-swimming electrons, while PMOS conducts using positive holes.

When positive voltage is put on an NMOS gate, it turns ON. When zero voltage is applied, it turns OFF. Inverting logic pairs one NMOS and one PMOS together to form CMOS—the foundation of all modern microprocessors.

  • NMOS: Turns ON when Gate is HIGH ($+V_{DD}$).
  • PMOS: Turns ON when Gate is LOW ($0 ext{V}$ or Ground).
  • CMOS Magic: One is always OFF in steady state, eliminating wasteful battery drain.
$$CMOS Pairing: $\text{Output} = \overline{\text{Input}} \quad\text{(Static power } P_{\text{static}} \approx 0\text{)}$$$
⚡ FET Lab 1
Interactive FET Hose Valve & Inverter Simulator
Turn the gate voltage knob to observe electrostatic channel opening, drain current flow, and complementary CMOS switching.
Gate Voltage $V_{GS}$ (V)0.8 V
Drain Voltage $V_{DS}$ (V)0.6 V
REAL-TIME SIMULATION TELEMETRY
Interactive physics simulator running client-side transfer models, carrier drift-diffusion kinetics, and boundary potential solvers.
Drain Current $I_D$
420 µA
Gate Current $I_G$
0.00 pA
Channel State
Inversion Channel (ON)
🎓 Level 1 Assessment
Knowledge Check: FET Foundations
1. What is the fundamental operational difference between a Field-Effect Transistor (FET) and a Bipolar Junction Transistor (BJT)?
2. What are the three primary terminals of a Field-Effect Transistor?
3. What is the key advantage of Complementary MOS (CMOS) pairing an NMOS with a PMOS transistor?

Level 1 Completed: Junior Field-Effect Apprentice

Conferred for mastering voltage-controlled channel conduction, source-gate-drain terminals, and complementary CMOS principles.

Academic Level 2 • Ages 11–13
The MOS Capacitor & Surface Inversion
Explore the electrostatics of the MOS capacitor: accumulation, depletion, flatband voltage, and the birth of the strong inversion channel.
Module 2.1

The Three Regimes of the MOS Capacitor

At the heart of every MOSFET lies a two-terminal structure: the Metal-Oxide-Semiconductor (MOS) capacitor. Applying a voltage $V_G$ to the gate bends the energy bands at the semiconductor surface into three distinct physical regimes.

On a p-type substrate: applying negative voltage attracts holes (Accumulation); applying small positive voltage repels holes, leaving fixed negative acceptor ions (Depletion); applying voltage beyond threshold pulls a sheet of mobile electrons to the surface (Inversion).

  • Accumulation ($V_G < V_{fb}$): Majority holes accumulate at the oxide interface.
  • Depletion ($V_{fb} < V_G < V_{th}$): Holes repelled; space-charge depletion layer forms.
  • Inversion ($V_G > V_{th}$): Minority electrons form a conducting n-type channel.
$$Surface Potential Regime: $\psi_s < 0 \text{ (Accumulation)}, \quad 0 < \psi_s < 2\phi_F \text{ (Depletion)}, \quad \psi_s \ge 2\phi_F \text{ (Inversion)}$$$
Module 2.2

Threshold Voltage ($V_{th}$)

The Threshold Voltage $V_{th}$ is the gate voltage required to achieve Strong Inversion—defined as the point where the surface electron density equals the bulk majority hole density.

This occurs when the surface potential bends by exactly twice the bulk Fermi potential: $\psi_s = 2 \phi_F$, where $\phi_F = rac{k_B T}{q} \ln\left( rac{N_A}{n_i} ight)$.

  • Flatband Voltage $V_{fb}$: Corrects for work-function differences ($\Phi_{ms}$) and fixed oxide charges ($Q_{ox}$).
  • Depletion Charge: Gate must support the maximum depletion charge $Q_{dep} = \sqrt{2 q \epsilon_s N_A (2\phi_F)}$.
$$Threshold Voltage: $V_{th} = V_{fb} + 2 \phi_F + \frac{\sqrt{2 q \epsilon_s N_A (2 \phi_F)}}{C_{ox}}$$$
Module 2.3

The High-Frequency $C-V$ Curve

Measuring capacitance as a function of gate voltage ($C-V$ curve) is the primary diagnostic tool in semiconductor fabrication.

In accumulation, capacitance equals the gate oxide capacitance $C_{ox}$. In depletion, the depletion capacitance adds in series, dropping total capacitance. At high frequencies, minority electrons cannot respond fast enough, pinning the capacitance at its minimum value $C_{min}$.

  • Oxide Capacitance: $C_{ox} = rac{\epsilon_{ox} A}{t_{ox}}$.
  • Minimum Capacitance: $C_{min} = rac{C_{ox} C_{dep,max}}{C_{ox} + C_{dep,max}}$.
$$Series Capacitance: $\frac{1}{C_{total}} = \frac{1}{C_{ox}} + \frac{1}{C_{dep}(\psi_s)}$$$
⚡ FET Lab 2
MOS Surface Potential & High-Frequency $C-V$ Simulator
Adjust gate voltage $V_G$ and substrate doping $N_A$ to observe band bending $\psi_s$ and plot the high-frequency MOS $C-V$ curve.
Gate Voltage $V_G$ (V)0.8 V
Substrate Doping $N_A$ ($10^{17}\text{ cm}^{-3}$)2.0 ×10¹⁷
Oxide Thickness $t_{ox}$ (nm)3.0 nm
REAL-TIME SIMULATION TELEMETRY
Interactive physics simulator running client-side transfer models, carrier drift-diffusion kinetics, and boundary potential solvers.
Surface Potential $\psi_s$
0.852 V
Threshold $V_{th}$
0.584 V
Normalized Capacitance
0.62 Cox
🎓 Level 2 Assessment
Knowledge Check: MOS Capacitor & Inversion
1. What is the physical definition of the onset of Strong Inversion in a p-type MOS capacitor?
2. In an MOS high-frequency $C-V$ measurement on p-type silicon, what happens to capacitance in Strong Inversion?
3. How does thinning the gate oxide thickness ($t_{ox}$) affect the threshold voltage $V_{th}$?

Level 2 Completed: Certified MOS Electrostatics Specialist

Conferred for demonstrated mastery of MOS capacitor regimes, surface potential band bending, and threshold voltage derivations.

Academic Level 3 • Ages 14–18
Gradual Channel Approximation & I-V Models
Derive the classic long-channel MOSFET current equations: linear triode, pinch-off, square-law saturation, and channel length modulation ($\lambda$).
Module 3.1

The Gradual Channel Approximation (GCA)

In 1963, C.T. Sah and H.K.J. Ihantola derived the standard long-channel MOSFET current equation by applying the Gradual Channel Approximation.

GCA assumes that the transverse vertical electric field from the gate ($\mathcal{E}_y pprox V_G / t_{ox}$) is vastly larger than the lateral electric field along the channel ($\mathcal{E}_x pprox V_{DS} / L$), decoupling the 2D Poisson equation into two independent 1D problems.

  • Channel Inversion Charge: $Q_{inv}(x) = -C_{ox} [V_{GS} - V_{th} - V(x)]$.
  • Drift Current: $I_D = -W \mu_n Q_{inv}(x) rac{dV}{dx}$.
$$Drift Integral: $I_D \int_0^L dx = W \mu_n C_{ox} \int_0^{V_{DS}} [V_{GS} - V_{th} - V] dV$$$
Module 3.2

Linear Triode & Square-Law Saturation

Evaluating the drift integral yields the celebrated MOSFET drain current equations.

In the Linear (Triode) regime ($V_{DS} < V_{GS} - V_{th}$), the channel behaves as a voltage-variable resistor. When $V_{DS} \ge V_{GS} - V_{th}$, the inversion layer pinches off at the drain edge, and current saturates into the Square-Law regime.

  • Linear Regime: $I_D = \mu_n C_{ox} rac{W}{L} \left[ (V_{GS}-V_{th})V_{DS} - rac{V_{DS}^2}{2} ight]$.
  • Saturation (Pinch-off): $I_{D,sat} = rac{1}{2} \mu_n C_{ox} rac{W}{L} (V_{GS}-V_{th})^2$.
$$Pinch-Off Saturation Condition: $V_{DS,sat} = V_{GS} - V_{th} \equiv V_{ov} \text{ (Overdrive Voltage)}$$$
Module 3.3

Channel-Length Modulation ($\lambda$)

In real saturation, as $V_{DS}$ exceeds $V_{DS,sat}$, the pinch-off point moves slightly backward toward the source by a distance $\Delta L$.

The effective channel length shortens to $L_{eff} = L - \Delta L$. Because current scales inversely with channel length ($I_D \propto 1/L_{eff}$), saturation current rises with $V_{DS}$, modeled by the channel-length modulation parameter $\lambda$.

  • Finite Output Resistance: $r_o = \left( rac{\partial I_D}{\partial V_{DS}} ight)^{-1} pprox rac{1}{\lambda I_D}$.
  • Analog Early Equivalent: $V_A = 1/\lambda$ represents the MOSFET equivalent of Early voltage.
$$Modulated Saturation Current: $I_D = \frac{1}{2} \mu_n C_{ox} \frac{W}{L} (V_{GS}-V_{th})^2 (1 + \lambda V_{DS})$$$
⚡ FET Lab 3
MOSFET $I_D-V_{DS}$ Family of Curves & Pinch-Off Engine
Sweep drain voltage $V_{DS}$ across gate overdrive steps to plot the linear, pinch-off, and saturation regimes with channel length modulation $\lambda$.
Gate Voltage $V_{GS}$ (V)1.0 V
Modulation Param $\lambda$ (V⁻¹)0.06 V⁻¹
Aspect Ratio $W/L$10
REAL-TIME SIMULATION TELEMETRY
Interactive physics simulator running client-side transfer models, carrier drift-diffusion kinetics, and boundary potential solvers.
Overdrive $V_{ov}$
0.60 V
Saturation $I_{D,sat}$
1.08 mA
Output Resistance $r_o$
15.4 kΩ
🎓 Level 3 Assessment
Knowledge Check: Long-Channel I-V Equations
1. What is the fundamental assumption of the Gradual Channel Approximation (GCA) in MOSFET derivation?
2. At what drain voltage does a MOSFET operating in saturation reach 'pinch-off' at the drain edge?
3. What is the physical cause of Channel-Length Modulation ($\lambda$) in saturation?

Level 3 Completed: MOSFET I-V & Gradual Channel Specialist

Conferred for mastery of the Gradual Channel Approximation, linear/saturation derivations, and channel-length modulation physics.

Academic Level 4 • Undergraduate BS
Body Effect & Subthreshold Conduction
Derive the substrate body effect equation, subthreshold swing $S = \ln(10) rac{k_B T}{q}(1 + C_{dep}/C_{ox})$, and subthreshold leakage.
Module 4.1

The Body Effect (Substrate Bias)

The silicon substrate (body) acts as an unwanted fourth terminal in a MOSFET. If a reverse bias voltage $V_{SB}$ is applied between the source and substrate, it widens the depletion layer beneath the channel.

Because the gate must support this extra depletion charge before strong inversion can be achieved, the threshold voltage shifts positive by $\Delta V_{th}$.

  • Body Effect Coefficient: $\gamma = rac{\sqrt{2 q \epsilon_s N_A}}{C_{ox}}$ (typically $0.3 ext{ to } 0.6\ ext{V}^{1/2}$).
  • Circuit Impact: Severely degrades pass-transistor logic and stacked cascode amplifier headroom.
$$Body Effect Equation: $V_{th}(V_{SB}) = V_{th0} + \gamma \left( \sqrt{2 \phi_F + V_{SB}} - \sqrt{2 \phi_F} \right)$$$
Module 4.2

Subthreshold Conduction & Diffusion Dominance

When gate voltage is below threshold ($V_{GS} < V_{th}$), the channel is NOT purely zero! Mobile carrier concentration is small but non-zero, and drift current is negligible.

Instead, carriers move by diffusion over the source barrier, exactly like a forward-biased diode. Drain current scales exponentially with gate voltage: $I_D \propto \exp\left( rac{q(V_{GS}-V_{th})}{n k_B T} ight)$.

  • Capacitive Divider: Gate voltage couples through the oxide capacitance in series with the depletion capacitance: $n = 1 + rac{C_{dep}}{C_{ox}}$.
  • Exponential Leakage: Subthreshold leakage is the number one contributor to standby battery drain in modern smartphones.
$$Subthreshold Drain Current: $I_{D,sub} = I_0 \cdot \exp\left( \frac{q(V_{GS} - V_{th})}{n k_B T} \right) \left( 1 - e^{-q V_{DS} / k_B T} \right)$$$
Module 4.3

Subthreshold Swing ($S$) & The 60 mV/dec Limit

The Subthreshold Swing $S$ measures the gate voltage required to change drain current by one order of magnitude ($10 imes$): $S = \ln(10) \left( rac{\partial \ln I_D}{\partial V_{GS}} ight)^{-1}$.

At room temperature ($300\ ext{K}$), $S = \ln(10) rac{k_B T}{q} \left(1 + rac{C_{dep}}{C_{ox}} ight)$. Even if gate oxide capacitance were infinite ($C_{ox} o \infty$), $S$ can NEVER be steeper than $60\ ext{mV/decade}$ in conventional thermionic MOSFETs!

  • Boltzmann Tyranny: $\ln(10) rac{k_B T}{q} pprox 2.303 imes 25.85\ ext{mV} pprox 59.5\ ext{mV/decade}$.
  • Voltage Scaling Halt: Because $S \ge 60\ ext{mV/dec}$, supply voltage $V_{DD}$ cannot scale below $\sim 0.7 ext{V}$ without explosive standby leakage.
$$Subthreshold Swing: $S = \ln(10) \frac{k_B T}{q} \left( 1 + \frac{C_{dep}}{C_{ox}} \right) \ge 60\ \text{mV/decade at 300K}$$$
⚡ FET Lab 4
Body Effect & Subthreshold Swing Calculator
Calculate threshold voltage shift $\Delta V_{th}$ under body bias $V_{SB}$ and evaluate subthreshold swing $S$ (mV/dec) as oxide thickness $t_{ox}$ scales.
Source-Body Bias $V_{SB}$ (V)0.8 V
Oxide Thickness $t_{ox}$ (nm)2.0 nm
Body Doping $N_A$ ($10^{17}\text{ cm}^{-3}$)2.0 ×10¹⁷
REAL-TIME SIMULATION TELEMETRY
Interactive physics simulator running client-side transfer models, carrier drift-diffusion kinetics, and boundary potential solvers.
Body Coeff $\gamma$
0.32 V½
Threshold $V_{th}(V_{SB})$
0.642 V
Subthreshold Swing $S$
68.4 mV/dec
🎓 Level 4 Assessment
Knowledge Check: Body Effect & Subthreshold Swing
1. What is the fundamental physical lower limit for subthreshold swing $S$ in any conventional MOSFET at room temperature ($300\text{ K}$)?
2. What happens to the threshold voltage of an NMOS transistor when you apply a positive voltage to the Source relative to the Substrate ($V_{SB} > 0$)?
3. In subthreshold conduction ($V_{GS} < V_{th}$), what is the dominant physical transport mechanism moving carriers from source to drain?

Level 4 Completed: Bachelor of Science in Field-Effect Physics

Conferred for undergraduate mastery of body effect substrate dynamics, subthreshold diffusion conduction, and the thermodynamic 60 mV/decade swing limit.

Academic Level 5 • Graduate MS
Short-Channel Effects (SCE) & Velocity Saturation
Analyze drain-induced barrier lowering (DIBL), velocity saturation capping, threshold voltage roll-off, and hot-carrier injection (HCI).
Module 5.1

Drain-Induced Barrier Lowering (DIBL)

In long-channel MOSFETs, the potential barrier at the source is controlled exclusively by the gate. But as channel length $L$ shrinks below $50\ ext{nm}$, the electrostatic depletion region of the drain extends into the source.

High drain voltage $V_{DS}$ physically pulls down the source barrier without any change in gate voltage! This is DIBL, causing threshold voltage to drop as drain voltage rises.

  • DIBL Metric: $ ext{DIBL} = rac{\Delta V_{th}}{\Delta V_{DS}} = rac{V_{th}(V_{DD,low}) - V_{th}(V_{DD,high})}{V_{DD,high} - V_{DD,low}}$ (measured in $ ext{mV/V}$).
  • Severe Consequences: Exploding off-state leakage current and failure of gate shutoff.
$$DIBL Threshold Shift: $V_{th}(V_{DS}) = V_{th0} - \eta_{\text{DIBL}} \cdot V_{DS}$$$
Module 5.2

Velocity Saturation in Nanometer Channels

In long-channel transistors, drift velocity is proportional to electric field: $v = \mu \mathcal{E}$. But at lateral fields exceeding $\mathcal{E}_{sat} pprox 10^4\ ext{V/cm}$, optical phonon emission limits carrier drift velocity to a maximum saturation speed: $v_{sat} pprox 10^7\ ext{cm/s}$.

Consequently, drain current ceases to follow the square-law $(V_{GS}-V_{th})^2$. Instead, saturation current scales linearly with overdrive voltage!

  • Linear Saturation Current: $I_{D,sat} pprox W C_{ox} v_{sat} (V_{GS} - V_{th})$.
  • Transconductance Saturation: $g_m = rac{\partial I_{D,sat}}{\partial V_{GS}} pprox W C_{ox} v_{sat}$ (becomes invariant to overdrive!).
$$Velocity Saturated Current: $I_{D,sat} = W C_{ox} v_{sat} \frac{(V_{GS} - V_{th})^2}{(V_{GS} - V_{th}) + \mathcal{E}_{sat} L} \xrightarrow{L \to 0} W C_{ox} v_{sat} (V_{GS} - V_{th})$$$
Module 5.3

Threshold Roll-Off & Hot Carrier Injection (HCI)

As channel length shrinks, the source and drain depletion regions support a large fraction of the substrate bulk charge, leaving less charge for the gate to invert. This causes threshold voltage $V_{th}$ to roll off steeply with decreasing $L$.

Concurrently, intense electric fields near the drain accelerate electrons to high kinetic energies ('hot carriers'). These hot electrons crash into the gate oxide, creating permanent interface traps and causing parametric threshold drift over years of chip life.

  • $V_{th}$ Roll-Off: Short gates turn ON too easily and leak severely.
  • Lightly Doped Drains (LDD): Low-doped extension pockets designed to spread out peak electric field and mitigate HCI.
$$Hot Carrier Trap Generation: $\Delta V_{th}(t) = A \cdot t^n \cdot \exp\left( -\frac{\phi_{it}}{q \lambda \mathcal{E}_{peak}} \right)$$$
⚡ FET Lab 5
DIBL & Velocity Saturation Compact Solver
Calculate DIBL coefficient $\eta$ (mV/V), threshold roll-off, and velocity-saturated saturation current $I_{D,sat}$ as gate length $L$ shrinks.
Channel Length $L$ (nm)45 nm
Drain Voltage $V_{DS}$ (V)1.0 V
REAL-TIME SIMULATION TELEMETRY
Interactive physics simulator running client-side transfer models, carrier drift-diffusion kinetics, and boundary potential solvers.
DIBL Parameter
85 mV/V
Effective $V_{th}$
0.315 V
Drive Current $I_{D,sat}$
685 µA/µm
🎓 Level 5 Assessment
Knowledge Check: Short-Channel Effects & DIBL
1. What is Drain-Induced Barrier Lowering (DIBL)?
2. In a nanometer MOSFET under strong velocity saturation, how does saturation drain current scale with gate overdrive ($V_{GS} - V_{th}$)?
3. What device engineering solution was introduced to mitigate Hot Carrier Injection (HCI) near the drain junction?

Level 5 Completed: Master of Science in Short-Channel & Nanoscale FETs

Conferred for graduate mastery of short-channel effects, drain-induced barrier lowering, velocity saturation kinematics, and hot carrier reliability.

Academic Level 6 • Doctoral PhD
Quantum Confinement & Ballistic Virtual Source Theory
Model 2D quantum subband splitting in the inversion layer, Natori ballistic transport, and the Lundstrom Virtual Source compact framework.
Module 6.1

Quantum Confinement in the Inversion Layer

Under strong transverse electric fields ($\mathcal{E}_{eff} > 1\ ext{MV/cm}$), the potential well at the silicon-oxide interface becomes narrower than the electron de Broglie wavelength ($\lambda_{dB} pprox 5-10\ ext{nm}$).

Solving Schrödinger and Poisson equations self-consistently proves that the conduction band splits into discrete 2D electric subbands. Carrier motion perpendicular to the interface is quantized, forming a 2D electron gas.

  • Valleys Splitting: In silicon (100), the six degenerate conduction band ellipsoids split into two unprimed lower valleys ($m_z = 0.98 m_0$, higher confinement) and four primed upper valleys ($m_z = 0.19 m_0$).
  • Quantum Inversion Capacitance: Wavefunction centroid peaks $pprox 1.0\ ext{nm}$ away from the interface, adding a parasitic quantum capacitance $C_q$ in series with $C_{ox}$.
$$1D Schrödinger Confinement: $\left[ -\frac{\hbar^2}{2 m_z^*} \frac{d^2}{dz^2} + q \phi(z) \right] \psi_i(z) = E_i \psi_i(z)$$$
Module 6.2

The Lundstrom Virtual Source Ballistic Model

Pioneered by Mark Lundstrom and Ken Natori: at sub-20nm channel lengths, electrons experience only a handful of scattering events before reaching the drain. Transport is quasi-ballistic.

The drain current is governed entirely by the state of carriers at the Virtual Source ($x_{inj}$)—the peak of the source-to-channel potential barrier.

  • Injection Velocity: $v_{inj} = \sqrt{ rac{2 k_B T}{\pi m^*}}$ (degenerate limit: $v_{inj} = rac{4}{3\pi} v_F$).
  • Ballistic Transmission $\mathcal{T}$: Fraction of injected carriers that cross to the drain without backscattering: $\mathcal{T} = rac{\lambda_0}{\lambda_0 + 2 \ell_{kT}}$.
$$Virtual Source Current: $I_D = W \cdot Q_{inv}(x_{inj}) \cdot v_{inj} \cdot \left( \frac{1 - r}{1 + r} \right) = W \cdot Q_{inv} \cdot v_{inj} \cdot \mathcal{T}$$$
Module 6.3

Universal Mobility Degradation

Carrier mobility $\mu_{eff}$ is not a constant; it degrades severely as the effective transverse field $\mathcal{E}_{eff}$ increases.

At low fields, Coulomb impurity scattering dominates. At intermediate fields, bulk acoustic and optical phonon scattering dominates. At high fields ($\mathcal{E}_{eff} > 0.8\ ext{MV/cm}$), atomic-scale surface roughness scattering at the $ ext{Si/SiO}_2$ interface crashes mobility as $\mu \propto \mathcal{E}_{eff}^{-2}$.

  • Matthiessen's Rule: $ rac{1}{\mu_{eff}} = rac{1}{\mu_{ ext{Coulomb}}} + rac{1}{\mu_{ ext{Phonon}}} + rac{1}{\mu_{ ext{Roughness}}}$.
  • Universal Curve: Sabnis and Clemens demonstrated that $\mu_{eff}$ collapses onto a single universal curve when plotted against $\mathcal{E}_{eff} = rac{Q_{dep} + \eta Q_{inv}}{\epsilon_s}$.
$$Effective Electric Field: $\mathcal{E}_{eff} = \frac{1}{\epsilon_s} \left( Q_{dep} + \frac{1}{2} Q_{inv} \right)$$$
⚡ FET Lab 6
Virtual Source Ballistic Transmission Simulator
Simulate virtual source inversion charge $Q_{inv}$, mean free path $\lambda_0$, and ballistic transmission ratio $\mathcal{T}$ across temperature.
Gate Length $L$ (nm)12 nm
Mean Free Path $\lambda_0$ (nm)15 nm
Operating Temp $T$ (K)300 K
REAL-TIME SIMULATION TELEMETRY
Interactive physics simulator running client-side transfer models, carrier drift-diffusion kinetics, and boundary potential solvers.
Ballistic Transmission $\mathcal{T}$
71.4%
Injection Velocity $v_{inj}$
1.32 × 10⁷ cm/s
Transport Regime
Strongly Ballistic
🎓 Level 6 Assessment
Knowledge Check: Quantum Subbands & Ballistic Virtual Source
1. What is the 'Virtual Source' in modern nanoscale quasi-ballistic MOSFET compact models?
2. Why does carrier mobility $\mu_{eff}$ degrade drastically under high transverse gate electric fields ($\mathcal{E}_{eff} > 1\ ext{MV/cm}$)?
3. What is the ballistic transmission coefficient $\mathcal{T}$ when the electron mean free path $\lambda_0$ is significantly larger than the critical barrier length $\ell_{kT}$?

Level 6 Completed: Doctor of Philosophy in Field-Effect Physics & Ballistics

Conferred for doctoral mastery of 2D quantum subband electrostatics, universal surface roughness scattering, and virtual source ballistic transport theory.

Academic Level 7 • Industry Fellow
The Grand Evolution of the FET: 1960 to Angstrom Nodes
Trace the 65-year architectural lineage: from planar MOSFETs to FinFETs, GAA nanosheets, CFETs, and 2D TMD monolayers.
Module 7.1

The Complete Architectural Lineage

Since Mohamed Atalla and Dawon Kahng invented the first silicon MOSFET at Bell Labs in 1960, the fundamental field-effect architecture has undergone three seismic architectural reinventions to sustain Moore's Law.

Planar MOSFETs ruled from 1960 to 2011 (down to 22nm); 3D FinFETs ruled from 2011 to 2022 (down to 3nm); Gate-All-Around (GAA) nanosheets rule today (down to 2nm); and 3D Monolithic CFETs will dominate the sub-1nm Angstrom era.

  • 1960–2011: 2D Planar Silicon MOSFET (1-sided gate control).
  • 2011–2022: 3D Tri-Gate FinFET (3-sided gate wrap).
  • 2022–2028: Gate-All-Around Nanosheet / MBCFET (4-sided 360° gate wrap).
  • 2028+: 3D Monolithic CFET (Vertical nMOS over pMOS stacking).
$$Transistor Integration Expansion: 1 \to 10^{11} \text{ transistors per single die (over } 100,000,000,000\times\text{ growth)}$$
Module 7.2

2D Monolayer Transition Metal Dichalcogenides (TMDs)

When silicon nanosheets scale below $2 ext{ nm}$ in thickness, severe surface roughness scattering and quantum confinement variations halt drive current scaling.

Atomically thin 2D semiconductors—such as monolayer Molybdenum Disulfide ($ ext{MoS}_2$) and Tungsten Diselenide ($ ext{WSe}_2$)—possess an atomically pristine crystal body ($T_{ ext{body}} pprox 0.65\ ext{nm}$) with zero surface dangling bonds, enabling electrostatic gate lengths down to $1\ ext{nm}$!

  • Pristine 0.65nm Body: Perfect electrostatic channel containment without dangling bond traps.
  • High Effective Mass: Heavier electron effective mass ($m^* pprox 0.5 m_0$) suppresses source-to-drain direct quantum tunneling.
$$Electrostatic Scale Length: $\lambda = \sqrt{\frac{\epsilon_{\text{body}}}{\epsilon_{ox}} t_{\text{body}} t_{ox}} < 1.0\ \text{nm}$$$
Module 7.3

Negative Capacitance FETs (NCFET)

To shatter the thermodynamic $60\ ext{mV/decade}$ Boltzmann Tyranny without sacrificing on-current, researchers integrate ferroelectric thin films (such as Hafnium Zirconium Oxide, $ ext{Hf}_{1-x} ext{Zr}_x ext{O}_2$) into the gate stack.

During transient ferroelectric polarization switching, the ferroelectric layer exhibits an effective negative capacitance, amplifying the internal surface potential $\psi_s > V_G$ and achieving steep subthreshold swings below $40\ ext{mV/dec}$ at room temperature.

  • Internal Voltage Amplification: $A_v = rac{\partial \psi_s}{\partial V_G} = rac{|C_{FE}|}{|C_{FE}| - C_{MOS}} > 1$.
  • Sub-0.4V Supply: Paves the way for ultra-low-power computing in AI edge hardware.
$$NCFET Subthreshold Swing: $S = \frac{\ln(10) k_B T}{q} \left( 1 - \frac{C_{MOS}}{|C_{FE}|} \right) < 60\ \text{mV/decade}$$$
⚡ FET Lab 7
75-Year FET Architectural Density & Scale Length Benchmark
Compare 2D Planar, FinFET, GAA Nanosheet, CFET, and 2D MoS₂ across natural scale length $\lambda$, subthreshold swing, and transistor density.
Technology Era3 (Era 1–5)
Nominal $V_{th}$ (V)0.35 V
REAL-TIME SIMULATION TELEMETRY
Interactive physics simulator running client-side transfer models, carrier drift-diffusion kinetics, and boundary potential solvers.
Dominant Architecture
GAA Nanosheet (MBCFET)
Transistor Density
220 MTr/mm²
Scale Length $\lambda$
1.4 nm
🎓 Level 7 Assessment
Knowledge Check: 65-Year FET Roadmap & Fellow Mastery
1. Why does a monolayer 2D Transition Metal Dichalcogenide ($ ext{MoS}_2$) provide superior electrostatic gate control at sub-2nm channel lengths compared to sub-2nm silicon?
2. How does a Negative Capacitance FET (NCFET) achieve subthreshold swings steeper than 60 mV/decade at room temperature?
3. Over the 65-year evolutionary span from the 1960 Atalla/Kahng planar MOSFET to modern 2nm nanosheets, approximately how much has transistor count on a single chip expanded?

Level 7 Completed: Distinguished Field-Effect Transistor Fellow

Conferred for lifetime mastery across 65 years of field-effect evolution: from the 1960 Atalla/Kahng MOSFET invention to 3D FinFETs, Gate-All-Around nanosheets, monolithic CFETs, and 2D monolayer TMD physics.

🏅
Distinguished Field-Effect Transistor Fellow
Highest academic honor conferred by ChipFoundryServices OS for demonstrated mastery across all 7 curriculum tiers, interactive simulation laboratories, and verified examination standards.