die shrink
A die shrink is the process of re-implementing an existing chip design on a smaller, more advanced manufacturing process node, reducing the physical size of the chip while typically preserving its original logical function and design.
```flowchart
{
"rows": [
{ "type": "nodes", "items": [
{ "title": "Existing chip design manufactured on current process node", "sub": "logical design already proven, but physically large", "tone": "neutral" }
]},
{ "type": "arrow" },
{ "type": "group", "title": "Design re-implemented on a smaller process node", "items": [
{ "title": "Same logical function, smaller physical transistors", "sub": "physical layout re-engineered for the new process", "tone": "blue" }
]},
{ "type": "arrow" },
{ "type": "nodes", "items": [
{ "title": "Smaller, more efficient chip with the same functionality", "sub": "often lower cost, power use, and improved yield too", "tone": "green" }
]}
]
}
```
**Die shrinks exist because a chip design's underlying logical function often remains valuable well after the manufacturing process it was originally built on has been superseded by smaller, more advanced alternatives, and re-implementing that same design on the smaller process can deliver real benefits without redesigning the logic from scratch.** Since transitioning to a smaller process node generally allows more chips to be produced from a single wafer, reduces power consumption, and can improve manufacturing yield, a die shrink takes a chip design's proven logical function and re-implements its physical layout on the smaller node, capturing these manufacturing benefits while preserving the design's already-validated behavior.
```svg
```
```svg
```
| Aspect | Original process node | After die shrink |
|---|---|---|
| Physical chip size | Larger | Smaller |
| Dies per wafer | Fewer | More |
| Power consumption | Higher | Typically lower |
| Common use | Initial product launch | Cost and efficiency refresh |
**Die shrinks often deliver improved manufacturing yield in addition to reduced size, since a smaller chip is statistically less likely to contain a manufacturing defect than a larger one occupying more wafer area.** Because random manufacturing defects are distributed across a wafer's surface, and a larger chip covers more area where a defect could land and ruin that particular chip, shrinking a chip's physical size generally improves the percentage of functional chips produced per wafer, an additional manufacturing benefit beyond just fitting more dies onto each wafer.
**A die shrink isn't purely automatic, since transistor and interconnect behavior doesn't scale perfectly between process nodes, often requiring meaningful re-engineering of the physical layout and sometimes portions of the circuit design to work correctly on the new process.** Because electrical characteristics like transistor threshold voltage, wire resistance, and parasitic capacitance don't scale in exactly the same proportions when moving to a smaller process, engineers performing a die shrink typically need to re-verify timing, re-tune circuit parameters, and sometimes redesign portions of the physical layout, rather than simply scaling every dimension down uniformly.
**Die shrinks have historically been an important part of extending a chip product line's competitiveness and profitability over time, letting a proven design continue benefiting from newer manufacturing process improvements well after its original launch.** Because developing an entirely new chip design from scratch is expensive and time-consuming, chip companies have long used die shrinks as a way to keep an already-successful, well-understood design commercially competitive by periodically re-implementing it on newer, more efficient manufacturing processes as they become available.
Read the die shrink through a photo-reprinting lens: much like reprinting the same photograph at a smaller size uses less paper and material while showing exactly the same picture, a die shrink reproduces the same chip design in a smaller physical form, using less material and often working more efficiently in the process.