Skip to content
Table of contents6 sections · tap to jump
  1. The yield problem
  2. The trade in one view
  3. The reticle limit
  4. Mixing process nodes
  5. What it costs you
  6. Why this became mainstream
What Chiplets Are and Why Chipmakers Moved to Them

ArticlechipsDeep read

What Chiplets Are and Why Chipmakers Moved to Them

BitByteCore Silicon DeskJul 28, 202610 minUpdated Jul 29, 2026

Modern high-end processors are not one slab of silicon anymore. They are smaller dies stitched together in a package. The reasons come down to yield, the reticle limit, and cost per transistor. Here is how chiplets actually work, and the engineering trade they make.

A deep read — the full picture, with the receipts.

Signaldefinitive4independent sources

For most of the industry's history, a processor was one piece of silicon, a single die cut from a wafer. The trend now, especially in high-end CPUs and AI accelerators, is to build a processor out of several smaller dies, called chiplets, wired together inside one package. This is not a marketing gimmick. It is a response to hard economic and physical limits, and it is already how much of the flagship silicon you can buy is made. AMD builds its Ryzen and EPYC CPUs this way; NVIDIA's Blackwell data-center GPU is two dies stitched into one; Apple's Ultra chips fuse two Max dies; Intel splits its recent laptop chips into tiles. Understanding why means starting with a problem as old as chipmaking: defects.

The yield problem#

Chips are made on circular silicon wafers, and the manufacturing process is never perfect. Defects, a speck of contamination or a flaw in one of the layers, land more or less randomly across the wafer. Any die unlucky enough to contain a fatal defect is scrap.

The key insight is how defects interact with die size. A large die is a bigger target, so it is statistically more likely to catch a defect, and when it does, you throw away a large, expensive piece of silicon. Smaller dies each catch fewer defects, and when one is bad, you lose only a small piece. Crucially, the relationship is not linear: as a die grows, the odds that it contains at least one killer defect climb faster than its area, so yield falls off a cliff for the very largest dies. For the same defect rate, cutting a design into several small dies leaves you with far more good silicon per wafer than one big die.

There is a second, quieter yield win. Because each chiplet is tested on its own before assembly, only known-good dies get built into a package. A single stray defect no longer condemns an entire large, expensive processor. It condemns one small die that never makes it into the package. Smaller dies mean better yield, and better yield means lower cost, dramatically lower for the biggest designs.

The trade in one view#

One big die versus several chiplets

One piece of silicon

Monolithic die

  • Yield: a single defect can scrap the whole large, costly chip
  • Size: hard-capped at the reticle limit, about 858 square millimeters
  • Nodes: every block sits on the same process, whether it needs it or not
  • Communication: all on-die, so signals stay short and cheap
  • Best when: the chip is small enough to yield well

Small dies in one package

Chiplet design

  • Yield: a defect scraps only one small, pre-tested die
  • Size: scale past the reticle limit by joining several dies
  • Nodes: put compute on a leading node, I/O on a cheaper one
  • Communication: signals must cross between dies, the main cost
  • Best when: the chip is large or expensive to yield

The reticle limit#

There is also a hard ceiling on how big a single die can be. Lithography prints a chip through a mask, and the scanner can only expose a limited area in one shot, known as the reticle limit. Today that field is about 858 square millimeters, 26 by 33 millimeters. You cannot simply keep growing a monolithic die past that boundary. Beyond it, a design has to be split and stitched.

And at the leading edge, that ceiling is set to get lower, not higher. High-NA EUV machines, the newest generation of lithography tools, use anamorphic optics that print over a field roughly half the size, around 429 square millimeters. High-NA is no longer just a lab tool: in mid-2026 Intel became the first to run it in high-volume production, on selected layers of its 18A node. Adoption is still early and selective, but the direction is clear. The tools that print the finest features print them over a smaller area, which pushes splitting a big design into chiplets from optional toward unavoidable on the most advanced nodes.

Chiplets sidestep the ceiling. If you need more total compute than one reticle-sized die can hold, you build several dies and connect them. NVIDIA's Blackwell data-center GPU is the clearest example: two reticle-limited dies joined by a 10 terabyte-per-second die-to-die link and presented to software as a single GPU of 208 billion transistors, far more than any one die could ever hold.

Mixing process nodes#

A quieter advantage is that not every part of a chip benefits equally from the newest, most expensive manufacturing node.

With chiplets, a designer can put the compute cores on a leading node and the input and output functions on a cheaper, well-understood node, then connect them. AMD's server and desktop CPUs are the textbook case: the compute dies, which AMD calls CCDs, ride the newest node while a central I/O die is built on an older, cheaper process. You spend expensive silicon only where it pays off. A monolithic design forces everything onto the same node whether it needs it or not.

What it costs you#

