photolithography

```svg Photolithography: print the circuit pattern with light and resistCoat the wafer in a light-sensitive resist, expose it through a mask, develop it — the pattern is now a stencil for etch1 · Coat → expose → developthree core steps, repeated per layercoat resistspin on a thin, uniform filmexpose thru masklight hits gaps, changes resistlens shrinks the mask 4×developwash away soluble resist →a patterned stencil remainsThe developed resist masks the wafer:the next etch or implant only touchesthe open areas. Then the resist isstripped and the cycle repeats — dozensof times to build the full chip.2 · How resist respondslight flips solubilityPositive resistexposed areas become soluble and washaway — the mask pattern is copied.Chemically-amplified (CAR)light releases an acid; a bake makes itcatalyze many reactions — high sensitivityfor DUV and EUV exposure.The resolution triangleresolution, line-edge roughness andsensitivity trade off — you can’t maxall three at once (the RLS tradeoff).The resist is the recording medium; itschemistry sets how fine a line can print.3 · What sets the smallest linethe Rayleigh equation, k1·λ/NAWavelength λshorter light prints finer — 193nm DUV,then 13.5nm EUV for the tightest nodes.Numerical aperture NAa wider lens captures more diffractionorders — sharper image, shallower focus.Process factor k1RET, OPC and multi-patterning push k1down toward its physical limit of 0.25.The step that defines the nodeLithography sets the smallest feature aprocess can print — and therefore thedensity, speed and cost of the chip. It’sthe most expensive tool in the fab.Coat, expose, developThe three-step cycle that copies amask pattern into resist on the wafer.Resist = recording mediumLight flips its solubility; its chemistrysets how fine a line can be printed.λ, NA and k1Resolution shrinks with shorter light,bigger lenses and cleverer processing. ``` Lithography is how a chip design becomes a physical pattern: light is projected through a patterned mask onto photoresist on the wafer, printing one circuit layer at a time. A leading-edge chip is built from dozens of these patterned layers stacked in tight registration, so the smallest feature a fab can print sets the practical limit for the node. **Resolution comes down to wavelength and numerical aperture.** The Rayleigh relation is $\text{CD} = k_1 \cdot \lambda / \text{NA}$: critical dimension shrinks when the exposure wavelength gets shorter, the optics collect a wider cone of light, or the process pushes the empirical $k_1$ factor lower. The industry rode mercury i-line, then 248 nm KrF and 193 nm ArF deep-ultraviolet light for decades, stretched 193 nm with water immersion, and then moved the tightest layers to extreme ultraviolet at 13.5 nm. **EUV is the marvel and the bottleneck.** At 13.5 nm, ordinary lenses do not work because EUV light is absorbed by almost everything, so the scanner operates in vacuum with reflective molybdenum-silicon multilayer mirrors. The light source fires a high-power laser at tin droplets tens of thousands of times per second to create plasma bright enough for production. ASML is the only company shipping these scanners at scale; current EUV tools are well over 150 million dollars, and High-NA systems are commonly discussed as several-hundred-million-dollar tools. **Computation makes sub-wavelength printing manufacturable.** A mask is not a simple one-to-one drawing of the desired wafer pattern. Diffraction rounds corners, shortens line ends, and shifts edges, so computational lithography pre-distorts the mask with OPC, source-mask optimization, and inverse lithography. GPU-accelerated tools such as NVIDIA cuLitho matter because mask synthesis is now one of the most compute-heavy steps in the manufacturing flow. **Below the resolution limit, patterning gets split.** Before EUV was production-ready, fabs printed the tightest layers by decomposing one design layer into multiple exposures or by using self-aligned spacers such as SADP and SAQP. EUV collapses many of those multi-mask sequences back into one exposure, reducing overlay risk and cycle time even though the scanner itself is extremely expensive. | Generation | Wavelength | Where it is used | |---|---:|---| | i-line | 365 nm | Legacy, MEMS, coarse layers | | KrF DUV | 248 nm | Mature nodes and non-critical layers | | ArF DUV | 193 nm | Mature logic, memory, and many support layers | | ArF immersion | 193 nm in water | 28 nm to 7 nm, often multipatterned | | EUV | 13.5 nm | 7 nm to 2 nm critical layers | | High-NA EUV | 13.5 nm | 2 nm and below as the ecosystem ramps | ```flowchart { "rows": [ { "type": "nodes", "items": [ { "title": "Coat resist", "sub": "spin-on film", "tone": "neutral" }, { "title": "Soft bake", "sub": "remove solvent", "tone": "neutral" } ] }, { "type": "arrow" }, { "type": "group", "title": "Expose and develop", "note": "one mask layer at a time", "cycle": true, "loop": "repeats for every patterned layer", "items": [ { "title": "Expose", "sub": "project mask", "tone": "green" }, { "title": "Post bake", "sub": "drive chemistry", "tone": "green" }, { "title": "Develop", "sub": "reveal pattern", "tone": "green" }, { "title": "Inspect", "sub": "overlay and CD", "tone": "orange" } ] }, { "type": "arrow" }, { "type": "nodes", "items": [ { "title": "Transfer", "sub": "etch or deposit", "tone": "orange" }, { "title": "Strip resist", "sub": "prepare next layer", "tone": "neutral" } ] } ] } ``` **That is why lithography sits at the center of chip geopolitics and AI supply.** Access to the best scanners gates access to leading-edge patterning, export controls target exactly these tools, and every advanced AI accelerator depends on a small number of EUV systems running in a small number of fabs.

Go deeper with CFSGPT

Get AI-powered deep-dives, save terms, and run advanced simulations — free account.

Create Free Account