Intuition The one core idea
We print many identical rectangular chips onto one round silicon disk; random specks ruin some, and yield is the fraction that survive. Everything on the parent page is built from three things — how many chips fit, how dirty the process is, and how much survival costs — so this page defines every letter and picture those ideas stand on.
This is the ground-floor page for Yield, defect density, and binning . If a symbol confused you there, it is defined here from zero. Read top to bottom — each item uses only things defined above it.
r , diameter d
A wafer is a thin circular slice of pure silicon. We describe its size two ways:
==r == (radius) — the distance from the exact centre to the edge.
==d == (diameter) — the full width across the middle. It is just twice the radius: d = 2 r .
Picture a round pizza. The radius is centre-to-crust; the diameter is crust-to-crust straight through the middle. Fabs quote wafers by diameter ("a 300 mm wafer"), so you constantly convert: if d = 300 mm then r = 150 mm = 15 cm.
r at all
Every "how much room is on the wafer" question is really an area question, and the area of a circle is written with the radius, not the diameter. So we carry r around.
Definition Area, and the symbol
A
Area is the amount of flat surface something covers, measured in square units. Two areas matter here:
Area of the whole round wafer: a circle of radius r has area ==π r 2 ==.
==A == — the area of one single chip (one rectangle).
Why the square (the little 2 )? Area lives in two directions — width and height — so its units are a length times a length, e.g. centimetres times centimetres, written cm 2 ("square centimetres"). One direction alone (a line) can't cover a surface.
π (pi)
==π == ≈ 3.14159 is the fixed number that turns a circle's radius into its area and its circumference. It never changes — it is baked into what "circle" means.
We will divide one by the other in a moment — that is the whole idea of "how many chips fit."
A die is one finished rectangular chip cut from the wafer. DPW (gross dies per wafer) is how many die-rectangles geometrically fit on the round disk , counting before any defects ruin any of them.
The very first estimate is just "big area ÷ small area":
ideal count = A π r 2 = room one chip needs room on the whole wafer .
Intuition Why this is only an estimate — the round-vs-square problem
The wafer is a circle but every die is a rectangle . Rectangles that hang over the curved edge fall off and are wasted. So the true count is a little less than π r 2 / A . The parent page subtracts a rim-correction term for exactly this — look at the orange half-chips in the figure.
π r 2 / A is the exact die count."
Why it feels right: it is clean and looks like a total.
Fix: it over counts, because partial dies at the round rim can't be sold. DPW is always somewhat smaller. (See Photolithography for how the die grid is actually printed.)
Definition Defect, and defect density
D 0
A defect is anything that kills a chip: a dust speck, a crystal flaw, a printing wobble. ==D 0 == is the defect density — the average number of fatal defects per unit area , e.g. "0.5 defects per cm²".
The picture: sprinkle salt over the whole wafer. D 0 is not where the grains land — it is how heavily you sprinkled, on average, per square centimetre.
Intuition Why "per area" and not "per wafer"
Chips come in different sizes. A number per area lets us ask about any die size just by multiplying by that die's area A . That product is the single most important quantity on the parent page — meet it next.
D 0 is a fixed property of silicon."
Why it feels right: it looks like a material constant.
Fix: D 0 measures the process , not the metal. A brand-new manufacturing node starts dirty (high D 0 ) and gets cleaner as engineers debug it — the "yield ramp." See Process node scaling .
λ
==λ == (the Greek letter "lambda") is the expected number of fatal defects on one single die . You get it by multiplying "defects per area" by "area of one die":
λ = D 0 A .
Units cancel to give a pure count: cm 2 defects × cm 2 = defects . If you sprinkle 0.5 defects/cm² and a die is 2 cm², you expect 1 defect on it — not always exactly one, but one on average .
Intuition Why we bother naming this product
The picture: a bigger die is a bigger landing pad, so more specks hit it. λ is the "how exposed is this chip" number. Every yield formula ahead is written in terms of λ , so defining it once keeps the algebra short.
e and e − λ
==e == ≈ 2.71828 is a fixed number (like π ) that shows up whenever something shrinks by the same fraction over each equal step — "compounding" decay. ==e − λ == means "e raised to the power minus λ "; it is a number between 0 and 1 that gets smaller as λ grows.
e − λ is the natural "nothing bad happened" number
Split the die into many tiny patches, each with a tiny chance of holding a defect. The chance that every patch is clean is a product of many "almost 1" factors. When you make the patches infinitely small, that product collapses exactly onto e − λ . That is why the survival-with-zero-defects probability is e − λ and not something you'd guess by hand.
Read the shape from the figure: at λ = 0 (a spotless process) survival is e 0 = 1 = 100% . As λ climbs, survival falls fast but never touches zero — there is always a slim chance a big die got lucky.
The full reason this exact curve (and not another) governs defects is the Poisson distribution — the D2 page derives it; here you only need to trust the shape .
Y
==Yield Y == is the fraction of manufactured dies that actually work — a number between 0 and 1 (often quoted as a percent). With the tools above, a die works only if it caught zero fatal defects, and that probability is e − λ , so:
Y = e − D 0 A .
Intuition What each letter is doing in one sentence
D 0 says how dirty; A says how big a target; their product λ says how exposed; e − ( … ) turns "exposure" into "survival fraction."
Everything downstream — good dies per wafer, cost — is just this Y multiplied or divided by counts from Section 3. See Wafer testing and probe for how Y is actually measured after the chips are made.
α
==α == (Greek "alpha") is the clustering parameter . Real specks land in clumps , not evenly. α says how clumpy: a small α means heavy clumping; a huge α means perfectly even (no clumping).
helps yield
If ten specks all pile onto one already-dead die, they wasted themselves — nine other dies stayed clean that a "spread-out" sprinkle would have killed. So clumping saves extra dies, and the real yield is higher than the plain e − λ estimate. The parent's negative-binomial formula Y = ( 1 + D 0 A / α ) − α carries this, and as α → ∞ (no clumps) it slides back to e − D 0 A .
Definition Cost per good die
If a whole wafer costs Cost wafer money, and it yields DPW × Y working dies, then each survivor must carry the whole bill:
Cost good die = DPW × Y Cost wafer .
The picture: you pay for the entire pizza whether or not every slice is edible, so you divide the price only among the good slices. This is the bridge to Chip economics and cost per transistor and to why giant dies get chopped into Chiplets and MCM .
Binning is sorting the dies that passed into quality grades — by top stable clock speed, by power use, or by how many cores/cache blocks still work — and selling each grade as a different product.
The picture: after tasting the good cookies, the crunchiest go in the "premium" box and the softer ones in the "budget" box. No new recipe — the same die at different prices.
survival e to the minus lambda
What does r mean and how is it related to diameter d ? Radius = centre-to-edge distance; d = 2 r .
Why is die area written with a little 2 (e.g. cm 2 )? Area covers two directions, so its unit is length × length.
What is DPW and why is it less than π r 2 / A ? Dies that fit on the round wafer before defects; the round rim wastes partial rectangular dies.
What does D 0 measure, and is it constant? Average fatal defects per unit area; not constant — it drops as a process matures.
How do you get λ and what does it mean? λ = D 0 A ; the expected number of defects on one die.
What is e − λ and why is it between 0 and 1? e (≈2.718) raised to a negative power; it is the probability a die caught zero defects.
Write the Poisson yield and say what each letter does. Y = e − D 0 A ; D 0 dirtiness, A die size, together the exposure, e − ( ⋅ ) the survival fraction.
What does α control and why does clumping raise yield? Clustering; clumps waste defects on already-dead dies, sparing clean ones.
Give the cost-per-good-die formula. Cost wafer / ( DPW × Y ) .
What is binning in one line? Sorting passing dies into speed/quality grades sold as different products.