Visual walkthrough — Packaging and wire bonding - flip-chip
WHAT this page does. The parent note handed you two headline formulas: This page builds both from absolutely nothing — no formula assumed, every letter earned — and shows in pictures why one grows in a straight line and the other explodes. By the end you will see why the whole industry flipped its chips over. Along the way we are honest about the rounding — real pad counts are whole numbers, and we say exactly when the clean formula is off, why, and how to force a valid (non-negative, integer) answer.
Step 0 — The three symbols we are allowed to use
Before a single formula, let us agree what every letter means, anchored to a picture.

Figure s01 — what to look for: the lavender square is the die (side , both red arrows). Along the top edge, mint dots are pads; the short slate arrow between two dot centres is one pitch . The empty middle labels , the count we are hunting.
The question the whole page answers:
If both methods use the same pitch on the same die of side , how many connections does each give — and how does that number grow as the die grows?
Step 1 — Counting along ONE edge (the atom of the argument)
WHAT. Take a single straight edge of the die, of length . Lay down connection points spaced apart, stop-when-full (our fixed convention). How many fit?
WHY. Wire bonding can only reach pads that sit on the rim of the die (the wire is sewn in from outside), so an edge is the natural unit to count first. Master one edge and the rest is bookkeeping.
PICTURE. Look at the red dots marching along the top edge, and notice the leftover grey stub at the right end where a whole pitch no longer fits.

Figure s02 — what to look for: the slate line is one edge of length (lavender arrow). Coral dots are pads spaced by one pitch (mint arrow between the first two). The dashed grey stub on the right is the leftover space — smaller than , so no extra pad fits there. That stub is exactly why the real count is rounded down.
Step 2 — Wire bonding uses all 4 edges (the perimeter formula)
WHAT. A square has four edges. Wire bonding can place pads on every one of them, each edge counted stop-when-full. Add them up — but the four corners are shared, so subtract the overlap.
WHY. The die is face-up and glued down; wires arrive from outside and can only grab the border. So the total wire-bond budget is the sum over the border — the perimeter — minus the corners we'd otherwise count twice.
PICTURE. Four edges, each carrying its own row of dots. The middle of the die is empty — no wire reaches there. The four corner dots (circled) each belong to two edges at once.

Figure s03 — what to look for: the butter square is the die; coral dots line all four edges. The four circled dots at the corners are each counted by two edges — that is the double-count. The centre text marks the wasted interior real estate that flip-chip will reclaim.
Step 3 — Flip-chip covers the whole FACE (filling area, not edges)
WHAT. Now flip the die over so its active face points down, and grow solder bumps on the entire face, not just the rim — a full grid of dots covering the square.
WHY. Once you connect straight down through a bump instead of sideways through a wire, the interior of the die becomes reachable. Suddenly the empty middle from Step 2 is usable real estate.
PICTURE. The same square, now peppered edge-to-edge with bumps in a grid.

