6.5.3 · D4Advanced & Emerging Architectures

Exercises — 3D stacking and through-silicon vias (TSV)

2,358 words11 min readBack to topic
Figure — 3D stacking and through-silicon vias (TSV)

L1 · Recognition

Recall Solution

WHAT: identify the two liner rings around the copper.

  • Ring 1 (inner) = oxide liner. Silicon is semiconducting; without this insulator the copper core would electrically short to the substrate. In the coax model this oxide is the dielectric of permittivity between core radius and outer radius .
  • Ring 2 = barrier (e.g. TaN). Copper atoms diffuse into silicon and poison the transistors (deep-level traps that ruin carrier lifetime). The barrier stops that diffusion.

Answer: core = copper; then oxide liner (stops the short), then barrier (stops Cu diffusion), then bulk Si. See Interconnect RC Delay for why we care about the oxide thickness electrically.

Recall Solution

Answer: 2.5D integration. The dies are beside each other, not stacked. The TSVs live in the passive slab beneath them — the interposer — not through the compute dies themselves. Contrast: true 3D stacks dies directly on top of one another with TSVs passing through the active dies. See Interposers and 2.5D Integration.


L2 · Application

Recall Solution

Step 1 — WHAT/WHY: absolute permittivity of the oxide, because the coax formula needs , not the relative number. Step 2 — the geometry factor. The log comes straight from integrating the radial field across the oxide (that's where the coax formula was born). Step 3 — assemble. Tens of femtofarads — exactly the real-world range.

Recall Solution

WHY this formula: every time a wire flips 0→1 you charge its capacitance to ; the energy delivered that ends up dissipated is .


L3 · Analysis

Recall Solution

WHY square, not linear: a wire is both a resistor () and a capacitor (); delay tracks the product . Doubling length quadruples delay. The vertical path is about — roughly 18,000× faster. This squared saving is the whole physical justification for enduring TSV manufacturing pain. See Interconnect RC Delay.

Recall Solution

WHY these formulas: 2D chips talk only through the edge (a 1D perimeter → grows like ); TSVs use the whole face (a 2D area → grows like ). ~67× more parallel links. This area-scaling is precisely why High Bandwidth Memory (HBM) can run a 1024-bit-wide bus.

Figure — 3D stacking and through-silicon vias (TSV)
Recall Solution

WHY: bandwidth = bus width × per-lane rate; divide by 8 to convert bits→bytes. Several stacks → multiple TB/s, feasible only because TSVs give area-scaled I/O (Exercise 6).


L4 · Synthesis

Recall Solution

(a) Same for both, only changes. (b) ratio . About 23× less energy per bit (dominated by the smaller , since cancels). (c) Power saved = (energy saved per bit) × (bit rate). Two-thirds of a watt saved on just this one migrated data path — multiplied across a chip, it's the difference between fitting in a power budget or not.

Recall Solution

WHY this law: heat needs a temperature gradient to flow; more thickness between hotspot and heatsink means a steeper drop, i.e. a hotter buried layer. Thicker stack ⇒ 4× larger for the same heat. (Small numbers per hotspot, but they add across many hotspots and much larger real .) The physical message: stacking layers deepens the thermal path — see Thermal Management in ICs.


L5 · Mastery

Recall Solution

WHAT: invert the coax formula for . WHY: the only free lever here is oxide thickness (), since are fixed. Start from . Solve for the log: With F/m, m, F: Answer: oxide must reach (liner thickness ). Trade-off accepted: thicker oxide → larger overall TSV diameter → bigger keep-out zone stealing active silicon, and slower/harder to fill. You bought lower capacitance with area and manufacturability. Contrast with Chip Packaging constraints.

Recall Solution

WHAT: find where cumulative savings equal the overhead. WHY: a shortcut that saves per use only wins once total savings exceed the one-time cost — classic break-even. Savings per bit-move: J. Break-even: Answer: just ~3 bit-moves pay it back — the per-bit saving so dwarfs this modelled overhead that break-even is essentially immediate for any real workload (billions of moves). The insight: for high-traffic paths 3D is almost always worth it energetically; the true limiter stays thermal, not payback (see Exercises 9–10).

Recall Solution

Total power (drives , which drives via Exercise 9):

  • Option A: W.
  • Option B: W. Answer: Option B dissipates 8 W vs 20 W — a 12 W (2.5×) lower heat load in the same footprint, so it runs much cooler and needs less throttling. This is exactly why real 3D is memory-on-logic. Why cooler can be slower: Option A has 4× the raw compute; if you could cool it, it would out-compute B. But at 20 W in one footprint the buried logic dies overheat (Exercise 9's scales with both and stack thickness ), forcing clock throttling that erases the compute advantage. Rescue for A: microfluidic (interlayer liquid) cooling — channels etched between dies remove heat from inside the stack instead of only top/bottom, decoupling power from the thermal wall. Also see Thermal Management in ICs and, for the historical driver of all this density pressure, Moore's Law.

Recall Quick self-check (cloze)

Delay of a wire scales with its length as ==== because it is both an and a . In the coax model, increasing oxide outer radius makes smaller (bigger denominator). 2D I/O grows like the perimeter (); TSV I/O grows like the area (). The real ceiling on 3D logic stacking is heat / power density, not wire delay.