Chiplets are not free wins. The biggest cost is communication between dies. On a single die, signals travel short distances over on-chip wiring. Once you split into chiplets, those signals must cross from one die to another, which costs more power per bit and adds latency compared with staying on a single piece of silicon. Closing that gap is the entire job of advanced packaging: very high-density die-to-die connections, sometimes a silicon bridge or a full interposer to carry dense wiring between dies (Intel's EMIB and TSMC's CoWoS are the well-known versions), and sometimes stacking dies vertically. AMD's 3D V-Cache, an extra cache die stacked directly on top of a compute die, is a shipping example of that vertical approach. An industry standard, UCIe, is now emerging so the die-to-die link does not have to be reinvented for every product.

There is also added design and packaging complexity. You now have multiple dies to design, test, and assemble correctly, and the package itself becomes a sophisticated, active component rather than a passive holder. Get the interconnect wrong and the seams show up as lost performance or wasted power.

Chiplets trade a hard physics-and-cost problem, that huge monolithic dies yield poorly and hit a size ceiling, for an engineering problem, connecting small dies fast and cheaply. The industry made that trade because the engineering problem is the more solvable one.

Why this became mainstream#

The shift went mainstream because the older path stopped paying off. For decades, each new node made transistors cheaper as well as faster, so building one big die on the latest process was the obvious move. That deal weakened: on recent nodes the cost per transistor has roughly stopped falling, and large dies on the newest processes became punishingly expensive to yield. At the same time, packaging technology matured to the point where die-to-die connections were fast and dense enough to ship in real products.

Those two trends met around the end of the 2010s. AMD's move to chiplets in 2019, with its Zen 2 CPUs, was the mainstream inflection point, and the approach has since spread to GPUs, AI accelerators, and even mainstream laptop chips. Monolithic scaling got more expensive and more limited, and the tools to connect chiplets got good enough, so the economics tipped toward building big products out of small, well-yielding pieces.

A chiplet design is a bet that you can split a processor into pieces and stitch them back together without losing too much to the seams. For large, expensive chips, that bet now usually pays, because the alternative, one enormous monolithic die, is both harder to manufacture and, once you pass the reticle limit, impossible. As packaging keeps improving and the leading-edge reticle set to shrink, expect more products, not fewer, to be built this way.

What are chiplets?

Chiplets are several smaller silicon dies connected together inside one package to act as a single processor, instead of building the processor as one large monolithic die.

Why do smaller dies improve yield?

Defects land randomly across a wafer. A large die is a bigger target for a fatal defect and wastes more silicon when one hits, and the odds of catching a killer defect climb faster than the die's area, so the largest dies yield especially poorly. Smaller dies each catch fewer defects and lose only a small piece when bad, so for the same defect rate, splitting a design into small dies yields more good silicon per wafer. Because each chiplet is tested before assembly, only known-good dies get built into a package.

What is the reticle limit?

Lithography prints a chip through a mask, and the scanner can only expose a limited area in one shot, called the reticle limit, currently about 858 square millimeters (26 by 33 millimeters). It sets a hard ceiling on how big a single monolithic die can be. High-NA EUV tools, which reached their first high-volume production on Intel's 18A node in 2026, use anamorphic optics that cut that field roughly in half, making the ceiling lower still on the most advanced nodes, something chiplets sidestep by connecting multiple dies.

Why can chiplets mix process nodes?

Not every part of a chip benefits equally from the newest node. Logic cores gain speed and lower power from a leading node, while I/O, analog, and cache barely improve and are cheaper on a mature node. Chiplets let a designer put compute on a leading node and I/O on a cheaper one, as AMD does by pairing leading-node compute dies with an older-node I/O die.

What are the downsides of chiplets?

Splitting a chip means signals must cross between dies, which costs more power per bit and adds latency versus staying on one die. There is also added design and packaging complexity, since multiple dies must be designed, tested, and assembled, and the package becomes a sophisticated active component rather than a passive holder.

Which chips actually use chiplets?

Plenty of shipping silicon. AMD's Ryzen and EPYC CPUs split compute and I/O across separate dies; NVIDIA's Blackwell data-center GPU joins two reticle-sized dies into one; Apple's Ultra chips fuse two Max dies with a high-bandwidth link; and Intel builds its recent laptop processors from separate tiles.

Sources

  1. NVIDIA: Blackwell architecture (two reticle-limited dies, 10 TB/s link, 208B transistors)nvidia.com
  2. AMD: 3D V-Cache technology (cache die stacked on the compute die)amd.com
  3. ASML: five things to know about High-NA EUV (0.55 NA, anamorphic, half-size field)asml.com
  4. ASML: High-NA EUV reaches high-volume logic on Intel 18A (Jul 15, 2026)asml.com
  5. TSMC: advanced packaging services (3DFabric, CoWoS, SoIC)tsmc.com

AI-written by BitByteCore Silicon Desk · reviewed by BitByteCore

Ask about this article

Answered only from this piece — the AI never invents.

React
ShareXLinkedInBluesky

More in chipsMore in chips

Discussion