Home Knowledge Base Semiconductor Test Program Development

Semiconductor Test Program Development is the engineering discipline of creating comprehensive test sequences that exercise every function and fault model of an integrated circuit on automatic test equipment (ATE) — balancing fault coverage (detecting all defective chips), test time (directly determines test cost), and quality metrics (defects per million shipped), where a modern SoC test program may include thousands of test patterns across structural, functional, parametric, and at-speed test categories.

Test Categories

CategoryWhat It TestsMethodCoverage
Structural (scan)Manufacturing defects (stuck-at, transition)ATPG-generated patterns>99% fault coverage
FunctionalCorrect chip operationFunctional vectorsDesign intent
ParametricAnalog values (Voh, Vol, Idd, timing)Measure specific parametersAnalog/mixed-signal
At-speedTiming faults, path delayLaunch-on-capture/shiftTiming defects
BISTMemory, logic, PLL self-testOn-chip test engineMemory, specific blocks
Burn-inEarly life failuresElevated V and TReliability

Test Program Structure

[Test Program]
  ├── [DC parametric tests]
  │    ├── Open/short test (contact integrity)
  │    ├── Leakage (IDDQ, junction leakage)
  │    └── Power supply current (IDD at each voltage)
  │
  ├── [Structural tests]
  │    ├── Scan stuck-at (ATPG patterns)
  │    ├── Scan transition-delay (at-speed)
  │    ├── Scan bridge/IDDQ patterns
  │    └── Scan compression patterns
  │
  ├── [Memory BIST]
  │    ├── SRAM MBIST (all embedded memories)
  │    ├── ROM BIST
  │    └── Memory repair (fuse programming)
  │
  ├── [Functional tests]
  │    ├── PLL lock test
  │    ├── IO loopback
  │    ├── Core functionality (processor boot)
  │    └── Interface protocol test (PCIe, USB)
  │
  ├── [At-speed tests]
  │    ├── Clock frequency test (Fmax search)
  │    ├── SHMOO plot (voltage/frequency margin)
  │    └── Speed binning
  │
  └── [Characterization (engineering only)]
       ├── Die-to-die variation mapping
       ├── Temperature sensitivity
       └── Voltage margin testing

ATPG (Automatic Test Pattern Generation)

Test Time and Cost

FactorImpactOptimization
ATE cost$2-10M per testerMaximize multi-site testing
Test time per die0.1-10 secondsPattern compression, parallel test
Test time × volumeDirectly = test costReduce patterns, faster ATE
Multi-siteTest 8-128 dies simultaneously8-128× throughput
Wafer probe vs. final testProbe: lower cost, final: full coverageBalance cost and quality

Test Quality Metrics

MetricDefinitionTypical Target
Fault coverage% of modeled faults detected>99.5%
DPPMDefective parts per million shipped<10 (automotive: <1)
Test escapeDefective die that passes all testsMinimize
Yield lossGood die falsely failedMinimize (correlation)
OverkillOver-testing that kills good dieBalance with quality

Automotive Test Requirements (ISO 26262)

Semiconductor test program development is the economic gatekeeper between fabrication and the customer — a well-optimized test program maximizes defect detection while minimizing test time and cost, directly determining both the quality of shipped products and the profitability of semiconductor manufacturing, where the difference between a 1-second and 2-second test program can mean millions of dollars in annual ATE cost for a high-volume product.

semiconductor test programtest developmentstructural testfunctional testtest coverage

Explore 500+ Semiconductor & AI Topics

From EUV lithography to CUDA optimization — search the full knowledge base or chat with our AI assistant.