This document summarizes the model-based OPC framework, including its mathematical foundations and a clear comparison between Rule-based OPC and Model-based OPC, from a practical semiconductor manufacturing perspective.
OPC models the transfer of mask geometry to wafer patterns using a combination of optical imaging, photoresist response, and process effects.
$$ \text{Mask} \;\xrightarrow{\text{Optics}}\; \text{Aerial Image} \;\xrightarrow{\text{Resist}}\; \text{Wafer Contour} $$
Under partially coherent illumination, the aerial image intensity on the wafer is described by the Hopkins equation:
$$ I(x,y) = \iint TCC(u_1,v_1,u_2,v_2) M(u_1,v_1) M^*(u_2,v_2) e^{i2\pi[(u_1-u_2)x+(v_1-v_2)y]} du_1 dv_1 du_2 dv_2 $$
$$ E_{\text{eff}} = E * G, \quad G(r)=\frac{1}{2\pi\sigma^2}e^{-r^2/2\sigma^2} $$
$$ R(E_{\text{eff}}) = \frac{1}{1 + \left(\frac{E_0}{E_{\text{eff}}}\right)^\gamma} $$
In OPC, the wafer pattern edge is defined as the contour
satisfying R = Rth.
1. Test mask fabrication 2. Wafer exposure 3. CD-SEM measurement 4. Simulation vs. measurement comparison 5. Parameter optimization 6. Error minimization
| Category | Rule-based OPC | Model-based OPC |
|---|---|---|
| Foundation | Empirical rules | Physics-based models |
| Prediction capability | None | Wafer contour prediction |
| 2D pattern handling | Limited | Strong |
| Computation cost | Low | High |
The objective of model-based OPC is to minimize the wafer contour error:
$$ \min_M \| C_{\text{wafer}}(M) - C_{\text{target}} \|^2 $$
Rule-based OPC → Coarse correction Model-based OPC → Fine tuning Verification → Sign-off
Modern OPC is inherently hybrid.
Inverse Lithography Technology (ILT) is an advanced computational lithography technique that formulates mask synthesis as a global optimization problem, rather than applying local geometric corrections.
While traditional OPC modifies mask shapes heuristically, ILT directly computes the optimal mask pattern that produces the desired wafer image.
ILT solves an inverse problem by minimizing a cost function:
$$ \min_M \Big( \| C_{\text{wafer}}(M) - C_{\text{target}} \|^2 + \lambda \cdot R(M) \Big) $$
The regularization term enforces manufacturability, such as:
| Aspect | Model-based OPC | ILT |
|---|---|---|
| Optimization scope | Local (edge-based) | Global (mask-level) |
| Mask representation | Polygon edges | Pixel / level-set |
| Solution type | Heuristic iterative | Mathematical optimum |
| Mask complexity | Controlled | Very high |
1. Target wafer pattern definition 2. Initial mask guess (often binary) 3. Lithography simulation (Hopkins + resist) 4. Gradient-based optimization 5. Mask regularization 6. Verification and manufacturability check
Rule-based OPC → Initial bias and simplification Model-based OPC → Fine contour correction ILT → Hotspot / critical region optimization Verification → Sign-off
“Inverse Lithography Technology formulates mask synthesis as a global optimization problem using physics-based lithography models. While it offers superior pattern fidelity and process window, its computational and manufacturing costs limit its use to selected critical regions in production.”
Modern computational lithography uses a hierarchical combination of all three approaches.
↩ Go to OPC / RET Technical Notes Index
↩ Go to Home – Tech Notes Park