lithography
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.\n\n```svg\n\n```\n\n**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.\n\n**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.\n\n**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.\n\n**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.\n\n| Generation | Wavelength | Where it is used |\n|---|---:|---|\n| i-line | 365 nm | Legacy, MEMS, coarse layers |\n| KrF DUV | 248 nm | Mature nodes and non-critical layers |\n| ArF DUV | 193 nm | Mature logic, memory, and many support layers |\n| ArF immersion | 193 nm in water | 28 nm to 7 nm, often multipatterned |\n| EUV | 13.5 nm | 7 nm to 2 nm critical layers |\n| High-NA EUV | 13.5 nm | 2 nm and below as the ecosystem ramps |\n\n```flowchart\n{ "rows": [\n { "type": "nodes", "items": [\n { "title": "Coat resist", "sub": "spin-on film", "tone": "neutral" },\n { "title": "Soft bake", "sub": "remove solvent", "tone": "neutral" }\n ] },\n { "type": "arrow" },\n { "type": "group", "title": "Expose and develop", "note": "one mask layer at a time", "cycle": true, "loop": "repeats for every patterned layer", "items": [\n { "title": "Expose", "sub": "project mask", "tone": "green" },\n { "title": "Post bake", "sub": "drive chemistry", "tone": "green" },\n { "title": "Develop", "sub": "reveal pattern", "tone": "green" },\n { "title": "Inspect", "sub": "overlay and CD", "tone": "orange" }\n ] },\n { "type": "arrow" },\n { "type": "nodes", "items": [\n { "title": "Transfer", "sub": "etch or deposit", "tone": "orange" },\n { "title": "Strip resist", "sub": "prepare next layer", "tone": "neutral" }\n ] }\n] }\n```\n\n**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.\n\nRead lithography through a *k1-and-wavelength* lens rather than a *nanometer-label* lens: the resolution a fab can actually print is set by $\text{CD} = k_1 \cdot \lambda / \text{NA}$, so every advance — shorter wavelength (193 nm to 13.5 nm EUV), higher numerical aperture (immersion, then High-NA), or a lower $k_1$ squeezed out by computational masks and multipatterning — is a different term in that same equation. The node number on the datasheet is marketing; the physics that gates it is how small a feature light and optics can resolve.\n