Measuring the computer chips to identify defects using computational imaging and EUV (extreme ultra-violet) light.
en-GBde-DEes-ESfr-FR

Measuring the computer chips to identify defects using computational imaging and EUV (extreme ultra-violet) light.

02/09/2024 TranSpread

Imaging plays a vital role in semiconductor manufacturing. Lithography scanners “image” the patterns on a template (mask) to the wafer to form functional structures such as transistors. The resolution of the imaging tools, i.e., the lithography scanners, determines the number of transistors per unit area. In principle, the higher the density of the transistors, the higher the computation power and energy efficiency.

According to Moore’s law, this density should double every two years. As a result, the entire semiconductor industry is working on improving the resolution, and one important approach, based on the Rayleigh resolution criterion, is to decrease the source wavelength. This led to the invention of the latest EUV Lithography scanner by ASML—one of the most complicated machines humans have ever built. Using EUV lithography, the state-of-the-art 3nm technology node has achieved more than 200 million transistors per mm2.

Immediately following lithography, the structures formed on the wafer must be measured to identify defects. This is crucial to improve the production yield since defective chips can still be reworked by stripping the photo-resist layer on the wafer at this stage. Otherwise, such defective chips will continue to be processed through many unnecessary steps, causing an enormous waste of resources.

The measurement is usually another “imaging” process: the ultimate goal is to obtain an image of the sample. To match the resolution of lithography, the measurement should also use EUV light. However, such an imaging system will be so expensive that it will not be affordable in any semiconductor fab because its optical components, e.g., EUV reflective mirrors, are extremely challenging to fabricate at low cost.

One reason is that almost all materials absorb EUV light. So, only mirrors, not lenses, can be used, and to achieve sufficient reflection, either these mirrors must be coated with specially designed multilayer structures (acting as Bragg reflectors for EUV light) or, alternatively, EUV light must be incident on these mirrors at very small angles with respect to the surface (also known as the grazing incidence mirrors).

Besides, the overall aberration level of the imaging system must be smaller than a fraction of the EUV wavelength (e.g., 1/10 of the 13.5 nm EUV wavelength) to guarantee satisfactory image quality, and every mirror surface must be carefully polished to sub-nanometer precision to prevent scattering (a nuisance that further degrades image quality). Therefore, using any EUV imaging system in the measurement tool is economically not feasible.

In a recently published paper, scientists from Delft and Utrecht tried to solve this issue by investigating an alternative that does not rely on any imaging system but uses intensive computations. This approach is also referred to as “diffractive imaging” because the light reflected by the sample “diffracts” freely in space towards a camera. We reconstruct the sample image from the “diffraction pattern” acquired by a camera through a computationally intensive optimization process. We compare the two types of imaging methods in Fig. 1.

Now, we will introduce the key ingredients in this research:

The EUV source, the measurement scheme, and the reconstruction algorithm.

Compact Tabletop EUV Source

Traditionally, generating EUV light requires synchrotron radiation or free-electron laser sources in facilities as large as stadiums. However, a measurement tool must be reasonable in size to fit into a semiconductor fab. Therefore, we used a compact Tabletop EUV source in our experimental setup based on the high harmonic generation (HHG), of which the research area was awarded the Nobel Prize in Physics 2024.

Fig. 2 illustrates our experimental setup. The compact tabletop EUV source consists of a pulsed infrared (IR) drive laser, a pulse compression unit, and a vacuum vessel for high-harmonic EUV generation. A picture of the HHG process is shown in Fig. 3, where the drive IR pulse laser is focused onto a pressurized Argon gas jet. A powerful pump maintains a high degree of vacuum (~10-5 Pa) in the vessel, while the pressure is much higher between the gas nozzle and the gas catcher. In this picture, we can observe the white plasma, which generates EUV radiation in the 10-20 nm wavelength range, and the scattered IR light in a purple-pink colour.

We shall note that compared to the source in ASML’s EUV lithography scanner, which uses laser-produced plasma (LPP) to produce incoherent EUV light, the illumination produced by the HHG EUV source is directional and spatially moderately coherent—a property essential for reconstruction in diffractive imaging.

