Semiconductor Manufacturing Process: Poisson Statistics & Mathematical Modeling
Keywords: Poisson statistics, defect distribution, yield modeling, critical area, clustering
Semiconductor Manufacturing Process: Poisson Statistics & Mathematical Modeling
1. Introduction: Why Poisson Statistics?
Semiconductor defects satisfy the classical Poisson conditions:
- Rare events — Defects are sparse relative to the total chip area
- Independence — Defect occurrences are approximately independent
- Homogeneity — Within local regions, defect rates are constant
- No simultaneity — At infinitesimal scales, simultaneous defects have zero probability
1.1 The Poisson Probability Mass Function
The probability of observing exactly $k$ defects:
where the expected number of defects is:
Parameter definitions:
- $D_0$ — Defect density (defects per unit area, typically defects/cm²)
- $A$ — Chip area (cm²)
- $\lambda$ — Mean number of defects per chip
1.2 Key Statistical Properties
| Property | Formula |
|---|---|
| Mean | $E[X] = \lambda$ |
| Variance | $\text{Var}(X) = \lambda$ |
| Variance-to-Mean Ratio | $\frac{\text{Var}(X)}{E[X]} = 1$ |
Note: The equality of mean and variance (equidispersion) is a signature property of the Poisson distribution. Real semiconductor data often shows overdispersion (variance > mean), motivating compound models.
2. Fundamental Yield Equation
2.1 The Seeds Model (Simple Poisson)
A chip is functional if and only if it has zero killer defects. Under Poisson assumptions:
Derivation:
2.2 Limitations of Simple Poisson
- Assumes uniform defect density across the wafer (unrealistic)
- Does not account for clustering of defects
- Consistently underestimates yield for large chips
- Ignores wafer-to-wafer and lot-to-lot variation
3. Compound Poisson Models
3.1 The Negative Binomial Approach
Model the defect density $D_0$ as a random variable with Gamma distribution:
Gamma probability density function:
where:
- $\bar{D}$ — Mean defect density
- $\alpha$ — Clustering parameter (shape parameter)
3.2 Resulting Yield Model
When defect density is Gamma-distributed, the defect count follows a Negative Binomial distribution, yielding:
3.3 Physical Interpretation of Clustering Parameter $\alpha$
| $\alpha$ Value | Physical Interpretation |
|---|---|
| $\alpha \to \infty$ | Uniform defects — recovers simple Poisson model |
| $\alpha \approx 1-5$ | Typical semiconductor clustering |
| $\alpha \to 0$ | Extreme clustering — defects occur in tight groups |
3.4 Overdispersion
The variance-to-mean ratio for the Negative Binomial:
This overdispersion (ratio > 1) matches empirical observations in semiconductor manufacturing.
4. Classical Yield Models
4.1 Comparison Table
| Model | Yield Formula | Assumed Density Distribution |
|---|---|---|
| Seeds (Poisson) | $Y = e^{-D_0 A}$ | Delta function (uniform) |
| Murphy | $Y = \left(\frac{1 - e^{-D_0 A}}{D_0 A}\right)^2$ | Triangular |
| Negative Binomial | $Y = \left(1 + \frac{D_0 A}{\alpha}\right)^{-\alpha}$ | Gamma |
| Moore | $Y = e^{-\sqrt{D_0 A}}$ | Empirical |
| Bose-Einstein | $Y = \frac{1}{1 + D_0 A}$ | Exponential |
4.2 Murphy's Yield Model
Assumes triangular distribution of defect densities:
Taylor expansion for small $D_0 A$:
4.3 Limiting Behavior
As $D_0 A \to 0$ (low defect density):
As $D_0 A \to \infty$ (high defect density):
5. Critical Area Analysis
5.1 Definition
Not all chip area is equally vulnerable. Critical area $A_c$ is the region where a defect of size $d$ causes circuit failure.
5.2 Critical Area for Shorts
For two parallel conductors with:
- Length: $L$
- Spacing: $S$
5.3 Critical Area for Opens
For a conductor with:
- Width: $W$
- Length: $L$
5.4 Total Critical Area
Integrate over the defect size distribution $f(d)$:
5.5 Defect Size Distribution
Typically modeled as power-law:
Typical values:
- Exponent: $p \approx 2-4$
- Normalization constant: $C = (p-1) \cdot d_{\min}^{p-1}$
Alternative: Log-normal distribution (common for particle contamination):
6. Multi-Layer Yield Modeling
6.1 Modern IC Structure
Modern integrated circuits have 10-15+ metal layers. Each layer $i$ has:
- Defect density: $D_i$
- Critical area: $A_{c,i}$
- Clustering parameter: $\alpha_i$ (for Negative Binomial)
6.2 Poisson Multi-Layer Yield
Simplified form:
6.3 Negative Binomial Multi-Layer Yield
6.4 Log-Yield Decomposition
Taking logarithms for analysis:
7. Spatial Point Process Formulation
7.1 Inhomogeneous Poisson Process
Intensity function $\lambda(x, y)$ varies spatially across the wafer:
where the integrated intensity is:
7.2 Cox Process (Doubly Stochastic)
The intensity $\lambda(x,y)$ is itself a random field:
where:
- $\mu$ — Baseline log-intensity
- $Z(x,y)$ — Gaussian random field with spatial correlation function $\rho(h)$
Correlation structure:
where $h = \sqrt{(x_2-x_1)^2 + (y_2-y_1)^2}$
7.3 Neyman Type A (Cluster Process)
Models defects occurring in clusters:
1. Cluster centers: Poisson process with intensity $\lambda_c$ 2. Defects per cluster: Poisson with mean $\mu$ 3. Defect positions: Scattered around cluster center (e.g., isotropic Gaussian)
Probability generating function:
Mean and variance:
8. Statistical Estimation Methods
8.1 Maximum Likelihood Estimation
8.1.1 Data Structure
Given:
- $n$ chips with areas $A_1, A_2, \ldots, A_n$
- Binary outcomes $y_i \in \{0, 1\}$ (pass/fail)
8.1.2 Likelihood Function
where $Y_i = \left(1 + \frac{D_0 A_i}{\alpha}\right)^{-\alpha}$
8.1.3 Log-Likelihood
8.1.4 Score Equations
Note: Requires numerical optimization (Newton-Raphson, BFGS, or EM algorithm).
8.2 Bayesian Estimation
8.2.1 Prior Distribution
8.2.2 Posterior Distribution
Given defect count $k$ on area $A$:
Posterior mean:
Posterior variance:
8.2.3 Sequential Updating
Bayesian framework enables sequential learning:
9. Statistical Process Control
9.1 c-Chart (Defect Counts)
For constant inspection area:
- Center line: $\bar{c}$ (average defect count)
- Upper Control Limit (UCL): $\bar{c} + 3\sqrt{\bar{c}}$
- Lower Control Limit (LCL): $\max(0, \bar{c} - 3\sqrt{\bar{c}})$
9.2 u-Chart (Defects per Unit Area)
For variable inspection area $n_i$:
- Center line: $\bar{u}$
- Control limits: $\bar{u} \pm 3\sqrt{\frac{\bar{u}}{n_i}}$
9.3 Overdispersion-Adjusted Charts
For clustered defects (Negative Binomial), inflate the variance:
9.4 CUSUM Chart
Cumulative sum for detecting small persistent shifts:
where:
- $K$ — Slack value (typically $0.5\sigma$)
- Signal when $C_t^+$ or $C_t^-$ exceeds threshold $H$
10. EUV Lithography Stochastic Effects
10.1 Photon Shot Noise
At extreme ultraviolet wavelength (13.5 nm), photon shot noise becomes critical.
Number of photons absorbed in resist volume $V$:
where:
- $\Phi$ — Photon fluence (photons/area)
- $\sigma$ — Absorption cross-section
- $V$ — Resist volume
10.2 Line Edge Roughness (LER)
Stochastic photon absorption causes spatial variation in resist exposure:
Critical Design Rule:
where CD = Critical Dimension (feature size)
10.3 Stochastic Printing Failures
Probability of insufficient photons in a critical volume:
where $\lambda = \Phi \sigma V$
11. Reliability and Latent Defects
11.1 Defect Classification
Not all defects cause immediate failure:
- Killer defects: Cause immediate functional failure
- Latent defects: May cause reliability failures over time
11.2 Yield vs. Reliability
Initial Yield:
Reliability Function:
where $H(t)$ is the cumulative hazard function for latent defect activation.
11.3 Weibull Activation Model
Parameters:
- $\eta$ — Scale parameter (characteristic life)
- $\beta$ — Shape parameter
- $\beta < 1$: Decreasing failure rate (infant mortality)
- $\beta = 1$: Constant failure rate (exponential)
- $\beta > 1$: Increasing failure rate (wear-out)
12. Complete Mathematical Framework
12.1 Hierarchical Model Structure
-
┌─────────────────────────────────────────────────────────────┐
│ SEMICONDUCTOR YIELD MODEL HIERARCHY │
├─────────────────────────────────────────────────────────────┤
│ │
│ Layer 1: DEFECT PHYSICS │
│ • Particle contamination │
│ • Process variation │
│ • Stochastic effects (EUV) │
│ ↓ │
│ Layer 2: SPATIAL POINT PROCESS │
│ • Inhomogeneous Poisson / Cox process │
│ • Defect size distribution: f(d) ∝ d^(-p) │
│ ↓ │
│ Layer 3: CRITICAL AREA CALCULATION │
│ • Layout-dependent geometry │
│ • Ac = ∫ Ac(d)$\cdot$f(d) dd │
│ ↓ │
│ Layer 4: YIELD MODEL │
│ • Y = (1 + D₀Ac/α)^(-α) │
│ • Multi-layer: Y = ∏ Yᵢ │
│ ↓ │
│ Layer 5: STATISTICAL INFERENCE │
│ • MLE / Bayesian estimation │
│ • SPC monitoring │
│ │
└─────────────────────────────────────────────────────────────┘
12.2 Summary of Key Equations
| Concept | Equation |
|---|---|
| Poisson PMF | $P(X=k) = \frac{\lambda^k e^{-\lambda}}{k!}$ |
| Simple Yield | $Y = e^{-D_0 A}$ |
| Negative Binomial Yield | $Y = \left(1 + \frac{D_0 A}{\alpha}\right)^{-\alpha}$ |
| Multi-Layer Yield | $Y = \prod_i \left(1 + \frac{D_i A_{c,i}}{\alpha_i}\right)^{-\alpha_i}$ |
| Critical Area (shorts) | $A_c^{\text{short}}(d) = 2L(d-S)$ for $d > S$ |
| Defect Size Distribution | $f(d) \propto d^{-p}$, $p \approx 2-4$ |
| Bayesian Posterior | $D_0 \mid k \sim \text{Gamma}(a+k, b+A)$ |
| Control Limits | $\bar{c} \pm 3\sqrt{\bar{c}(1 + \bar{c}/\alpha)}$ |
| LER Scaling | $\sigma_{\text{LER}} \propto (\Phi V)^{-1/2}$ |
12.3 Typical Parameter Values
| Parameter | Typical Range | Units |
|---|---|---|
| Defect density $D_0$ | 0.01 - 1.0 | defects/cm² |
| Clustering parameter $\alpha$ | 0.5 - 5 | dimensionless |
| Defect size exponent $p$ | 2 - 4 | dimensionless |
| Chip area $A$ | 1 - 800 | mm² |
Source: ChipFoundryServices — Search this topic — Ask CFSGPT
Explore 500+ Semiconductor & AI Topics
From EUV lithography to CUDA optimization — search the full knowledge base or chat with our AI assistant.