4.3.17 · D2Semiconductor Fabrication

Visual walkthrough — Copper damascene process

2,758 words13 min readBack to topic

We will never use a symbol before drawing it. Let's go.


Step 1 — What even is a wire? (picture a ditch full of copper)

WHAT. In the damascene process a wire is literally a rectangular bar of copper sitting inside a ditch carved in glass. Three measurements fully describe that bar:

  • its length — how far the signal has to travel end to end,
  • its width — how wide the ditch is,
  • its thickness — how deep the copper fills.

WHY these three. Everything about how fast a signal crosses the wire comes from these three numbers plus the material. Nothing else. So we name them once, anchor them to the picture, and reuse them forever.

PICTURE. Below, the copper bar is drawn as a box. The green arrow is the direction current flows (along ). The shaded end-face is the cross-section the current has to squeeze through.

Figure — Copper damascene process

Step 2 — Building resistance from crowding

WHAT. Resistance measures how hard it is to push electric current through the bar. Think of a corridor full of people trying to walk from one end to the other.

WHY this picture. Two things obviously make the corridor harder to cross:

  1. A longer corridor (bigger ) → more distance to fight through → more resistance.
  2. A narrower doorway (smaller ) → everyone crowds → more resistance.

So resistance must grow with and shrink with . The simplest formula obeying both is .

PICTURE. Two corridors side by side: a long/thin one (crowded, high ) and a short/wide one (roomy, low ).

Figure — Copper damascene process

Step 3 — A worked resistance, so the numbers feel real

WHAT. Let's plug real chip dimensions into for a copper line.

WHY. Symbols lie until you touch a number. Doing one careful calculation also teaches the single most dangerous trap: unit conversion ().

PICTURE. The same copper bar, now labelled with actual sizes, and the conversion staircase from micrometres to metres.

Figure — Copper damascene process

Take , , . One micrometre is metre, so:

  • ::: because two lengths ( and ) each carry a , and

Now plug in:

Read it: a single micron-scale copper wire is already — real resistance you must fight. Aluminum with the same shape would be . Already you feel copper winning.


Step 4 — Where capacitance sneaks in (three conductors, not two)

WHAT. A wire never sits alone. A neighbour wire runs beside it, separated by a gap of insulator — but there is also a third conductor: the grounded silicon substrate underneath, a distance below through the dielectric. Whenever two conductors face each other across an insulator they form a capacitor — a device that stores charge and resists sudden voltage change — so our wire actually feels two capacitances.

WHY it matters. To flip a wire from "0" to "1" you must first charge up these capacitors. The bigger the total capacitance, the longer that takes → slower chip. So capacitance is the second enemy of speed. In modern packed layouts the sideways line-to-line term usually dominates, but the downward line-to-substrate term is often comparable and must never be dropped.

PICTURE. One copper wire with two sets of field lines: sideways to its neighbour (across gap ) and downward to the grounded substrate (across height ).

Figure — Copper damascene process

Step 5 — Multiplying R and C: the delay appears

WHAT. Signal delay through a wire scales with the product (charging a capacitor through a resistor takes a time proportional to ). Let's multiply our two boxed results.

WHY multiply, not add. The resistor and the capacitor act in series on the same signal: current must flow through to charge . The physics of "charge a through an " gives a characteristic time we call (Greek "tau"), and this time is a product — that is the tool we reach for.

PICTURE. The RC "filling a bucket through a straw" analogy: is the thin straw, is the bucket; time to fill = (straw thinness) × (bucket size) = .

Figure — Copper damascene process

Watch the thickness : it sits in the denominator of and in the numerator of . They cancel:


Step 6 — The payoff: copper vs aluminum, everything else frozen

WHAT. Compare two identical wires — same , same dielectric, same substrate — differing only in the metal.

WHY this is clean. In the ratio every geometric term, every dielectric term, and the distributed-line factor are identical top and bottom, so they cancel. Only survives. This is why we bothered to isolate back in Step 2.

