semiconductor reliability
**Semiconductor Reliability** is the **engineering discipline ensuring that chips function correctly throughout their specified lifetime (typically 10-15 years) under operating conditions** — analyzing and mitigating degradation mechanisms that gradually weaken transistors and interconnects over time, where reliability qualification involves accelerated stress testing that simulates years of operation in weeks to verify that failure rates meet stringent product requirements.
**Key Degradation Mechanisms**
| Mechanism | Component | Effect | Acceleration Factor |
|-----------|----------|--------|--------------------|
| BTI (Bias Temperature Instability) | MOSFET gate | Vt shift → slower switching | Temperature, voltage |
| HCI (Hot Carrier Injection) | MOSFET channel | Vt shift, Idsat degradation | Voltage, frequency |
| Electromigration (EM) | Metal interconnects | Void/hillock → open/short | Current density, temperature |
| TDDB (Time-Dependent Dielectric Breakdown) | Gate oxide | Oxide rupture → gate short | Voltage, temperature |
| Stress Migration (SM) | Metal interconnects | Void formation at vias | Temperature cycling |
**Bathtub Curve (Failure Rate Over Time)**
1. **Infant mortality** (decreasing failure rate): Manufacturing defects cause early failures → screened by burn-in.
2. **Useful life** (constant, low failure rate): Random failures — this is the product's operating period.
3. **Wear-out** (increasing failure rate): Degradation mechanisms accumulate → end of life.
**Reliability Metrics**
| Metric | Definition | Typical Target |
|--------|-----------|----------------|
| FIT rate | Failures In Time (per 10⁹ device-hours) | < 10-100 FIT |
| MTBF | Mean Time Between Failures | > 1,000,000 hours |
| DPPM | Defective Parts Per Million shipped | < 1 (automotive), < 10 (consumer) |
| Lifetime | Guaranteed operation period | 10 years (consumer), 15+ years (auto) |
**Qualification Tests (AEC-Q100 for Automotive)**
| Test | Condition | Duration | Purpose |
|------|----------|----------|--------|
| HTOL (High Temp Op Life) | 125°C, max voltage | 1000 hours | BTI, HCI, TDDB, EM |
| TC (Temperature Cycling) | -65°C to 150°C | 1000 cycles | Package stress, solder joints |
| UHAST | 130°C, 85% RH, bias | 96 hours | Moisture/corrosion |
| ESD | HBM: 2000V, CDM: 500V | Per standard | Electrostatic discharge |
| Latch-up | I-test, V-test | Per standard | Parasitic thyristor |
**Acceleration Models**
- **Arrhenius** (temperature): $AF = \exp(\frac{E_a}{k}(\frac{1}{T_{use}} - \frac{1}{T_{stress}}))$
- 1000 hours at 125°C can simulate 10+ years at 55°C.
- **Black's equation** (EM): $TTF = A \cdot J^{-n} \cdot \exp(E_a/kT)$.
- **Power law** (HCI): $\Delta V_t = A \cdot t^n$ (n ≈ 0.5 for BTI, 0.1-0.5 for HCI).
**Reliability in Design**
- **Guard bands**: Design at nominal + aging margin (3-7% Vt degradation over lifetime).
- **EM rules**: Current density limits enforced during physical design.
- **TDDB margin**: Gate oxide electric field kept below breakdown threshold.
- **Redundancy**: Memory ECC, spare rows/columns, self-repair circuits.
Semiconductor reliability engineering is **the discipline that ensures chips survive real-world deployment** — the combination of physics-based degradation modeling, accelerated testing, and design-for-reliability practices determines whether a chip delivers its promised 10+ year lifetime or fails prematurely in the field.