How Do You Calculate Die Per Wafer (DPW) and Yield in Semiconductor Manufacturing?

In semiconductor fabrication, two numbers dominate every cost and capacity discussion: die per wafer (DPW) and yield (Y). DPW tells you how many chips you can physically fit on a wafer; yield tells you how many of those chips actually work. Together, they determine your good die per wafer—the only number that pays the bills.

---

What It Is

Die per wafer (DPW) is the theoretical maximum number of rectangular dies that can be cut from a circular silicon wafer, given the die dimensions and the wafer diameter.

Yield is the fraction of dies that pass electrical test. In early-stage estimation, engineers use statistical models—most commonly the Poisson yield model and the Murphy yield model—to predict yield from defect density and die area before any silicon exists.

These models are published, industry-standard approaches (see, for example, the Poisson and Murphy yield formulations widely used in semiconductor literature). They are not proprietary secrets; they are engineering heuristics validated over decades.

---

How It Works: Formula and Steps

### Step 1 – Calculate DPW from wafer geometry

A standard approximation for DPW is:

\[
DPW = \frac{\pi \times (D/2)^2}{A_d} - \frac{\pi \times D}{\sqrt{2 \times A_d}}
\]

Where:
  • \(D\) = wafer diameter (mm)
  • \(A_d\) = die area (mm²)


The first term is the wafer area divided by die area. The second term subtracts dies lost at the circular edge (edge loss). This formula is a known approximation; exact values require detailed scribe-line and edge-exclusion layout.

Example data (illustrative only):
For a 300 mm wafer and a 10 mm × 10 mm die (area = 100 mm²):

\[
DPW \approx \frac{\pi \times 150^2}{100} - \frac{\pi \times 300}{\sqrt{200}} \approx 706.9 - 66.6 \approx 640
\]

So roughly 640 dies fit on the wafer.

### Step 2 – Choose a yield model

Poisson yield model:

\[
Y = e^{-A_d \times D_0}
\]

Where:
  • \(A_d\) = die area (cm²)
  • \(D_0\) = defect density (defects/cm²)


This assumes defects are randomly and uniformly distributed (a Poisson process).

Murphy yield model:

\[
Y = \left( \frac{1 - e^{-A_d \times D_0}}{A_d \times D_0} \right)^2
\]

Murphy's model accounts for a non-uniform distribution of defect density across the wafer, giving a slightly higher yield than Poisson for the same average \(D_0\).

### Step 3 – Combine DPW and yield

\[
\text{Good die per wafer} = DPW \times Y
\]

---

A Worked Illustrative Example

Example data (illustrative only). Suppose:
  • Wafer diameter = 300 mm
  • Die size = 10 mm × 10 mm → \(A_d = 1.0 \, \text{cm}^2\)
  • Average defect density \(D_0 = 0.5 \, \text{defects/cm}^2\)


DPW (from Step 1) ≈ 640 dies.

Poisson yield:

\[
Y = e^{-1.0 \times 0.5} = e^{-0.5} \approx 0.607
\]

Murphy yield:

\[
Y = \left( \frac{1 - e^{-0.5}}{0.5} \right)^2 = \left( \frac{1 - 0.607}{0.5} \right)^2 = (0.786)^2 \approx 0.618
\]

Good die per wafer:
  • Poisson: \(640 \times 0.607 \approx 388\)
  • Murphy: \(640 \times 0.618 \approx 396\)


The Murphy model predicts slightly more good dies because it assumes defect clustering rather than pure randomness—a realistic improvement for mature processes.

---

Common Pitfalls

  • Mixing units: Die area must be in cm² when defect density is per cm². A common error is using mm² and getting yields near zero.
  • Ignoring edge exclusion: Wafers have a ~3 mm edge exclusion zone where dies are not used. The DPW formula above approximates this; real layout tools compute it exactly.
  • Blindly trusting one model: Poisson is pessimistic; Murphy is more optimistic. For a new fab line, actual yield often falls between them. Use both as a range.
  • Forgetting that DPW is geometric, yield is statistical: DPW is fixed by design; yield changes with process maturity. Do not combine them into a single "wafer efficiency" number without stating assumptions.


---

Get the Numbers Fast

Manual calculation is fine for a single scenario, but you will often need to sweep die sizes or defect densities to find the economic sweet spot. Use the free, interactive Wafer DPW & Yield Calculator at https://www.6sq.com/tools/wafer_yield/ to compute DPW, Poisson yield, Murphy yield, and good die per wafer in seconds—no spreadsheet setup required.
Invited:

0 replies, guests cannot view replies. For more features, please log in or register