PICTURE. Two identical wire pairs, only the fill colour (metal) differs; a bar chart of their relative delay.

Figure — Copper damascene process

  • everything except ::: cancels, because it's the same wire shape and same factor
  • ::: copper's delay is 63% of aluminum's → a 37% speed-up, for free, just by changing metal

That single number, , is the entire commercial reason the industry re-engineered its whole back-end (Back-End-Of-Line (BEOL)) around copper — even though copper can't be etched and forced the invention of damascene + Chemical Mechanical Polishing (CMP).


Step 7 — Edge and degenerate cases (don't get ambushed)

WHAT. Formulas break at extremes. Let's check every geometric limit of so nothing surprises you.

PICTURE. Six mini-panels, one per limit, each with a one-line verdict.

Figure — Copper damascene process
  • (a dot-sized wire). : no delay. A wire of zero length is instant. ✓
  • doubles. grows , not — the bites. This is why designers buffer long lines and route the longest wires on the fattest top metal layers.
  • (wire vanishes sideways). : an infinitely thin wire has infinite resistance → infinite delay. Real design keeps above a minimum feature size set by Photolithography.
  • (neighbours touching). , so : the wires would short out. The parallel-plate model is only valid while is a real gap.
  • (neighbour infinitely far). — the sideways coupling vanishes. But delay does not hit zero: the line-to-substrate term remains, so a lone wire still has a floor delay set by the substrate. (This is exactly why Step 4 kept the third conductor.)
  • Ignoring the barrier's resistance. Our was pure copper. The thin Ta/TaN barrier and any electromigration-driven voids nudge the effective upward, so real copper wins a bit less than the ideal .

The one-picture summary

Figure — Copper damascene process

Everything on this page is one chain: shape a wire → resistance from crowding () → neighbour + substrate make capacitors () → charging through gives a time constant (, real delay ) → thickness cancels leaving → freeze geometry and the factor, swap metal → → 37% faster.

wire shape L w t

resistance R = rho L over w t

neighbour plus substrate make C parallel plus C perp

time constant tau = RC

real delay = 0.38 RC

t cancels leaves L squared over w s

swap Al for Cu ratio 0.63

37 percent faster chip

Recall Feynman retelling — the whole walkthrough in plain words

Picture a tiny copper bar in a ditch. Pushing electricity through it is like people walking a corridor: a long, narrow corridor is hard (that's resistance, and copper is a "slippier" corridor than aluminum). Now the bar has company — a neighbour wire beside it and the silicon floor beneath it. Each of those facing pairs is a charge-storing sandwich (a capacitor); to switch the wire on you first have to fill both sandwiches, which takes time. The delay is roughly the corridor's difficulty times the total sandwich size — an times , which we call . Because the wire is really smeared out (resistance and capacitance sprinkled all along it), the honest step delay is about of that product, not the whole thing — but that fixed fraction doesn't change any comparison. Write it all out and the thickness cancels, leaving delay : long wires are murder, and the only free lever is the metal. Freeze the shape, swap aluminum for copper, and the delay drops to — a speed-up. But copper can't be etched into wires, so we had to carve the glass and inlay the copper instead. That inlaying is the damascene process.

Recall Quick self-test
  • Why does grow with but shrink with ? ::: longer corridor = more distance; wider doorway = less crowding
  • Which two capacitors does one wire feel, and to what? ::: line-to-line (to the neighbour) and line-to-substrate (to the silicon floor)
  • Why do we multiply and instead of adding? ::: current must flow through to charge ; that charging time is
  • Is a real wire's delay exactly ? ::: no — a distributed RC line gives at the 50% point
  • Why does thickness vanish from the delay? ::: it's in the denominator of and numerator of , so it cancels in the product
  • What is the copper-vs-aluminum delay ratio, and why only survives? ::: ; identical geometry and the same factor cancel everything else

Related: Copper damascene process · RC delay in interconnects · Aluminum metallization (subtractive) · Reactive Ion Etching · Photolithography