Wafer Impact in Plasma Processing (waferImpact.sdf)

Keywords:

uniform ion beam, wafer edge, RF voltage source, poisson solver, dielectric

Problem Description

This example illustrates how to use VSim to model a plasma processing problem in which argon ions are used to etch wafers used for microelectronics. In a typical chamber, the plasma is generated by imposing a voltage source at one of the boundaries which oscillates in the radio frequency (RF) range (a few MHz to tens of MHz). The plasma is generated as the electrons oscillate in response to the applied RF voltage and collisionally ionize the neutral Argon ions present in the chamber. In this example we are not interested in how the plasma forms and therefore pre-populate the simulation with electrons and Ar ions. During this process, a sheath forms near the wafer and the thickness of the sheath oscillates with the voltage RF source. The resulting Ar ions are then accelerated toward the wafer primarily by the sheath electric field and thereby etch the wafer. Unlike the electrons, which respond nearly immediately to the RF voltage source, the ions are accelerated more slowly and the motion of the ions can be found by averaging the sheath potential drop over one RF period. A desired outcome would be a uniform plasma sheath and therefore a uniform ion beam along the length of the wafer. One significant obstacle to this process occurs at the edge of the wafer, where changes in the dielectric material lead to modification to the sheath electric field.

The process described above is fundamentally a kinetic process involving processes on electron and ion time scales. However, simulation of the above process is mostly needed near the wafer edge where non-uniformities in the sheath potential cause problems. One solution to this problem is with the use of a so-called “focus ring” which is a second piece of dielectric material (e.g. quartz) of varying height placed next to the silicon wafer which is used to shape the sheath and make it more uniform at the edge of the wafer. Therefore, in this example we only simulate a region near the wafer edge and sufficiently far enough into the bulk of the plasma that the sheath dynamic is adequately resolved. As a result, we do not include most of the plasma far from the wafer and save significant computational time by modeling only the interesting and necessary processes.

Because we are not modeling most of the plasma, we have developed a method of injecting the plasma at the boundary opposite the wafer that is smooth and results in no artificial sheath at the computational boundary. An injection method is necessary to replace the plasma lost to the wafer and focus ring. The electrons and ions are injected using flux conserving particle boundary conditions accomplished through the use of a Space-Time Python Function (stPyFunc) which is a flexible way for the user to define their own function via a call external to Python. The particles are injected using a Slab Settable Flux boundary condition which correctly computes the initial position and velocity upon injection in the simulation domain.

The dielectric materials are modeled by constructing a CSG geometry in VSim. The user could easily import their own CAD (.stl or .step files) geometries and assign dielectrics to the various parts of the imported geometry. However, for this example, you can view the geometries by expanding “Geometries” and then expanding “CSG”. We then assign a dielectric material (and hence a dielectric constant) to each geometry, which is further explained below. A combination of Dirichlet and Neumann boundary conditions on the simulation boundaries are imposed. Field boundary conditions are imposed under Field Dynamics -> FieldBoundaryConditions. The plasma is represented by macro-particles which are evolved using the Boris scheme in a 2D cylindrical (z-r) coordinate system. The particle boundary conditions are Cut-Cell Accumulate which allows the electrons and ions to be absorbed by the dielectric material. The dielectric retains the accumulated charge once a plasma particle hits the dielectric. Averaged over one RF cycle, the total charge accumulation will be near-zero, but over short periods, the dielectric can have a net positive or negative charge.

This simulation can be run with a VSimPD license.

Opening the Simulation

The wafer impact example is accessed from within VSimComposer by the following actions:

  • Select the NewFrom Example… menu item in the File menu.
  • In the resulting Examples window expand the VSim for Plasma Discharges option.
  • Expand the Surface Interactions option.
  • Select Wafer Impact and press the Choose button.
  • In the resulting dialog, create a New Folder if desired, then press the Save button to create a copy of this example.

All of the properties and values that create the simulation are now available in the Setup Window as shown in Fig. 594. Note that you can change the scale that is shown on the axes in the SetUp window. In this case, the axes in Fig. 594 are shown in cm. You can change the scale by clicking on the “Show Scale” button at the top of the SetUp window. You can expand the tree elements and navigate through the various properties, making any changes you desire. Please note that many options are available by double clicking on an option and also right clicking on an option. The right pane shows a 3D view of the geometry as well as the grid. To show or hide the grid, expand the “Grid” element and select or deselect the box next to Grid. You can also show or hide the different geometries by expanding the “Geometries” element and selecting or deselecting “Silicon_WaferUnionCurved_Silicon_End” and/or “quartz_FR”. “Silicon_WaferUnionCurved_Silicon_End” is a union of “Curved_Silicon_End” and “Silicon_Wafer”.

