dual damascene
Dual damascene is an interconnect fabrication technique that etches both a via hole and its overlying metal trench into the insulating layer before a single metal fill, forming the via and the wire above it together instead of depositing and patterning each one separately.
```flowchart
{
"rows": [
{ "type": "nodes", "items": [
{ "title": "Via and trench traditionally patterned and filled separately", "sub": "each metal layer requires its own deposition and etch steps", "tone": "neutral" }
]},
{ "type": "arrow" },
{ "type": "group", "title": "Dual damascene etches via and trench together first", "items": [
{ "title": "Single metal fill covers both features at once", "sub": "fewer separate deposition and polishing steps needed", "tone": "blue" }
]},
{ "type": "arrow" },
{ "type": "nodes", "items": [
{ "title": "Via and wire formed as one continuous metal structure", "sub": "simpler process flow, better copper interconnect reliability", "tone": "green" }
]}
]
}
```
**Dual damascene exists because copper, the metal most commonly used for on-chip wiring, is difficult to pattern by traditional etching methods, so chipmakers needed a different approach that could still build the intricate multi-layer wiring a chip requires.** Since copper doesn't etch cleanly the way earlier interconnect metals did, dual damascene instead etches the insulating layer itself to form both a via hole and the trench above it, then fills both features in a single copper deposition step, sidestepping the need to etch copper directly while still producing the layered via-and-wire structure a chip's interconnect requires.
```svg
```
```svg
```
| Aspect | Traditional separate patterning | Dual damascene |
|---|---|---|
| Via and trench formation | Etched and filled separately | Etched together, filled once |
| Metal patterning approach | Direct metal etch required | Metal fills pre-etched dielectric |
| Suitability for copper | Difficult, copper etches poorly | Well suited |
| Common use | Older aluminum interconnects | Modern copper interconnects |
**Dual damascene comes in two main variants, via-first and trench-first, differing in which feature is etched into the dielectric before the other.** In via-first dual damascene the via hole is etched down to the lower metal layer before the wider trench above it is etched, while trench-first processes reverse that order, and the choice between the two affects factors like process control and alignment tolerance, though both ultimately produce the same combined via-and-trench structure filled in a single metal deposition.
**After the single copper fill, excess metal sitting above the dielectric surface is removed by chemical mechanical polishing, leaving a flat surface ready for the next interconnect layer.** Because the copper deposition step fills not just the via and trench but also coats the surrounding dielectric surface, a subsequent chemical mechanical polishing step removes that excess copper down to the dielectric surface, leaving a smooth, flat starting point for building the next layer of interconnect on top.
**Dual damascene enabled the industry's transition from aluminum to copper interconnects, since copper's superior electrical conductivity and resistance to electromigration made it attractive despite being difficult to etch directly.** Because copper offered meaningfully better conductivity and electromigration resistance than aluminum but couldn't be patterned with the same direct etching techniques, dual damascene's etch-then-fill approach was the key process innovation that made switching the entire industry over to copper interconnects practical.
Read dual damascene through a mold-casting lens: rather than carving a wire and its connector separately and joining them, dual damascene is like carving both shapes into a single mold and pouring molten metal in once, so the wire and its connection below it come out already fused as one solid piece.