While the LLP sources in lithography scanners can generate ~250 W EUV radiation using a 20,000 W drive laser, the conversion rate of HHG sources is incredibly low: a 100 W drive laser only generates ~ 1 μW of EUV radiation (1011 EUV photons per second) at the gas jet, which is a 10-8 low conversion rate! Therefore, it is fair to say that every HHG EUV photon is precious.

Scanning Measurement Process

In our experimental setup, we focus the EUV beam onto the sample for illumination. The light reflected by the sample diffracts in free space, and we use an EUV camera to acquire the intensity distribution of the diffracted light, which is often referred to as the “far-field” diffraction pattern.

In the measurement process, we scan the focused EUV beam over the sample and acquire a diffraction pattern at each scanning position. This particular version of diffractive imaging is called “ptychography”, which also requires enough overlap between the illuminated areas at neighbouring scanning positions. Unlike other scanning imaging techniques, such as scanning electron microscope (SEM) or atomic force microscope (AFM), ptychography reconstructs a 2-dimensional area rather than only a single pixel of the sample image at every scanning position.

Therefore, ptychography is significantly (several orders of magnitudes) faster than competing scanning imaging techniques because the reconstructed area per scanning position typically contains millions of pixels (for example, our EUV camera contains 2048 × 20484 million pixels). The scanning mechanism also allows for infinite extension of the field of view, and the reconstructed sample image is free of stitching errors.

The redundant information due to the overlap of the sample’s illuminated area allows us to use computational efforts to calibrate experimental uncertainties, such as those in the propagation distance and scanning positions (whose accuracy needs to be at the sub-nanometer level).

Powerful Algorithm

In this research, a powerful algorithm is required to reconstruct the sample image from the acquired scanning series of diffraction patterns. The reconstruction is done iteratively by “solving the inverse problem”. While the forward problem is to build a model to simulate the process of ptychography based on model parameters, the related inverse problem is to retrieve model parameters from experimental data, which are the input and output pairs of the model, as illustrated in Fig. 4. To update model parameters, we also need a loss (error) function to compare the predicted and measured diffraction patterns and computing the gradient of the model parameters.

There are two main challenges: (1) the model can be very complicated, especially when considering multiple wavelengths and multiple spatial-modes for HHG EUV sources, and (2) the algorithm may require intensive computations.

For challenge (1), we use an automatic differentiation (AD) technology, which allows us to adopt a modular algorithm design. As we demonstrated in the paper, the model consists of concatenated sub-models presenting physical processes such as interaction, propagation, camera detection, etc. By guaranteeing each sub-model to be differentiable, AD can always compute the gradients of all model parameters. AD is superior to differentiation by hand derivation and finite difference because it can significantly reduce human efforts and numerical errors. AD also makes updates of model parameters a unified process instead of inventing “an update engine” for each model parameter. This leads to a drastic speed and memory improvement compared to state-of-the-art algorithms developed using conventional approaches.

The remedy for challenge (2) is to use GPU acceleration at every step of the algorithm. This leads to an enormous speed improvement. Especially the fast Fourier transform (FFT), which is essential to compute the propagation from the sample to the camera, can be accelerated by a few orders of magnitude by using GPU.

Both AD and GPU acceleration are now implemented in standard machine-learning platforms such as Tensorflow (used in this work), PyTorch, etc. These technologies, which enable the training of artificial intelligence (AI) models and thus power AI’s prosperity, now also power the optimization in our ptychography algorithm, enabling us to calibrate experimental uncertainties, handle spatial coherence degradation, and perform wavelength-multiplexed reconstruction.

Building the future tool to measure computer chips for defect identification during manufacturing is an endeavour that requires an advanced short-wavelength compact light source (HHG EUV source), a novel imaging method (diffractive imaging: ptychography), and a powerful reconstruction algorithm using technologies that enable AI training and benefit from the explosive growth of AI.

###

References

DOI

10.1038/s41377-024-01558-3

Original Source URL

https://doi.org/10.1038/s41377-024-01558-3

Funding information

