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 a and outer radius b.
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.
Step 1 — WHAT/WHY: absolute permittivity of the oxide, because the coax formula needs ε, not the relative number.
ε=εrε0=3.9×8.85×10−12=3.45×10−11F/m.Step 2 — the geometry factor. The log ln(b/a) comes straight from integrating the radial field across the oxide (that's where the coax formula was born).
ln(b/a)=ln(1.8/1.5)=ln(1.2)=0.1823.Step 3 — assemble.C=ln(b/a)2πεh=0.18232π(3.45×10−11)(40×10−6)=4.76×10−14F≈48fF.
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 V; the energy delivered that ends up dissipated is 21CV2.
E=21CV2=21(4.76×10−14)(0.8)2=1.52×10−14J≈15fJ.
WHY square, not linear: a wire is both a resistor (R∝ℓ) and a capacitor (C∝ℓ); delay tracks the product RC∝ℓ2. Doubling length quadruples delay.
τ2Dτ3D=(ℓ2Dh)2=(600045)2=(7.5×10−3)2=5.6×10−5.
The vertical path is about 1/5.6×10−5≈1.8×104 — 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 L); TSVs use the whole face (a 2D area → grows like L2).
N2D=p4L=45μm4(12×103μm)=4548000=1067.N3D=p2L2=(4512000)2=(266.7)2=71,111.ratio=N2DN3D=106771111≈66.7.~67× more parallel links. This area-scaling is precisely why High Bandwidth Memory (HBM) can run a 1024-bit-wide bus.
Recall Solution
WHY: bandwidth = bus width × per-lane rate; divide by 8 to convert bits→bytes.
BW=1024×3.6×109bit/s=3.686×1012bit/s.=83.686×1012=4.608×1011B/s=461GB/s per stack.
Several stacks → multiple TB/s, feasible only because TSVs give area-scaled I/O (Exercise 6).
(a) Same E=21CV2 for both, only C changes.
E2D=21(1.1×10−12)(0.64)=3.52×10−13J.E3D=21(4.76×10−14)(0.64)=1.52×10−14J.(b) ratio =E2D/E3D=3.52×10−13/1.52×10−14≈23. About 23× less energy per bit (dominated by the 23× smaller C, since V cancels).
(c) Power saved = (energy saved per bit) × (bit rate).
ΔE=3.52×10−13−1.52×10−14=3.37×10−13J.Psaved=3.37×10−13×2×1012=0.674W.
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 t between hotspot and heatsink means a steeper drop, i.e. a hotter buried layer.
ΔT1=(150)(1×10−4)(5)(100×10−6)=1.5×10−25×10−4=0.0333K.ΔT4=(150)(1×10−4)(5)(400×10−6)=0.1333K.
Thicker stack ⇒ 4× largerΔT for the same heat. (Small numbers per hotspot, but they add across many hotspots and much larger real Q.) The physical message: stacking layers deepens the thermal path — see Thermal Management in ICs.
WHAT: invert the coax formula for b. WHY: the only free lever here is oxide thickness (b), since a,h,ε are fixed.
Start from C=ln(b/a)2πεh. Solve for the log:
ln(b/a)=C2πεh.
With ε=3.45×10−11 F/m, h=40×10−6 m, C=35×10−15 F:
ln(b/a)=35×10−152π(3.45×10−11)(40×10−6)=35×10−158.67×10−15=0.2478.b=ae0.2478=1.5μm×1.281=1.92μm.Answer: oxide must reach b≳1.92μm (liner thickness b−a≈0.42μm).
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 N where cumulative savings equal the overhead. WHY: a shortcut that saves ΔE per use only wins once total savings exceed the one-time cost — classic break-even.
Savings per bit-move: ΔE=E2D−E3D=3.52×10−13−1.52×10−14=3.37×10−13 J.
Break-even: NΔE=EohN=ΔEEoh=3.37×10−138×10−13≈2.37.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 Q, which drives ΔT via Exercise 9):
Option A: 4×5=20 W.
Option B: 1×5+3×1=8 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 ΔT scales with both Q and stack thickness t), 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 ==ℓ2== because it is both an R∝ℓ and a C∝ℓ.
In the coax model, increasing oxide outer radius b makes C smaller (bigger ln(b/a) denominator).
2D I/O grows like the perimeter (L); TSV I/O grows like the area (L2).
The real ceiling on 3D logic stacking is heat / power density, not wire delay.