6.5.1 · D3Advanced & Emerging Architectures

Worked examples — Chiplets and multi-die integration

2,673 words12 min readBack to topic

This page drills the yield and energy math from Chiplets and multi-die integration until every case class feels routine. We start with a map of every scenario the topic can throw at you, then work each cell.


The scenario matrix

Before working anything, here is the complete list of case classes. Each worked example below is tagged with the cell it fills.

Cell Case class What is being stressed Example
A Baseline big monolith with large (yield near zero) Ex 1
B Split into chiplets per-chiplet yield Ex 2
C Degenerate: or yield (limiting value) Ex 3
D Degenerate split: chiplet formula must reduce to monolith Ex 3
E Limit per-chiplet yield , but assembly cost explodes Ex 4
F Energy: length halved , sign of change Ex 5
G Energy: off-package vs on-package order-of-magnitude ratio (cm vs µm) Ex 6
H Real-world cost word problem good-dies-per-wafer, cost per good die Ex 7
I Exam twist: solve for or invert the exponential with Ex 8
J Break-even: when do chiplets win? compare total cost, find crossover Ex 9

We will hit every cell A–J.


Cell A — the doomed monolith


Cell B — splitting rescues yield


Cells C & D — the degenerate inputs (never skip these)


Cell E — the limit (why we don't split forever)


Cells F & G — energy per bit (see the figure)

Figure — Chiplets and multi-die integration

Look at the figure: two links carrying one bit. The orange short link is on-package (µm scale); the blue long link goes off-package to a PCB trace (cm scale). Wire capacitance grows with length , and energy per bit is , so length is the whole story when is fixed.


Cell H — real-world cost word problem


Cell I — exam twist: invert the exponential


Cell J — the break-even (when do chiplets actually win?)


Recall Quick self-test across the matrix

Which cell does each belong to? " with , yield ~1%" ::: Cell A (big monolith) " reduces the split formula to the monolith" ::: Cell D (degenerate split) "Off-package bit costs 10× the on-package bit" ::: Cell G (energy order of magnitude) "Take to solve for " ::: Cell I (invert the exponential) "Find the packaging budget where chiplets break even" ::: Cell J (break-even)

Connections