4.3.22 · D4Semiconductor Fabrication

Exercises — Packaging and wire bonding - flip-chip

2,242 words10 min readBack to topic

HOW to use this page. Read each problem, cover the solution, and try it yourself first. Then open the [!recall]- callout to check. Problems climb from L1 Recognition (do you know the words?) up to L5 Mastery (can you combine everything under pressure?). Every number here is machine-verified.

This page tests the parent note: Packaging and wire bonding — flip-chip. Symbols reused from there are re-earned in each solution so you never hit an undefined term.


Level 1 — Recognition

L1.1

Problem. A die sits face-up, glued down by its back, and thin gold threads reach only pads along its four edges. Name the interconnect method, and say whether it is a first-level or second-level interconnect.

Recall Solution

Method: wire bonding. The die is face-up, and "threads along the edges only" is the defining picture of perimeter wire bonding. Level: first-level interconnect — it connects the die to the package. (Second-level is package → PCB, e.g. a BGA of balls.)

L1.2

Problem. In flip-chip, which face of the die points down onto the substrate, and what is the free-facing side used for?

Recall Solution

The active face (the side with transistors and bumps) points down. The back of the die now faces up, leaving it exposed to bond a heat spreader — see Thermal Management and Heat Sinks.

L1.3

Problem. Which of the three bonding energies scrubs away the surface oxide so clean metal meets clean metal?

Recall Solution

The ultrasonic energy. The ~60–120 kHz vibration mechanically shears off the thin oxide/contaminant film. Thermal energy raises atomic mobility; mechanical energy increases true contact area; only ultrasonic removes the oxide barrier.


Level 2 — Application

L2.1

Problem. A square die has side and pad pitch . How many I/O does perimeter wire bonding allow?

Recall Solution

WHAT: plug into the perimeter formula. WHY: wires sit only on the 4 edges, and each edge of length holds pads.

L2.2

Problem. Same die (, ), now flip-chipped. How many bumps fit over the whole face?

Recall Solution

WHAT: use the area formula. WHY: the face is a 2-D grid, bumps per row and rows. Ten times the wire-bond count — because area beats perimeter.

L2.3

Problem. A wire bond has inductance . A digital driver switches with . What supply-voltage droop (ground bounce) does this wire produce?

Recall Solution

WHAT: convert units, then apply . WHY: a fast current change through inductance induces a back-voltage (Faraday's law) — this is exactly parasitic inductance biting. Convert: , and . On a 1 V logic rail, a 0.6 V droop is catastrophic — this is why high-speed parts must avoid long wires.


Level 3 — Analysis

L3.1

Problem. For equal pitch , derive the exact die size at which flip-chip's I/O count first exceeds wire bonding's. Explain each algebra step.

Recall Solution

WHAT we want: the crossover where . Step 1 — let (the die measured in pitches). This turns two variables into one, so we can compare cleanly: . Step 2 — divide by . Since and , , so dividing by is legal and does not flip the inequality: . Step 3 — translate back: . Meaning: for any die wider than 4 pad-pitches, area array wins — which is essentially every real chip.

L3.2

Problem. A 10 mm die at 0.25 mm pitch. Compute both I/O counts and the ratio . Then explain, in one sentence, why the ratio equals in general.

Recall Solution

Ratio . Why : dividing the formulas gives The advantage grows linearly with die size — bigger chips reward flip-chip more.

L3.3

Problem. Two straight round wires carry the same current change. Wire A: length , radius . Wire B: a flip-chip bump modelled as length , radius . Using with , compute each inductance and their ratio.

Recall Solution

WHY this formula: self-inductance = flux linked per unit current; the term comes from integrating the field across radial distance out from the wire. Precompute .

Wire A (, ): , , bracket .

Wire B (bump) (, ): , , bracket . Ratio . The 2 mm wire has ~160× the inductance of the bump — the quantitative heart of the parasitics argument.

Figure — Packaging and wire bonding - flip-chip

Level 4 — Synthesis

L4.1

Problem. A CPU needs 2000 power/signal I/O. The die is . (a) What bump pitch does flip-chip need to reach 2000 I/O? (b) Could perimeter wire bonding hit 2000 at that same pitch? Show the numbers and interpret.

Recall Solution

(a) Set . Solve for : So a bump pitch of about delivers 2000 I/O — very relaxed, easily manufacturable. (b) At the same pitch , wire bonding gives Only ~179 — hopeless for a 2000-pin part. To reach 2000 by perimeter alone would need , a 36 µm pitch that is far beyond practical wire bonding. Conclusion: high-pin-count CPUs must be flip-chip.

L4.2

Problem. Underfill epoxy is wicked between die and substrate. Explain, using the concept of CTE mismatch, why a bump on the corner of the array fails before a bump at the centre during thermal cycling. No formula needed — reason from geometry.

Recall Solution

The picture: silicon and the substrate expand by different amounts when heated (different CTE). Both grow outward from the die's centre. A bump's shear displacement is proportional to its distance from the neutral (centre) point — this is the DNP (Distance to Neutral Point) idea.

  • A centre bump barely moves relative to its landing pad → tiny shear strain.
  • A corner bump sits at the maximum distance → the die and substrate slide past each other the most there → maximum shear strain → it cracks first. Why underfill helps: the epoxy mechanically couples die and substrate over the whole area, redistributing that corner shear into the bulk so no single bump carries the full mismatch. Without it, corner bumps fatigue and open. (Related failure chemistry: Intermetallic Compounds and Bond Reliability.)

Level 5 — Mastery

L5.1

Problem. You are choosing packaging for a die that needs 900 I/O and switches at on a 1.0 V rail. The design rule: ground bounce on any single interconnect must stay below 10% of the rail (i.e. ).

(a) Find the bump pitch that gives exactly 900 I/O. (b) A candidate wire bond has ; a candidate bump has . Compute each interconnect's ground bounce. (c) Which technology(ies) satisfy both the I/O and the noise budget? Decide and justify.

Recall Solution

(a) . Check the perimeter route at that pitch: — far short of 900. So only flip-chip meets the I/O count at a sane pitch.

(b) Convert .

  • Wire: — a full-rail droop. Way over the 0.10 V budget.
  • Bump: — well under 0.10 V. ✓

(c) Flip-chip wins on both counts. Wire bonding fails the I/O requirement (120 ≪ 900) and fails the noise budget (1.0 V ≫ 0.10 V). Flip-chip supplies 900 I/O at a comfortable 0.40 mm pitch and holds ground bounce to 0.016 V. This single problem reproduces the entire real-world logic: area-array I/O + low parasitic inductance = the two reasons high-performance silicon is flip-chip.

Figure — Packaging and wire bonding - flip-chip

Active Recall

Recall Cover and reconstruct
  • Crossover die size for flip-chip to win (equal pitch)? :::
  • General I/O advantage ratio ? :::
  • Ground-bounce formula? :::
  • Why do corner bumps fail first? ::: largest distance to neutral point → max CTE shear strain
  • Why is inductance so much lower for a bump? ::: , and a 0.1 mm bump is ~20× shorter than a 2 mm wire (and fatter), so far less flux linked