image 1

Fig. 594 Setup window for the wafer impact example.

Simulation Properties

This example contains many user defined Constants and Parameters which help simplify the setup and make it easier to modify. The following constants or parameters can be modified by left clicking on Setup on the left-most pane in VSim. Then left click on + sign next to Constants or Parameters and all the constants or parameters used in the simulation will be displayed. To add your own constant or parameter, right click on Constants or Parameters and left click on Add User Defined. Below is an explanation of a few of the constants and parameters used. There are several more constants and parameters included in the simulation.

  • QUARTZ_UPPERX/QUARTZ_LOWERX/QUARTZ_UPPERY/QUARTZ_LOWERY: Location of quartz focus ring in simulation domain
  • SILICON_UPPERX/SILICON_LOWERX/SILICON_UPPERY/SILICON_LOWERY: Location of silicon wafer in simulation domain
  • V0: Amplitude of RF voltage source
  • OMEGA_RF: Angular frequency of RF source. Linear frequency is OMEGA_RF/\(2\pi\)

There are also many SpaceTimeFunctions (STFunc) defined in this example. vxRighte and vxRighti are space-time Python functions (stPyFunc) called from a Python script called “waferImpact.py”. In order for a Python function to be called correctly, the Python script must be given the same prefix as the input file, in this case “waferImpact”. The functions that are called are “EmitVxRighte” and “EmitVxRighti”. These functions invert the cumulative distribution function [BL04] given by \(v_x \times f(v_x)\), where \(f(v_x)\) is the initial distribution function which in this example is a drifting Maxwellian with the drift set to the ion acoustic speed. We use Rejection-Sampling theory to invert \(v_x \times f(v_x)\) since there is no analytic solution for a drifting Maxwellian.

In addition to the SpaceTimeFunctions, there are also several materials that need to be added. To open the materials data base, right click on “Materials”, then click on “import materials”. This will open a folder that you can use to open the material data base file. The default materials data base file is called “emthermal.vmat”. You don’t need to add any materials to the simulation for this example to run. The two dielectrics which are included in the simulation are quartz and silicon. However, you can also choose to add your own dielectric using the same format as the other materials already included.

To examine how the silicon wafer and quartz focus ring are modeled, expand “Geometries” by left-clicking on the + sign. Then expand “CSG”. There you see two geometries that have been assigned materials. The geometry called “Silicon_WaferUnionCurved_Silicon_End” is a bolean union between “Curved_Silicon_End” and “Silicon_Wafer”. This geometry has been assigned the material silicon. The geometry called “quartz_FR” is the focus ring and the dielectric material assigned to it is quartz. The dielectric constants for these two regions are automatically added to the Laplacian matrix used in the Poisson field solve. Note that in order to add dielectrics to your simulation when using the electrostatic field solve requires a VSimPD license.

Typically you want to run this simulation long enough for the ions to come to equilibrium, which can take between 10-100 RF cycles. The time step is automatically computed using a parameter called “DT” and the number of time steps in a RF period is computed in a parameter called “NT”. Therefore, multiplying NT by 10-100 will allow you to run the simulation for 10-100 RF cycles. In this example, we set the number of time steps to 10037 which is about 15 RF periods.

Running the Simulation

Once finished with the setup, continue as follows:

  • Proceed to the Run Window by pressing the Run button in the navigation column on the left.
  • To run the file, click on the Run button in the upper left corner of the Logs and Output Files pane.

You will see the output of the run in that pane. The run has completed successfully when you see the output, “Engine completed successfully.” This is shown in Fig. 595.

image 1

Fig. 595 The Run Window at the end of execution.

Analyzing the Results

A quantity of interest for many in plasma processing is the Angular Energy Distribution (AED) function. We have written an analyzer which computes the AED on any surface which saves the particle data. The analyzer uses a “Absorbed Particle Log” history which in this simulation we call “leftIonLoss”. This history collects particle data on the silicon wafer at every time step. The Analyzer then bins the data in position along the wafer and time, both of which the user specifies.