Figure s04 — what to look for: the mint square is the die face-down. Lavender dots fill it corner-to-corner — the interior that was blank in s03 is now packed with bumps. That reclaimed middle is the whole reason the count is about to square.
Step 4 — Counting a 2-D grid (rows × columns)
WHAT. Count the bumps in the grid. Each row is just an edge — it holds bumps (Step 1 again, stop-when-full). Then ask: how many rows are there, stacked from top to bottom?
WHY. A grid is the same edge-count repeated downward. The height of the die is also (it's square), and rows are spaced by the same pitch — so the number of rows is also .
PICTURE. Highlight one row (across) and one column (down); both hold dots.

Figure s05 — what to look for: the top coral row and the left mint column each hold dots. The lavender dots are the rest of the grid. Row count × column count = total bumps — that multiplication is where the power-of-2 is born.
Step 5 — Racing the two formulas: where does flip-chip win?
WHAT. Put both counts on one graph against die size (same pitch ) and find the crossover — the die size where flip-chip overtakes wire bonding.
WHY. Two formulas mean nothing until you compare them. The crossover tells us for which chips the extra complexity of bumping pays off.
PICTURE. A straight line () and an upward-bending curve (). They cross once; past that point the curve rockets away.

Figure s06 — what to look for: the coral straight line is ; the lavender curve is . They meet at the slate dot (, both ). The mint shaded wedge to the right is the region where flip-chip's curve has pulled ahead — and it only widens.
Step 6 — The degenerate cases (never leave a scenario unshown)
WHAT. Check the formulas at their extremes, so nothing surprises you later — including the sub-pitch die where fractions must become whole numbers and the clamp must fire.
WHY. A formula you trust must survive its edge cases: sub-pitch die, zero-size die, one-pad-per-edge die, and the tie point. Each is where the floor and the clamp earn their keep.
PICTURE. Four mini-panels: a die narrower than one pitch, a vanishing die, a single-pad die, and the exact crossover.

Figure s07 — what to look for: panel 1 shows a die narrower than one pitch — not even one pad fits, so both counts are zero. Panel 2 shrinks the die to nothing. Panel 3 () has 4 coral corner-dots (wire) beating a single lavender centre bump (flip). Panel 4 () shows the exact tie, 16 = 16.
The one-picture summary

Figure s08 — what to look for: left = the perimeter method, coral dots on the border only, count , a straight line; the blank middle is wasted. right = the area array, lavender dots filling the whole face, count , an exploding curve. The reclaimed middle on the right is precisely the emptiness on the left — that is why the count squares instead of merely doubling.
Left: the perimeter — dots on the border only, integer count , scaling like , a straight line. Right: the area array — dots filling the whole face, integer count , scaling like , an exploding curve. The lonely empty middle on the left is the exact real estate the right-hand picture reclaims — and that reclaimed area is why the count squares instead of doubling.
Recall Feynman retelling — explain the whole walkthrough to a 12-year-old
Imagine a square garden and you want to plant flowers. The pitch is how far apart flowers must be; the garden's side is . So along one fence you fit about flowers — rounded down, because you can't plant a fraction of a flower, and if the last stub of fence is too short, it stays bare. (We always use the rule "start at one end, stop when the next won't fit.") Old way (wire bonding): you're only allowed to plant along the four fences. Four fences × flowers, minus the 4 corner flowers you'd otherwise count twice = . And if that ever comes out negative (a garden smaller than one spacing), you clamp it to zero — you simply planted nothing. The whole middle stays bare grass. Make the garden twice as big and you get roughly twice as many flowers — a straight line. New way (flip-chip): now you plant the whole garden in neat rows. Each row has flowers, and there are rows, so flowers. Make the garden twice as big and you get four times as many — it curves upward fast. If the garden is smaller than one flower-spacing, no flowers fit at all — zero either way. They roughly tie when the garden is about 4 flowers wide; any bigger and filling the whole area crushes the fence-only method. That "fill the area, don't just line the edge" trick is the entire reason chips got flipped upside-down.
Recall Quick self-test
One edge holds how many pads (our stop-when-full convention)? ::: Wire-bond total, exact integer form? ::: Why the clamp? ::: to stop a tiny die giving a nonsense negative count. When is the correction 50%? ::: when (tiny die). Flip-chip total and why squared? ::: ; rows × columns = 2-D grid. What happens for ? ::: floor is 0, clamp fires — both methods give 0. The scaling crossover die size? ::: (slightly below once corners are subtracted). Which method wins for a small die like ? ::: Wire bonding (4 corner pads vs 1 bump).
See also
- Ball Grid Array (BGA) — the second-level area array that carries flip-chip's logic onward to the board.
- Signal Integrity and Parasitic Inductance — why short bumps beat long wires electrically.
- Thermal Management and Heat Sinks — the flipped die's back-side becomes a cooling surface.
- Coefficient of Thermal Expansion (CTE) Mismatch & Intermetallic Compounds and Bond Reliability — the reliability price of all those tiny joints.
- Wafer Dicing — where the die came from in the first place.