Worked examples — 2.5D packaging and interposers
This page is the drill floor for 2.5D packaging and interposers. The parent note gave you the tools; here we run them through every case they can be thrown at — big dies and tiny dies, defect densities of zero and infinity, energy comparisons, bandwidth budgets, a real-world word problem, and an exam-style trap.
Before the numbers, one promise: every symbol used below is defined by the parent note or re-defined here. If you see , , , , , , , for the first time, the table right under this line tells you what each means.
The two master formulas we reuse everywhere (from the parent):
The scenario matrix
Every worked example below is tagged with the cell of this matrix it covers. Together they touch all of them.
| Cell | What varies | The "edge" we test |
|---|---|---|
| C1 Small area | small | Yield near 1 — chiplet regime |
| C2 Large area | large | Yield collapses — monolithic regime |
| C3 Zero defects | Degenerate: , chiplets give no yield benefit | |
| C4 Huge defects | Limiting: , nothing survives | |
| C5 Split-vs-whole | fixed total , more cuts | How many chiplets is "enough"? |
| C6 Energy ratio | change | Interposer vs PCB energy per bit |
| C7 Bandwidth budget | Does the bus fit? (word problem) | |
| C8 Exam twist | mixed | Overhead costs / when 2.5D loses |
C1 + C2 — Yield at both extremes
- Plug small area. . Why this step? is the probability of zero defects on the die; small ⇒ small exponent ⇒ near 1.
- Evaluate: → ≈ 81.9% good.
- Plug large area. . Why this step? Same formula; large ⇒ large exponent ⇒ crushed toward 0.
- Evaluate: → ≈ 4.1% good.
Recall Why does area hurt so violently?
Because area sits in the exponent. Doubling area doesn't halve yield — it squares the survival penalty. This exponential is the entire economic reason chiplets exist.
Verify: exponents and have the right sign (negative → ). The tiny die (81.9%) beats the giant (4.1%) by ~20×, matching the "small dies dodge defects" intuition.

C3 + C4 — The degenerate limits
- Zero-defect case. for any . Why this step? If no defects ever land, every die — big or small — is perfect. The exponent vanishes.
- Consequence: when , chiplets give zero yield advantage. The yield argument for 2.5D only exists because . (2.5D can still win on reticle limit and node-mixing, but not on yield here.)
- Huge-defect case. . Why this step? Large mean number of defects ⇒ near-certain that at least one lands ⇒ almost nothing survives.
- Limit check: as , . No packaging trick saves you from a broken fab.
Verify: (independent of , correct degenerate behaviour). is a tiny positive number — never exactly zero, so even a bad fab yields some silicon, as physics demands.
C5 — How many chiplets is "enough"?
- Per-chiplet area is . Per-chiplet yield . Why this step? Cutting the system into pieces shrinks each piece's area, raising each piece's individual survival probability.
- Monolith : → 13.5% of whole chips good.
- 4 chiplets : → each chiplet 60.7% good.
- 16 chiplets : → each chiplet 88.2% good. Why this step? As grows, the exponent , so — each tiny die becomes near-perfect.
- The catch (why not infinite chiplets?): every extra cut adds microbumps, interposer wiring, and assembly cost. Yield of individual dies keeps climbing with diminishing return, while packaging overhead climbs linearly. That trade-off — not yield alone — sets the sweet spot (usually 2–8 chiplets in practice, see Chiplets and Heterogeneous Integration).
Recall What does
approach as ? . Individual yield saturates at 1 — pure diminishing returns.
Verify: the sequence is strictly increasing toward 1 as grows, and each equals . The gaps shrink ( vs ) — confirming diminishing returns.
C6 — Energy per bit: interposer vs PCB
- Energy formula. . Why this step? Sending a bit means charging the wire's capacitance to ; the charging energy of a capacitor is with .
- Compute once. . Why this step? Both cases share the same voltage, so factor it out to avoid re-work.
- PCB: = 1.28 pJ/bit.
- Interposer: = 0.0128 pJ/bit.
- Ratio. → 100× less energy. Why this step? With and identical, energy is purely proportional to length, so the ratio is the length ratio. (In reality the interposer's finer geometry lowers too, making the win even larger.)
Verify: units — ✓. Numbers: vs , ratio exactly . ✓
C7 — Bandwidth budget (real-world word problem)
- Raw bandwidth in bits/s. . Why this step? Bandwidth is lanes × per-lane rate; each of the 1024 wires carries transfers/s of 1 bit each.
- Convert to bytes/s. Divide by 8: 409.6 GB/s. Why this step? Storage/bandwidth targets are quoted in bytes (8 bits = 1 byte).
- Meet target? → yes, comfortably.
- Can a PCB route 1024 wires? At PCB pitch ~100 µm, 1024 wires need ~ of edge just for data — impossible along a ~5 mm die edge. At interposer pitch ~1 µm, they need only ~1 mm of edge. Why this step? Bandwidth from parallelism is useless if you can't physically place the wires; this is exactly why HBM ships on an interposer. See High Bandwidth Memory (HBM).
Recall Why can't a PCB carry HBM's bus?
1024 wires at 100 µm pitch ⇒ ~102 mm of routing edge; the die edge is only a few mm. Only ~1 µm interposer pitch fits them.
Verify: bits/s; ÷8 = B/s = 409.6 GB/s ≥ 300 ✓. PCB edge needed ✓.
C8 — The exam twist: when does 2.5D lose?
- Monolith yield. . Why this step? Baseline good-fraction of the single die.
- Cost per good monolith (in "area units") . Why this step? If only 81.9% survive, you must fabricate dies-worth of area to get one good one.
- Chiplet yield. each chiplet ; a system needs both good: . Why this step? Two independent dies must both pass; multiply probabilities. Notice — identical total silicon-yield to the monolith, because total area is unchanged!
- Chiplet cost including overhead. Good silicon per system , then apply the 40% packaging tax: . Why this step? The interposer and assembly are real costs the monolith doesn't pay.
- Compare. Monolith 1.2215 vs chiplet 1.710 → the monolith is cheaper here. Why this trap works: at small area, the yield gain from splitting is tiny (both give ), so the 40% overhead dominates. Chiplets only win when is large (C2) so the yield gain outweighs overhead.
Verify: monolith cost ; chiplet total yield (equals monolith), cost ; so monolith wins ✓.
Recap: which cell taught what
Recall Fill the matrix
C1/C2 — yield near 1 vs collapsed, all from the exponent ::: Small ⇒ ; large ⇒ . Area lives in the exponent. C3 — implication ::: for any area; chiplets give zero yield benefit. C4 — limit ::: ; no packaging saves a broken fab. C6 — energy ratio equals ::: the length ratio (when match): 100× shorter wire ⇒ 100× less energy. C7 — why HBM needs an interposer ::: 1024 wires won't fit at PCB pitch; only ~1 µm interposer pitch routes them. C8 — when chiplets lose ::: When area is small, yield gain is tiny and packaging overhead dominates.
Related builds: Wafer Yield and Defect Density, Reticle Limit and Lithography, 3D Stacking and TSVs, Moore's Law and its Slowdown, Package Substrate and Ball Grid Array.