what is a reticle
A reticle is the physical glass plate carrying a chip layer's pattern that a lithography scanner projects onto the wafer — closely related to a photomask, but specifically the plate used in step-and-scan systems, where the pattern is projected at a reduced scale rather than copied one-to-one.
```flowchart
{
"rows": [
{ "type": "nodes", "items": [
{ "title": "Chip layer pattern designed digitally", "sub": "exists only as design data at this stage", "tone": "neutral" }
]},
{ "type": "arrow" },
{ "type": "group", "title": "Pattern written onto a reticle", "items": [
{ "title": "Physical glass plate carrying that layer's pattern", "sub": "at a larger scale than the final feature size", "tone": "blue" }
]},
{ "type": "arrow" },
{ "type": "nodes", "items": [
{ "title": "Scanner projects it onto the wafer, reduced", "sub": "typically shrunk 4x smaller during exposure", "tone": "green" }
]}
]
}
```
**A reticle carries its pattern at a larger physical scale than what actually ends up on the wafer, because the lithography scanner shrinks it down during exposure.** Rather than being a one-to-one copy of the final feature size, a reticle is typically patterned at four times the intended final size, and the scanner's optics reduce that pattern down as it projects it onto the wafer — this reduction makes the reticle's own pattern easier to manufacture and inspect accurately, since any given defect on the reticle is effectively smaller once projected down onto the wafer.
```svg
```
```svg
```
| Aspect | Reticle | Final wafer pattern |
|---|---|---|
| Physical scale | Larger (often 4x) | Actual final feature size |
| Ease of inspection | Easier — larger features | Requires specialized metrology |
| Defect impact | Shrinks proportionally when projected | Directly affects the manufactured chip |
| Used in | Step-and-scan lithography systems | N/A — the end result |
**Reticle and photomask are often used interchangeably in casual conversation, though reticle specifically refers to the plate used with reduction-projection scanners rather than older one-to-one contact printing.** Older lithography approaches sometimes used a mask patterned at the same scale as the final wafer feature, printed via direct contact; modern step-and-scan lithography instead uses a reticle patterned at a larger scale that gets optically reduced during projection — the terms overlap enough in everyday use that the distinction mostly matters in more technical manufacturing contexts.
**A single reticle typically produces just one layer of one chip design, meaning a full chip requires an entire matched set of reticles.** Because each layer of a chip's design has its own distinct pattern, a full chip design typically requires a full set of reticles, one per layer, all precisely aligned to work together — producing and maintaining that entire matched reticle set is a significant part of a chip's overall mask cost and NRE cost.
**Reticle defects are treated with extreme seriousness because a single flawed reticle can affect every single wafer exposed with it.** Since the same reticle gets used repeatedly to expose many wafers, any defect present on the reticle itself would print onto every one of those wafers consistently — this is why reticles undergo extensive inspection and are often protected with a pellicle, since a contamination-driven reticle defect could otherwise silently affect an entire production run.
Read the reticle through a stencil-that-shrinks lens: it carries a chip layer's pattern at a larger, easier-to-manage scale, and the scanner's job is to optically shrink that pattern down and project it precisely onto the wafer — a division of labor that makes both the reticle and the final chip pattern easier to produce accurately.