After the simulation has completed, continue as follows:

  • Proceed to the Analysis Window by pressing the Analyze button in the navigation column.
  • In the resulting list of Available Analyzers, select computeAED.py and press Open
  • The analyzer fields should be filled as below:
    • simulationName: “waferImpact”
    • speciesName: ions
    • startTime: 13
    • endTime: 14
    • lowerY: 0.155
    • upperY: 0.176
    • historyName: leftIonLoss
    • numEnergyBins: 25
    • numAngleBins: 50
    • lowerEnergy: 150
    • upperEnergy: 220
    • lowerAngle: 15
    • upperAngle: -15
    • angularFrequency: 67.5e6
    • NDIM: 2
    • perpDir: +x

“endTime” and “startTime” are times over which the AED is calculated in RF periods. “angularFrequency” is the angular frequency (Omega_RF from the simulation) of the RF source in the simulation. “perpDir” is the direction normal to the surface you are collecting the data on. A description of each input quantity is found in the VSim “Analyze” window.

  • Click Analyze in the top right corner.
  • The analysis is completed when you see the output shown in Fig. 596.
image 1

Fig. 596 The Analyze Window at the end of a successful run.

The resulting data is called ionsAED which is the probability distribution function normalized to 1 as a function of angle (in degrees) on the horizontal axis and energy (in eV) on the vertical axis.

Visualizing the Results

After performing the above actions, the results can be visualized as follows:

  • Proceed to the Visualize Window by pressing the Visualize button in the navigation column.
  • Clicking on the Add a Data View dropdown menu shows there are many different types of data to visualize.
  • To get started, lets visualize the self-consistent potential.
  • Click on the Data Overview tab which is a default tab already loaded in the “Visualize” section of VSim.
  • Under Variables, expand “Scalar Data” then check the box called “Phi”
  • Finally, to visualize the potential in the context of the geometries in the simulation, expand “Geometries”, and check the boxes next to “poly(End)” and “poly(FR)”.
  • Slide the bar to the right at the bottom to view the potential and notice that the sheath thickness varies with time.

The resulting visualization is shown in Fig. 597.

image 1

Fig. 597 The evolved potential with the geometries superimposed.

We now visual the Ion Angular Energy Distribution (IAED) function calculated in the previous section. Click on Add a Data View then click on Data Overview. In the newly created Data Overview tab, expand Scalar Data and check the box called “ionsAED”. The horizontal axis represents angle ranging from -15 degrees to 15 degrees. The vertical axis represents energy in eV ranging from 150 to 220 eV. You can make the color scale more sensitive by changing “Set Maximum” value to 0.01 on the left side of VSim Composer. The data are shown in Fig. 598.

image 1

Fig. 598 Ion Angular Energy Distribution (IAED) function which was generated in the previous section.

Finally when when the AED is computed, the 1D Angular Distribution (AD) is computed by integrating over all energies. Likewise the 1D Energy Distribution (ED) is computed by integrating over all angles. These can be plotted by clicking on Add a Data View then clicking on 1-D Fields which will open a new tab. In “Graph 1” select ionsAD and in “Graph 2” select ionsED. In “Graph 3” and “Graph 4” select None. The visualization window with the plots is shown in Fig. 599.

image 1

Fig. 599 Ion Angular Distribution (AD) and Energy Distribution (ED) functions which were generated in the previous section.

Further Experiments

For this simulation, collisions with a background neutral species have not been included. It is straightforward to add collisions. First add a neutral ion background by going back to the Setup window, expanding Particle Dynamics, right clicking on Fluids, then click on Add Fluid. Since the ion species is singly ionized Ar, you would want to add a neutral Ar background. Next assign the fluid properties such as temperature and density. A density of \(10^{22} \textrm{m}^{-3}\) will result in a mean free path and collision period short enough to result in numerous collisions during the simulation. Next you need to click on “Basic Settings” in the elements tree and double click in the area to the right of “collisions framework” and click on “reactions” which enables the reactions framework. Once the reactions framework is enabled, you will see a new option under “Particle Dynamics” called “Reactions”. Expand the “Reactions” option and right click on “Particle Fluid Collisions”, hover over “Add Collision Type” and click on “Elastic”. For species “A” select “electrons”. For species B select the neutral fluid you created. For “cross section variable” select “energy”. Finally, we have included a cross section table called “sampleElasticCrossSection.dat” with this example. Double click on the region next to cross section data file and replace “2ColumnData.dat” with “sampleElasticCrossSection.dat”. Perform similar steps to add ionization and excitation collisions. The cross section tables for these two collisions are called “sampleIonizationCrossSection.dat” and “sampleExcitationCrossSection.dat”. For more accurate collision cross section tables or to include other collisions and a different neutral fluid background, the LXcat scattering database (https://fr.lxcat.net/data/set_type.php) can be used.