Day 1: Wafer fabrication: sand to a patterned wafer
One product, from sand to silicon
Everything in this roadmap — every module, testbench, script, and FPGA demo — contributes to one chip: the ChipX SoC, an RV32I processor you'll carry from a paper design all the way to a real GDSII layout. Stage −1 is the physical ground floor: how a raw silicon wafer becomes a patterned canvas of billions of transistors. You will never *fabricate* ChipX yourself, but knowing this process is what makes later phrases like *standard cell*, *metal layer*, *parasitic*, and *DRC* mean something concrete instead of magic.
The single most useful mental model for a fab: it is a photographic printing process, repeated in layers. A pattern on a mask is projected onto a light-sensitive coating, developed, and etched into the wafer — then the whole loop runs again for the next layer, dozens of times, until a flat slice of silicon holds a full 3-D structure of transistors and wires.
From sand to a monocrystalline ingot
Silicon starts as purified polysilicon and is grown into a single crystal by the Czochralski process: a seed crystal is dipped into molten silicon and slowly pulled upward while rotating, growing a cylindrical boule that is one continuous crystal lattice. The boule is sliced into thin wafers and polished mirror-flat. It has to be a *single* crystal — grain boundaries in a polycrystalline slice would scatter carriers and ruin transistor behavior.
Photolithography: the expose–develop–etch loop
Each layer is patterned the same way. Grow or deposit a film (e.g. thermally grow SiO₂), spin on a light-sensitive photoresist, then expose it to UV through a photomask/reticle carrying that layer's pattern. Develop washes away the exposed (or unexposed) resist, leaving a stencil; etch removes the film where it is unprotected; finally strip the remaining resist. Repeat for every mask layer in the design.
Doping: diffusion vs ion implantation
To make a region n-type or p-type, dopant atoms are introduced into the silicon. Diffusion drives them in thermally; ion implantation — dominant today — fires accelerated dopant ions into the wafer, giving precise control of *dose* (how many) and *depth* (how deep), followed by a thermal anneal to repair the lattice and activate the dopants. These doped regions become the sources, drains, and wells of your transistors.
FEOL, BEOL, CMP, and the metal stack
Fabrication splits into two halves. FEOL (front-end-of-line) builds the transistors themselves in and just above the silicon. BEOL (back-end-of-line) wires them together with many stacked metal layers (M1, M2, … up to a dozen+), separated by insulating dielectric and connected vertically by vias. After each metal layer, CMP (chemical-mechanical planarization) polishes the surface flat so the next layer can be patterned. In the tiny wires of the BEOL, *interconnect delay* — not the transistors — often dominates timing at modern nodes.
Everything you'll design lands here
Your RTL (Stage 2) becomes gates, which map to standard cells, which become exactly these mask layers. When Stage 6 makes you fight *congestion*, *routing layers*, and *parasitics*, remember: those are the BEOL metal stack and its CMP-planarized dielectric. This day is why physical design will feel physical.
Key terms
- Czochralski
- Pulling a single-crystal silicon boule from a melt with a rotating seed crystal; the boule is sliced into wafers.
- Photoresist
- A light-sensitive polymer spun onto the wafer; UV exposure changes its solubility so a pattern can be developed into it.
- Photomask / reticle
- The patterned template for one layer, projected onto the resist during exposure — the chip's 'negative'.
- Ion implantation
- Firing accelerated dopant ions into the wafer for precise dose and depth control; the modern alternative to thermal diffusion.
- CMP
- Chemical-mechanical planarization — polishing each layer flat so the next can be patterned reliably.
- FEOL / BEOL
- Front-end-of-line builds the transistors; back-end-of-line builds the multi-layer metal interconnect that wires them.
- Via
- A vertical metal plug connecting one metal layer to the one above or below it.
Before moving on, you should be able to
In a modern fab, what is the primary role of ion implantation?