4.3.21 · D4Semiconductor Fabrication

Exercises — Yield, defect density, and binning

2,435 words11 min readBack to topic

Level 1 — Recognition

Recall Solution 1.1

WHAT we need: is just "average defects per die." The parent built it as — density (per area) times area gives a pure count. WHY this and not : the question stops at the mean count. Yield comes later, from asking "what's the chance that count is zero?" Units cancel: . A pure number, as a count should be.

Recall Solution 1.2

Answer: (a) . The Poisson probability of exactly events is . Set : . (b) is only the first two terms of the Taylor series of and goes negative once — impossible for a probability. (c) blows up as , giving yields above 1 — also impossible.


Level 2 — Application

Recall Solution 2.1

Step 1 — mean: (from 1.1). Step 2 — plug into : Why? Yield = probability of zero defects. So of every 100 dies you print, about 45 survive.

Recall Solution 2.2

Step 1 — radius: diameter , so . Step 2 — naive count (circle area ÷ die area): Step 3 — edge-loss term (the rim of partial dies): Step 4 — subtract: dies. Why subtract? Round wafer, square dies — the ring at the curved edge holds dies chopped in half that we can't use.

Recall Solution 2.3

Step 1 — yield for THIS die: , so Small die → tiny target for defects → high yield. Step 2 — good dies: good dies. Step 3 — cost per good die: Why divide by good, not gross? You pay for the whole wafer no matter how many die; only the survivors earn money.


Level 3 — Analysis

Recall Solution 3.1

Step 1 — write both: , . Step 2 — relate exponents: . Why does this work? The exponent laws: with multiplied by 4 pulls the 4 out as a power, not a factor. This is the whole reason yield collapses for big chips. Step 3 — numbers: (≈61%), (≈13.5%). Interpretation: quadrupling area doesn't cut yield to a quarter (that would be by luck here, but the mechanism is different) — it raises the survival factor to the 4th power. Look at the steep exponential in the figure: a big die is a big target, and every extra bit of area multiplies the death chance.

Figure — Yield, defect density, and binning
Recall Solution 3.2

Poisson baseline: . Clustered: .

  • : 33.3%.
  • : 19.8%.
  • : collapses to 13.5% (the sanity anchor). Trend: small = heavy clustering = defects pile onto a few dies, sparing the rest → highest yield. As grows, clustering fades and yield sinks toward the pessimistic Poisson floor. See how the curve slides down toward the dashed Poisson line.
Figure — Yield, defect density, and binning

Level 4 — Synthesis

Recall Solution 4.1

Plan Mono. DPW: . Yield: , . Good products = . Cost per product = \frac{8000}{14.88} = \boxed{\537.6}$.

Plan Chiplet. DPW (per chiplet, ): . Yield per chiplet: , . Good chiplets = . Good products (need 2 chiplets each) . Cost per product = \frac{8000}{40} = \boxed{\200}$.

Recommendation: Plan Chiplet. At $200 vs $537.6 per working product it is far cheaper, because splitting the area drops each chiplet's from 1.8 to 0.9 and yield is exponential in : two small dies each survive much more often than one big die. This is exactly the argument behind Chiplets and MCM. (Real life adds packaging/interconnect cost — see Chip economics and cost per transistor.)


Level 5 — Mastery

Recall Solution 5.1

Each core good with probability . Number of good cores follows a binomial distribution: . Why binomial, not Poisson? We have a fixed, small number of independent yes/no trials (8 cores), which is the binomial setting — Poisson is the limit of many rare trials.

(a) Perfect 8-core: all cores good. (b) 6-core bin = exactly 6 or 7 good (8-good already claimed by top bin): (c) The point: without harvesting, only 43% of dies (the perfect ones) would sell — the rest are "failed." Binning rescues the 53.1% that have 6–7 good cores: fuse off the bad cores and sell them as a cheaper 6-core SKU. Total sellable fraction jumps from 43% to . That recovered revenue is why Wafer testing and probe measures per-block health, not just pass/fail — it decides which bin each die lands in.

Recall Solution 5.2

Effect 1 (helps yield): smaller area. Shrinking transistors shrinks , and rises as falls. Good. Effect 2 (hurts yield): higher on a new node. A brand-new node is immature — tighter feature sizes mean smaller specks now count as fatal, and the process hasn't been tuned, so spikes. Since depends on the product , a large jump in can overwhelm the drop in . Verdict: early in a node's life, rising usually wins → yield dips (the dreaded early "yield valley"), then recovers as Photolithography and defect control mature (the "yield ramp") and falls. The parent's mistake-callout — " is not a fixed material constant" — is exactly this story: is a maturity number that moves over time.


Recall One-line self-test

Cover the solutions and re-derive Exercise 3.1's identity from the exponent laws alone. ::: because multiplying the exponent by 4 is the same as raising the whole factor to the 4th power.

Connections

  • Yield, defect density, and binning — the parent this drills.
  • Poisson distribution — origin of .
  • Chiplets and MCM — the L4 area-splitting payoff.
  • Chip economics and cost per transistor — where cost-per-good-die lives.
  • Process node scaling — the L5 -vs- tension.