Split View: 반도체 소자 물리 완전 가이드: 에너지 밴드부터 최신 FinFET까지
반도체 소자 물리 완전 가이드: 에너지 밴드부터 최신 FinFET까지
반도체 소자 물리 완전 가이드: 에너지 밴드부터 최신 FinFET까지
전자/전기공학 학생이라면 반드시 정복해야 할 반도체 물리. 이 가이드에서는 양자역학 기초부터 최신 GAA 트랜지스터까지 체계적으로 다룹니다.
1. 양자역학 기초 (반도체 이해를 위한)
반도체 동작을 이해하려면 고전역학이 아닌 양자역학의 언어가 필요합니다.
파동-입자 이중성
드브로이(de Broglie)는 입자도 파동의 성질을 가진다고 제안했습니다. 전자의 파장은 다음과 같습니다:
여기서 는 플랑크 상수, 는 운동량입니다. 원자 스케일에서 전자는 파동처럼 행동하므로, 반도체 내 전자의 거동은 고전 역학으로 설명할 수 없습니다.
슈뢰딩거 방정식
시간 독립 슈뢰딩거 방정식은 반도체 내 전자의 에너지 상태를 기술합니다:
이 방정식의 해인 파동함수 의 제곱 는 전자를 특정 위치에서 발견할 확률 밀도를 나타냅니다.
에너지 양자화
무한 퍼텐셜 우물(양자 우물) 내의 전자 에너지는 연속적이지 않고 이산적(quantized)입니다:
이 원리가 반도체 내 에너지 밴드 형성의 근본적 이유입니다.
파울리 배타 원리
동일한 양자 상태에는 두 개 이상의 전자가 존재할 수 없습니다. 이 원리로 인해 N개의 원자가 결합하면 에너지 레벨이 N개로 분리되고, 결국 에너지 밴드를 형성합니다.
2. 결정 구조와 에너지 밴드
실리콘의 다이아몬드 격자 구조
실리콘(Si)은 다이아몬드 입방 구조(diamond cubic structure)를 가집니다. 각 Si 원자는 4개의 이웃 원자와 공유 결합을 형성하며, FCC(face-centered cubic) 격자에 기반합니다.
격자 상수는 Å이며, 이 주기적 포텐셜이 에너지 밴드 구조를 결정합니다.
에너지 밴드 형성
N개의 원자가 결합할 때, 각 원자의 이산 에너지 레벨은 N개의 근접한 레벨로 분리됩니다. 원자 수가 매우 많을 때(~개) 이 레벨들은 사실상 연속적인 에너지 밴드가 됩니다.
- 전도대(Conduction Band): 전자가 자유롭게 이동 가능한 에너지 영역
- 가전자대(Valence Band): 결합에 참여하는 전자들의 에너지 영역
- 에너지 밴드갭(Band Gap) : 두 밴드 사이의 금지 구역
직접/간접 밴드갭
| 반도체 | 밴드갭 (eV) | 종류 | 주요 응용 |
|---|---|---|---|
| Si | 1.12 | 간접(Indirect) | CPU, 메모리 |
| Ge | 0.67 | 간접 | 고주파 소자 |
| GaAs | 1.42 | 직접(Direct) | LED, 레이저 |
| GaN | 3.4 | 직접 | 고출력 LED |
| SiC | 2.86 | 간접 | 전력 소자 |
직접 밴드갭 반도체(GaAs, GaN)에서는 전자-정공 재결합 시 광자를 효율적으로 방출합니다. 간접 밴드갭인 Si은 광 방출 효율이 낮아 LED에 부적합합니다.
유효 질량 (Effective Mass)
결정 내 전자는 주기적 포텐셜의 영향을 받아 자유 전자 질량 와 다른 유효 질량 를 가집니다:
Si에서 전자 유효 질량은 , 정공 유효 질량은 입니다.
3. 반도체의 전기적 특성
진성 반도체 (Intrinsic Semiconductor)
순수 반도체에서 전자 농도 과 정공 농도 는 서로 같습니다:
는 진성 캐리어 농도로, 온도에 강하게 의존합니다:
Si에서 상온(300 K) 기준 cm입니다.
페르미-디랙 분포
에너지 인 상태가 전자로 채워질 확률:
는 페르미 레벨로, 진성 반도체에서는 밴드갭 중간 부근에 위치합니다.
질량 작용의 법칙
열평형 상태에서는 도핑 여부와 관계없이:
이 관계는 반도체 해석의 핵심 도구입니다.
전도 메커니즘
드리프트(Drift): 전기장 에 의한 캐리어 이동
확산(Diffusion): 농도 기울기에 의한 캐리어 이동
아인슈타인 관계식:
4. 도핑과 외인성 반도체
n형 반도체: 도너 도핑
5족 원소(인 P, 비소 As, 안티모니 Sb)를 Si에 도핑하면, 여분의 전자가 전도대로 이동합니다.
도너 농도 일 때:
페르미 레벨은 전도대 쪽으로 이동:
p형 반도체: 억셉터 도핑
3족 원소(붕소 B, 알루미늄 Al, 갈륨 Ga)를 도핑하면, 정공이 주 캐리어가 됩니다.
억셉터 농도 일 때:
Python으로 캐리어 농도 계산
import numpy as np
import matplotlib.pyplot as plt
# 실리콘 진성 캐리어 농도 (온도 함수)
k_B = 8.617e-5 # eV/K
T = np.linspace(200, 600, 400) # K
E_g = 1.12 # eV (Si)
N_c = 2.8e19 # cm^-3 유효 상태 밀도
N_v = 1.04e19 # cm^-3
n_i = np.sqrt(N_c * N_v) * np.exp(-E_g / (2 * k_B * T))
# n형 반도체 (N_D = 1e17 cm^-3)
N_D = 1e17
n_n = N_D * np.ones_like(T)
p_n = n_i**2 / N_D
plt.figure(figsize=(10, 6))
plt.semilogy(T, n_i, 'k-', label='Intrinsic ni', linewidth=2)
plt.semilogy(T, n_n, 'b--', label='n-type: n (N_D=1e17)', linewidth=2)
plt.semilogy(T, p_n, 'r--', label='n-type: p (minority)', linewidth=2)
plt.xlabel('Temperature (K)')
plt.ylabel('Carrier Concentration (cm^-3)')
plt.title('Si Carrier Concentration vs Temperature')
plt.legend()
plt.grid(True, alpha=0.3)
plt.tight_layout()
plt.show()
5. p-n 접합 (p-n Junction)
반도체 소자의 심장부. p-n 접합의 이해 없이는 모든 반도체 소자를 논할 수 없습니다.
공핍층 형성
p형과 n형이 접촉하면:
- 농도 차이로 전자는 n→p, 정공은 p→n으로 확산
- 이온화된 도너(+)와 억셉터(-) 이온이 남아 공간 전하 영역 형성
- 이 내부 전기장이 추가 확산을 차단 → 열평형
내장 전위 (Built-in Potential)
Si에서 cm이면 V
공핍층 폭
- : n측 공핍 깊이, : p측 공핍 깊이
- 전하 중성:
순방향/역방향 바이어스
순방향 바이어스: 외부 전압 가 내장 전위를 상쇄 → 전류가 지수적으로 증가
역방향 바이어스: 공핍층 확대, 소수 캐리어 전류만 흐름 → 항복(Breakdown)까지 매우 작은 전류
항복 현상
- 제너(Zener) 항복: 강한 전기장에서 밴드-투-밴드 터널링. 높은 도핑 농도에서 발생
- 애벌란시(Avalanche) 항복: 충돌 이온화에 의한 캐리어 증배. 낮은 도핑 농도에서 발생
6. 쌍극성 접합 트랜지스터 (BJT)
NPN BJT 구조와 동작
NPN BJT는 n형-p형-n형 반도체 세 영역으로 구성됩니다:
- 이미터(Emitter): 고농도 도핑, 캐리어 주입
- 베이스(Base): 매우 얇음 (수백 nm~수 μm), p형
- 컬렉터(Collector): 넓은 영역, 낮은 도핑
순방향 활성 모드에서 이미터-베이스는 순방향, 베이스-컬렉터는 역방향 바이어스:
전류 이득 는 일반적으로 50~500 범위입니다.
전이 주파수 (Transit Frequency)
고속 BJT는 GHz를 달성합니다 (HBT, SiGe BiCMOS).
7. MOS 커패시터와 MOSFET
MOS 구조
Metal-Oxide-Semiconductor 구조는 현대 VLSI의 기본:
- 게이트(Metal/Poly-Si) / 게이트 산화막(SiO2 or High-k) / 반도체(Si)
세 가지 동작 모드
p형 Si 기판 기준 NMOS:
- 축적(Accumulation): , 표면에 정공 축적
- 공핍(Depletion): , 표면 공핍층 형성
- 반전(Inversion): , 표면에 전자 채널 형성
임계 전압 (Threshold Voltage)
- : 플랫밴드 전압
- : 페르미 포텐셜
- : 공핍 전하
- : 산화막 커패시턴스
MOSFET 드레인 전류 모델
선형 영역 ():
포화 영역 ():
는 채널 길이 변조 계수, 은 채널 폭/길이 비입니다.
8. CMOS 기술
CMOS 인버터
CMOS 인버터는 PMOS와 NMOS를 직렬 연결한 기본 논리 게이트:
- 입력 LOW: PMOS ON, NMOS OFF → 출력 HIGH
- 입력 HIGH: PMOS OFF, NMOS ON → 출력 LOW
- 이상적으로 정적 전력 소모 없음
CMOS 전력 소모
동적 전력:
- : 활성화 계수, : 부하 커패시턴스, : 클럭 주파수
정적 전력(누설): 서브스레시홀드 전류, BTBT(밴드간 터널링) 등
스케일링 법칙 (Dennard Scaling)
채널 길이를 배 축소하면:
- 면적: 배 감소
- 속도: 배 향상
- 전력 밀도: 이론상 일정
하지만 10nm 이하에서 Dennard Scaling이 붕괴되면서 전력 밀도가 급증하고, 이것이 "dark silicon" 문제의 원인입니다.
FinFET (3D 트랜지스터)
22nm 노드부터 도입된 FinFET은 채널이 3D 핀(fin) 구조를 형성합니다:
- 게이트가 채널을 3면에서 감싸 → 누설 전류 대폭 감소
- 짧은 채널 효과(SCE) 억제
- 같은 면적에서 더 높은 구동 전류
GAA (Gate-All-Around) FET
삼성 3nm, TSMC 2nm 공정에서 도입 예정/도입 중인 차세대 구조:
- 게이트가 채널을 360도 완전히 둘러쌈 (나노시트/나노와이어)
- FinFET 대비 더 우수한 정전기 제어
- CFET(Complementary FET): NMOS/PMOS를 수직으로 적층
9. 반도체 제조 공정 (Fabrication)
공정 흐름 개요
원재료(Si) → 폴리실리콘 → CZ 성장 → 웨이퍼 → 에피택시
→ 리소그래피 → 식각 → 이온주입 → 열처리 → 증착(CVD/PVD)
→ CMP → 금속 배선 → 패키징 → 테스트
리소그래피 (Lithography)
현대 리소그래피의 핵심은 광원의 파장 단축:
- DUV(심자외선): 193nm ArF 레이저 (현재 주류, multi-patterning 적용)
- EUV(극자외선): 13.5nm 광원, ASML NXE/EXE 시스템
- EUV 싱글 패터닝으로 3nm 이하 구현
해상도: (레일리 기준)
이온 주입 (Ion Implantation)
도핑 원소를 이온빔으로 가속하여 실리콘에 주입:
- 에너지: 수십~수천 keV
- 도즈: ~ cm
- 주입 후 어닐링(열처리)으로 결함 회복
핵심 증착 공정
- 열산화(Thermal Oxidation): SiO2 게이트 산화막 형성
- CVD(화학기상증착): 다결정 Si, 질화막, Low-k 유전체
- ALD(원자층증착): High-k 유전체(HfO2), 균일한 극박막
- PVD/스퍼터링: 금속 배선(W, Cu, Ru)
CMP (화학적 기계적 연마)
다층 구조 평탄화를 위한 CMP는 슬러리(연마액) + 연마패드로 수 nm 수준 평탄도 달성. 3D 구조가 복잡해질수록 CMP 공정 수가 증가합니다.
현재 첨단 공정 노드
| 회사 | 현재 노드 | 차세대 |
|---|---|---|
| TSMC | 3nm (N3E), 2nm (N2) | 1.4nm (A14) |
| Samsung | 3nm GAA, 2nm | 1.4nm |
| Intel | Intel 3 (= ~3nm) | Intel 18A |
10. 광전 소자
LED (Light Emitting Diode)
직접 밴드갭 반도체(GaAs, GaN, InGaAs)에서 순방향 바이어스 시:
- 전자가 전도대에서 가전자대로 재결합
- 에너지 차이 에 해당하는 광자 방출
방출 파장: (nm)
고효율 청색 LED는 InGaN/GaN 구조로 구현 (나카무라 슈지 2014년 노벨상).
태양전지 (Solar Cell)
p-n 접합 태양전지의 동작:
- 광자 흡수 → 전자-정공 쌍 생성
- 내장 전위에 의해 전자는 n측, 정공은 p측으로 이동
- 외부 회로에 전류 공급
단접합 Si 태양전지 이론 효율 한계(Shockley-Queisser): ~29% 다중접합 III-V 태양전지: 47% 이상 달성 (집광형)
CCD/CMOS 이미지 센서
- CCD: 전하를 버킷 브리게이드 방식으로 전송. 고화질, 고전력
- CMOS 센서: 각 픽셀에 능동 회로 내장. 저전력, 빠른 읽기, 스마트폰 주류
11. 최신 반도체 트렌드
무어의 법칙의 한계
무어의 법칙(집적도 2년마다 2배)은 물리적 한계에 근접:
- 게이트 길이 수 nm에서 양자 터널링 심화
- 열 방출 한계 (전력 밀도 수백 W/cm²)
- 공정 비용의 기하급수적 증가
3D 집적 기술
HBM (High Bandwidth Memory): DRAM을 수직 적층, TSV(실리콘 관통 전극)로 연결 → 대역폭 수 TB/s 칩렛(Chiplet): 기능별 다이를 분리 제작 후 패키지에서 통합 (AMD, Intel, Apple 모두 채택)
GaN 전력 소자
갈륨 나이트라이드의 넓은 밴드갭( eV)과 높은 전자 이동도:
- 고전압/고주파 전력 변환에 최적
- GaN-on-SiC, GaN-on-Si 기판
- 65W 이상 USB-PD 충전기, 서버 PSU에 확산 중
AI 전용 반도체
- NPU(신경처리장치): 행렬 연산 가속화, 저전력 추론
- TPU(텐서처리장치): Google 설계, 시스토릭 어레이 구조
- HBM + Compute Die: AI 가속기의 핵심 아키텍처 (NVIDIA H100, AMD MI300)
12. 핵심 공식 요약
| 항목 | 공식 |
|---|---|
| 진성 캐리어 농도 | |
| 질량 작용 법칙 | |
| 내장 전위 | |
| 다이오드 전류 | |
| MOSFET 포화 전류 | |
| 동적 전력 |
퀴즈
Q1. 실리콘이 LED에 적합하지 않은 이유는 무엇인가?
정답: 실리콘은 간접 밴드갭(indirect bandgap) 반도체이기 때문입니다.
설명: 간접 밴드갭에서는 전자-정공 재결합 시 운동량 보존을 위해 포논(phonon)이 개입해야 합니다. 이로 인해 광자 방출 확률이 매우 낮고 대부분의 에너지가 열로 소산됩니다. 반면 GaAs, GaN과 같은 직접 밴드갭 반도체는 운동량 변화 없이 재결합이 일어나 광자를 효율적으로 방출합니다.
Q2. MOSFET에서 채널 길이를 줄이면 어떤 단채널 효과(SCE)가 발생하는가?
정답: 여러 단채널 효과가 발생합니다.
설명: 드레인 유발 장벽 낮춤(DIBL), 임계 전압 롤오프(Vth roll-off), 서브스레시홀드 기울기 저하(subthreshold slope degradation), 게이트 산화막 터널링 전류 증가 등이 대표적입니다. 이러한 문제를 해결하기 위해 FinFET, GAA 구조로 발전했습니다.
Q3. p-n 접합의 내장 전위(built-in potential)가 형성되는 메커니즘을 설명하라.
정답: 캐리어 농도 차이에 의한 확산과 내부 전기장의 균형으로 형성됩니다.
설명: p형과 n형 반도체가 접촉하면 농도 기울기에 의해 전자는 n에서 p로, 정공은 p에서 n으로 확산합니다. 이때 남겨진 이온화 도너(+)와 억셉터(-) 이온이 공간 전하를 형성하고, 이 전하에 의한 전기장이 확산을 방해하는 방향으로 작용합니다. 열평형에서 확산 전류와 드리프트 전류가 정확히 균형을 이룰 때 형성되는 전위차가 내장 전위입니다.
Q4. CMOS 회로에서 정적 전력 소모가 이상적으로 0에 가까운 이유는?
정답: PMOS와 NMOS가 상보적으로 동작하여 VDD에서 GND로 직접 연결되는 경로가 없기 때문입니다.
설명: CMOS 인버터에서 입력이 HIGH이면 NMOS만 ON, PMOS는 OFF 상태가 됩니다. 반대로 입력이 LOW이면 PMOS만 ON, NMOS는 OFF입니다. 따라서 이상적인 경우 전원(VDD)과 접지(GND) 사이에 직접 전류 경로가 없어 정적 전력 소모가 거의 0입니다. 실제 소자에서는 서브스레시홀드 누설 전류와 게이트 터널링 전류가 존재하지만, 이는 CMOS의 저전력 특성을 크게 훼손하지 않습니다.
Q5. FinFET이 평면(Planar) MOSFET에 비해 단채널 효과를 더 잘 억제하는 이유는?
정답: 게이트가 채널을 여러 면에서 제어하기 때문입니다.
설명: 평면 MOSFET은 게이트가 채널의 한 면(상단)만 제어하는 반면, FinFET은 핀(fin) 구조의 3면을 게이트가 둘러싸서 전기장을 인가합니다. 이를 "정전기 제어성(electrostatic control)"이 좋다고 표현합니다. 드레인 전기장의 영향이 게이트 전기장에 의해 효과적으로 차단되어 DIBL, Vth 롤오프 등의 단채널 효과가 크게 감소합니다. GAA(Gate-All-Around)는 이를 더 발전시켜 채널을 360도 둘러쌉니다.
참고 문헌
- Sze, S.M. & Ng, K.K. — Physics of Semiconductor Devices (3rd Ed.), Wiley
- Neamen, D.A. — Semiconductor Physics and Devices: Basic Principles (4th Ed.), McGraw-Hill
- Streetman, B.G. & Banerjee, S. — Solid State Electronic Devices, Pearson
- MIT OCW 6.012 — Microelectronic Devices and Circuits (Prof. Jesús del Alamo)
- TSMC Technology Overview — tsmc.com/technology
- ITRS/IRDS Roadmap — irds.ieee.org
이 포스트가 도움이 되었다면, 시리즈의 다음 편 "아날로그 회로 설계 완전 가이드"도 확인해보세요.
Semiconductor Physics & Devices Complete Guide: From Energy Bands to FinFET
Semiconductor Physics & Devices Complete Guide: From Energy Bands to FinFET
For electronics and electrical engineering students, semiconductor physics is an essential foundation. This guide systematically covers everything from quantum mechanics basics to the latest GAA transistors.
1. Quantum Mechanics Fundamentals
To understand semiconductor behavior, we need the language of quantum mechanics, not classical mechanics.
Wave-Particle Duality
de Broglie proposed that particles also have wave properties. The wavelength of an electron is:
where is Planck's constant and is momentum. At the atomic scale, electrons behave like waves, so classical mechanics cannot describe electron behavior in semiconductors.
The Schrödinger Equation
The time-independent Schrödinger equation describes the energy states of electrons in semiconductors:
The square of the wavefunction , the solution to this equation, represents the probability density of finding an electron at a specific location.
Energy Quantization
The energy of an electron inside an infinite potential well (quantum well) is discrete, not continuous:
This principle is the fundamental reason for energy band formation in semiconductors.
Pauli Exclusion Principle
No two electrons can occupy the same quantum state. As a result, when N atoms bond together, each energy level splits into N separate levels, ultimately forming energy bands.
2. Crystal Structure and Energy Bands
Silicon's Diamond Cubic Structure
Silicon (Si) has a diamond cubic structure. Each Si atom forms covalent bonds with 4 neighboring atoms, based on an FCC (face-centered cubic) lattice.
The lattice constant is Å, and this periodic potential determines the energy band structure.
Energy Band Formation
When N atoms bond together, each discrete energy level splits into N closely spaced levels. When the number of atoms is very large (~), these levels become effectively continuous energy bands.
- Conduction Band: Energy region where electrons can move freely
- Valence Band: Energy region of electrons participating in bonding
- Energy Band Gap : Forbidden region between the two bands
Direct vs. Indirect Bandgap
| Semiconductor | Bandgap (eV) | Type | Key Applications |
|---|---|---|---|
| Si | 1.12 | Indirect | CPU, Memory |
| Ge | 0.67 | Indirect | High-frequency devices |
| GaAs | 1.42 | Direct | LED, Laser |
| GaN | 3.4 | Direct | High-power LED |
| SiC | 2.86 | Indirect | Power devices |
In direct bandgap semiconductors (GaAs, GaN), photons are efficiently emitted during electron-hole recombination. Si, being indirect bandgap, has poor light emission efficiency and is unsuitable for LEDs.
Effective Mass
Electrons in a crystal experience a periodic potential and have an effective mass different from the free electron mass :
In Si, the electron effective mass is and the hole effective mass is .
3. Electrical Properties of Semiconductors
Intrinsic Semiconductor
In a pure semiconductor, electron concentration equals hole concentration :
is the intrinsic carrier concentration, which depends strongly on temperature:
For Si at room temperature (300 K), cm.
Fermi-Dirac Distribution
The probability that an energy state is occupied by an electron:
is the Fermi level. In an intrinsic semiconductor, it is located near the middle of the bandgap.
Mass Action Law
At thermal equilibrium, regardless of doping:
This relationship is a core tool in semiconductor analysis.
Conduction Mechanisms
Drift: Carrier motion driven by electric field :
Diffusion: Carrier motion driven by concentration gradient:
Einstein relation:
4. Doping and Extrinsic Semiconductors
n-type Semiconductor: Donor Doping
Doping Si with Group V elements (phosphorus P, arsenic As, antimony Sb) introduces extra electrons that move into the conduction band.
When donor concentration :
The Fermi level shifts toward the conduction band:
p-type Semiconductor: Acceptor Doping
Doping with Group III elements (boron B, aluminum Al, gallium Ga) makes holes the majority carriers.
When acceptor concentration :
Python: Carrier Concentration Calculation
import numpy as np
import matplotlib.pyplot as plt
# Silicon intrinsic carrier concentration (as function of temperature)
k_B = 8.617e-5 # eV/K
T = np.linspace(200, 600, 400) # K
E_g = 1.12 # eV (Si)
N_c = 2.8e19 # cm^-3 effective density of states
N_v = 1.04e19 # cm^-3
n_i = np.sqrt(N_c * N_v) * np.exp(-E_g / (2 * k_B * T))
# n-type semiconductor (N_D = 1e17 cm^-3)
N_D = 1e17
n_n = N_D * np.ones_like(T)
p_n = n_i**2 / N_D
plt.figure(figsize=(10, 6))
plt.semilogy(T, n_i, 'k-', label='Intrinsic ni', linewidth=2)
plt.semilogy(T, n_n, 'b--', label='n-type: n (N_D=1e17)', linewidth=2)
plt.semilogy(T, p_n, 'r--', label='n-type: p (minority)', linewidth=2)
plt.xlabel('Temperature (K)')
plt.ylabel('Carrier Concentration (cm^-3)')
plt.title('Si Carrier Concentration vs Temperature')
plt.legend()
plt.grid(True, alpha=0.3)
plt.tight_layout()
plt.show()
5. p-n Junction
The heart of semiconductor devices. Every semiconductor device analysis builds upon the p-n junction.
Depletion Region Formation
When p-type and n-type semiconductor are brought into contact:
- Concentration gradient causes electrons to diffuse n→p and holes to diffuse p→n
- Ionized donors (+) and acceptors (-) remain, forming a space charge region
- The resulting internal electric field blocks further diffusion → thermal equilibrium
Built-in Potential
For Si with cm, V.
Depletion Width
- : depletion depth on n-side, : depletion depth on p-side
- Charge neutrality:
Forward and Reverse Bias
Forward bias: External voltage counteracts the built-in potential → current increases exponentially:
Reverse bias: Depletion region widens; only minority carrier current flows → very small current until breakdown.
Breakdown Mechanisms
- Zener breakdown: Band-to-band tunneling under strong electric field. Occurs at high doping concentrations
- Avalanche breakdown: Carrier multiplication via impact ionization. Occurs at lower doping concentrations
6. Bipolar Junction Transistor (BJT)
NPN BJT Structure and Operation
An NPN BJT consists of three semiconductor regions: n-type, p-type, n-type:
- Emitter: Heavily doped, injects carriers
- Base: Very thin (hundreds of nm to a few μm), p-type
- Collector: Wide region, lightly doped
In forward active mode, the emitter-base is forward biased, and the base-collector is reverse biased:
Current gain typically ranges from 50 to 500.
Transit Frequency
High-speed BJTs achieve GHz (HBT, SiGe BiCMOS).
7. MOS Capacitor and MOSFET
MOS Structure
The Metal-Oxide-Semiconductor structure is the foundation of modern VLSI:
- Gate (Metal/Poly-Si) / Gate Oxide (SiO2 or High-k) / Semiconductor (Si)
Three Operating Modes
For NMOS with p-type Si substrate:
- Accumulation: , holes accumulate at the surface
- Depletion: , depletion region forms at the surface
- Inversion: , electron channel forms at the surface
Threshold Voltage
- : Flatband voltage
- : Fermi potential
- : Depletion charge
- : Oxide capacitance per unit area
MOSFET Drain Current Model
Linear region ():
Saturation region ():
is the channel length modulation coefficient, and is the channel width-to-length ratio.
8. CMOS Technology
CMOS Inverter
A CMOS inverter connects PMOS and NMOS in series as a basic logic gate:
- Input LOW: PMOS ON, NMOS OFF → Output HIGH
- Input HIGH: PMOS OFF, NMOS ON → Output LOW
- Ideally zero static power dissipation
CMOS Power Dissipation
Dynamic power:
- : activity factor, : load capacitance, : clock frequency
Static power (leakage): Subthreshold current, BTBT (band-to-band tunneling), etc.
Dennard Scaling
When channel length is scaled by :
- Area decreases by
- Speed improves by factor
- Power density: Theoretically constant
However, below 10 nm, Dennard scaling has broken down and power density has surged, causing the "dark silicon" problem.
FinFET (3D Transistor)
Introduced at the 22 nm node, FinFET forms the channel as a 3D fin structure:
- Gate wraps around 3 sides of the channel → greatly reduced leakage current
- Suppresses short-channel effects (SCE)
- Higher drive current for the same footprint area
GAA (Gate-All-Around) FET
The next-generation structure, introduced/being introduced in Samsung 3 nm and TSMC 2 nm processes:
- Gate completely surrounds the channel 360 degrees (nanosheet/nanowire)
- Better electrostatic control than FinFET
- CFET (Complementary FET): NMOS/PMOS stacked vertically
9. Semiconductor Fabrication
Process Flow Overview
Raw Si → Polysilicon → CZ Growth → Wafer → Epitaxy
→ Lithography → Etch → Ion Implantation → Anneal → Deposition (CVD/PVD)
→ CMP → Metal Interconnect → Packaging → Test
Lithography
Modern lithography advances by shortening the light source wavelength:
- DUV (Deep Ultraviolet): 193 nm ArF laser (current mainstream, with multi-patterning)
- EUV (Extreme Ultraviolet): 13.5 nm source, ASML NXE/EXE systems
- EUV single patterning enables sub-3 nm features
Resolution: (Rayleigh criterion)
Ion Implantation
Dopant atoms are accelerated as an ion beam and implanted into silicon:
- Energy: tens to thousands of keV
- Dose: ~ cm
- Post-implant annealing (thermal processing) repairs crystal damage
Key Deposition Processes
- Thermal Oxidation: Grows SiO2 gate oxide
- CVD (Chemical Vapor Deposition): Polycrystalline Si, nitride films, Low-k dielectrics
- ALD (Atomic Layer Deposition): High-k dielectrics (HfO2), uniform ultra-thin films
- PVD/Sputtering: Metal interconnects (W, Cu, Ru)
CMP (Chemical Mechanical Polishing)
CMP planarizes multi-layer structures using a slurry (abrasive liquid) and polishing pad, achieving flatness at the nanometer level. CMP step count increases with the complexity of 3D structures.
Leading-Edge Process Nodes (2026)
| Company | Current Node | Next Generation |
|---|---|---|
| TSMC | 3 nm (N3E), 2 nm (N2) | 1.4 nm (A14) |
| Samsung | 3 nm GAA, 2 nm | 1.4 nm |
| Intel | Intel 3 (~3 nm) | Intel 18A |
10. Optoelectronic Devices
LED (Light Emitting Diode)
In direct bandgap semiconductors (GaAs, GaN, InGaAs) under forward bias:
- Electrons recombine from the conduction band to the valence band
- A photon is emitted with energy equal to
Emission wavelength: (nm)
High-efficiency blue LEDs are implemented with InGaN/GaN structures (Shuji Nakamura, Nobel Prize 2014).
Solar Cell
Operation of a p-n junction solar cell:
- Photon absorption → electron-hole pair generation
- Built-in potential drives electrons to the n-side and holes to the p-side
- Current is supplied to the external circuit
Single-junction Si solar cell theoretical efficiency limit (Shockley-Queisser): ~29% Multi-junction III-V solar cells: over 47% achieved (concentrator type)
CCD and CMOS Image Sensors
- CCD: Transfers charge in a bucket-brigade fashion. High image quality, high power consumption
- CMOS sensor: Each pixel contains active circuitry. Low power, fast readout, dominant in smartphones
11. Latest Semiconductor Trends
Limits of Moore's Law
Moore's Law (doubling of transistor count every two years) is approaching physical limits:
- Quantum tunneling intensifies at gate lengths of a few nm
- Heat dissipation limits (power density in the hundreds of W/cm²)
- Exponentially increasing process costs
3D Integration
HBM (High Bandwidth Memory): DRAM dies stacked vertically, connected by TSV (Through-Silicon Via) → bandwidth of several TB/s. Chiplet: Separate dies manufactured by function and integrated in a single package (adopted by AMD, Intel, Apple).
GaN Power Devices
Gallium nitride's wide bandgap ( eV) and high electron mobility:
- Optimal for high-voltage, high-frequency power conversion
- GaN-on-SiC, GaN-on-Si substrates
- Spreading to 65 W+ USB-PD chargers and server PSUs
AI-Dedicated Semiconductors
- NPU (Neural Processing Unit): Accelerates matrix operations, low-power inference
- TPU (Tensor Processing Unit): Designed by Google, systolic array architecture
- HBM + Compute Die: Core architecture of AI accelerators (NVIDIA H100, AMD MI300)
12. Key Formula Summary
| Item | Formula |
|---|---|
| Intrinsic carrier concentration | |
| Mass action law | |
| Built-in potential | |
| Diode current | |
| MOSFET saturation current | |
| Dynamic power |
Quiz
Q1. Why is silicon unsuitable for LEDs?
Answer: Because silicon is an indirect bandgap semiconductor.
Explanation: In an indirect bandgap material, electron-hole recombination requires a phonon to conserve momentum, making photon emission very unlikely. Most energy is dissipated as heat instead. By contrast, direct bandgap semiconductors like GaAs and GaN undergo recombination without a change in momentum, efficiently emitting photons. This is why virtually all practical LEDs use III-V compound semiconductors rather than silicon.
Q2. What short-channel effects (SCE) occur when the MOSFET channel length is reduced?
Answer: Several short-channel effects emerge.
Explanation: The most important are Drain-Induced Barrier Lowering (DIBL), threshold voltage roll-off (Vth decreases as channel shortens), subthreshold slope degradation (the SS increases beyond the 60 mV/decade ideal limit), and increased gate oxide tunneling current. These effects degrade transistor performance and increase leakage. They are the primary motivation for transitioning from planar MOSFETs to FinFET and then to GAA structures as technology nodes shrink.
Q3. Explain the mechanism by which the built-in potential forms at a p-n junction.
Answer: It forms from the balance between diffusion driven by carrier concentration gradients and the drift caused by the resulting internal electric field.
Explanation: When p-type and n-type semiconductors are brought into contact, electrons diffuse from n to p and holes diffuse from p to n due to concentration gradients. The ionized donor (+) and acceptor (-) ions left behind form a space charge region. The electric field generated by this space charge opposes further diffusion. At thermal equilibrium, when the diffusion current and drift current exactly balance, the resulting potential difference is the built-in potential.
Q4. Why is static power dissipation ideally near zero in CMOS circuits?
Answer: Because PMOS and NMOS operate complementarily, there is no direct current path from VDD to GND in steady state.
Explanation: In a CMOS inverter, when the input is HIGH, only the NMOS is ON and the PMOS is OFF. When the input is LOW, only the PMOS is ON and the NMOS is OFF. Therefore, in the ideal case, there is no direct current path between the supply (VDD) and ground (GND), and static power dissipation is essentially zero. In real devices, subthreshold leakage current and gate tunneling current exist, but these do not significantly compromise the low-power advantage of CMOS at larger nodes.
Q5. Why does FinFET suppress short-channel effects better than planar MOSFET?
Answer: Because the gate controls the channel from multiple sides, greatly improving electrostatic control.
Explanation: In a planar MOSFET, the gate applies an electric field to only one side (top) of the channel. In a FinFET, the gate wraps around 3 sides of the fin-shaped channel. This superior "electrostatic control" means the drain's electric field is effectively shielded by the gate field, greatly reducing DIBL and Vth roll-off. GAA (Gate-All-Around) takes this further by surrounding the channel 360 degrees, enabling continued scaling below the FinFET limit.
References
- Sze, S.M. & Ng, K.K. — Physics of Semiconductor Devices (3rd Ed.), Wiley
- Neamen, D.A. — Semiconductor Physics and Devices: Basic Principles (4th Ed.), McGraw-Hill
- Streetman, B.G. & Banerjee, S. — Solid State Electronic Devices, Pearson
- MIT OCW 6.012 — Microelectronic Devices and Circuits (Prof. Jesús del Alamo)
- TSMC Technology Overview — tsmc.com/technology
- ITRS/IRDS Roadmap — irds.ieee.org
If you found this post helpful, check out the next in the series: "Analog Circuit Design Complete Guide."