This publication is part of the project “Lensless Imaging of 3D Nanostructures with Soft X-Rays (LINX)” with project number P16-08 of the Perspectief research programme financed by the Dutch Research Council (NWO).

About Light: Science & Applications

The Light: Science & Applications will primarily publish new research results in cutting-edge and emerging topics in optics and photonics, as well as covering traditional topics in optical engineering. The journal will publish original articles and reviews that are of high quality, high interest and far-reaching consequence.

Paper title: Wavelength-multiplexed multi-mode EUV reflection ptychography based on automatic differentiation
Attached files
  • Comparison between conventional imaging using an imaging system (left) and “diffractive imaging” (right). In both cases, the sample needs to be illuminated by EUV light. However, the diffractive imaging approach reconstructs the sample image from the diffraction pattern acquired by a camera using intensive computations (courtesy Sven Weerdenburg and Yifeng Shao).
  • Our EUV diffractive imaging experiment setup. A 100 W pulsed infrared (IR) drive laser generates only about 1 μW EUV radiation (1011 EUV photons per second) at the gas jet. This precious EUV light will continue propagating through a pair of plates for IR removal, another pair of harmonic selection mirrors, and, eventually, an ellipsoidal mirror which focuses the EUV light onto the sample surface at a grazing incidence angle (courtesy Sven Weerdenburg).
  • A photo of the high-harmonic generation (HHG) process. In this photo, we look into the HHG vacuum vessel from a window on the top. The drive IR pulse laser (propagating from left to right) is focused on a pressurized Argon gas jet between a gas nozzle and a gas catcher (placed along the vertical direction). The bright white plasma generates higher harmonics in the 10-20 nm wavelength range. The colourful glow and streak, shown as purple-pink by the camera, originate from the scattered IR light (courtesy Sven Weerdenburg).
  • Flow chart (computational graph) of “solving the inverse problem” for ptychography. In the figure, x and y are the input and output pairs of the model and θ represent the model parameters. The predicted and measured diffraction patterns are y* and y, respectively.
  • HHG EUV reflection ptychography reconstruction results. Over 200 million parameters of the ptychography model have been optimized to reconstruct the probe and object, alongside calibrating the camera background, scanning information, propagation distance, etc. The experiment uses two EUV wavelengths, and we assumed six spatial-modes for the probe at each wavelength. To gain some insights, we illustrate the number of parameters in some famous deep neural network models for image/language processing here: AlexNet64 (60 million), GPT-165 (117 million), VGGNet66 (134 million), Bert67 (340 million), GPT-3.5-turbo (175 billion), etc.
02/09/2024 TranSpread
Regions: North America, United States, Asia, China
Keywords: Science, Physics

Disclaimer: AlphaGalileo is not responsible for the accuracy of news releases posted to AlphaGalileo by contributing institutions or for the use of any information through the AlphaGalileo system.

Testimonials

For well over a decade, in my capacity as a researcher, broadcaster, and producer, I have relied heavily on Alphagalileo.
All of my work trips have been planned around stories that I've found on this site.
The under embargo section allows us to plan ahead and the news releases enable us to find key experts.
Going through the tailored daily updates is the best way to start the day. It's such a critical service for me and many of my colleagues.
Koula Bouloukos, Senior manager, Editorial & Production Underknown
We have used AlphaGalileo since its foundation but frankly we need it more than ever now to ensure our research news is heard across Europe, Asia and North America. As one of the UK’s leading research universities we want to continue to work with other outstanding researchers in Europe. AlphaGalileo helps us to continue to bring our research story to them and the rest of the world.
Peter Dunn, Director of Press and Media Relations at the University of Warwick
AlphaGalileo has helped us more than double our reach at SciDev.Net. The service has enabled our journalists around the world to reach the mainstream media with articles about the impact of science on people in low- and middle-income countries, leading to big increases in the number of SciDev.Net articles that have been republished.
Ben Deighton, SciDevNet

We Work Closely With...


  • BBC
  • The Times
  • National Geographic
  • The University of Edinburgh
  • University of Cambridge
  • iesResearch
Copyright 2024 by AlphaGalileo Terms Of Use Privacy Statement