WO2006104244A1 - 光リソグラフィの光近接補正におけるマスクパターン設計方法および設計装置ならびにこれを用いた半導体装置の製造方法 - Google Patents

光リソグラフィの光近接補正におけるマスクパターン設計方法および設計装置ならびにこれを用いた半導体装置の製造方法 Download PDF

Info

Publication number
WO2006104244A1
WO2006104244A1 PCT/JP2006/307022 JP2006307022W WO2006104244A1 WO 2006104244 A1 WO2006104244 A1 WO 2006104244A1 JP 2006307022 W JP2006307022 W JP 2006307022W WO 2006104244 A1 WO2006104244 A1 WO 2006104244A1
Authority
WO
WIPO (PCT)
Prior art keywords
pattern
mask pattern
mask
semiconductor device
manufacturing
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Ceased
Application number
PCT/JP2006/307022
Other languages
English (en)
French (fr)
Inventor
Tetsuya Higuchi
Hirokazu Nosato
Masahiro Murakawa
Hidenori Sakanashi
Nobuyuki Yoshioka
Tsuneo Terasawa
Toshihiko Tanaka
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Renesas Technology Corp
National Institute of Advanced Industrial Science and Technology AIST
Original Assignee
Renesas Technology Corp
National Institute of Advanced Industrial Science and Technology AIST
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Renesas Technology Corp, National Institute of Advanced Industrial Science and Technology AIST filed Critical Renesas Technology Corp
Priority to US11/910,049 priority Critical patent/US20080276215A1/en
Publication of WO2006104244A1 publication Critical patent/WO2006104244A1/ja
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Classifications

    • HELECTRICITY
    • H10SEMICONDUCTOR DEVICES; ELECTRIC SOLID-STATE DEVICES NOT OTHERWISE PROVIDED FOR
    • H10DINORGANIC ELECTRIC SEMICONDUCTOR DEVICES
    • H10D89/00Aspects of integrated devices not covered by groups H10D84/00 - H10D88/00
    • H10D89/10Integrated device layouts
    • GPHYSICS
    • G03PHOTOGRAPHY; CINEMATOGRAPHY; ANALOGOUS TECHNIQUES USING WAVES OTHER THAN OPTICAL WAVES; ELECTROGRAPHY; HOLOGRAPHY
    • G03FPHOTOMECHANICAL PRODUCTION OF TEXTURED OR PATTERNED SURFACES, e.g. FOR PRINTING, FOR PROCESSING OF SEMICONDUCTOR DEVICES; MATERIALS THEREFOR; ORIGINALS THEREFOR; APPARATUS SPECIALLY ADAPTED THEREFOR
    • G03F1/00Originals for photomechanical production of textured or patterned surfaces, e.g., masks, photo-masks, reticles; Mask blanks or pellicles therefor; Containers specially adapted therefor; Preparation thereof
    • G03F1/36Masks having proximity correction features; Preparation thereof, e.g. optical proximity correction [OPC] design processes
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/12Computing arrangements based on biological models using genetic models
    • G06N3/126Evolutionary algorithms, e.g. genetic algorithms or genetic programming

Definitions

  • the present invention relates to a mask technique for optical lithography, and particularly to a mask pattern design technique for forming a pattern smaller than the exposure wavelength of optical lithography.
  • the present invention also relates to an electronic circuit device and a semiconductor device manufacturing method using the mask pattern design technique.
  • a semiconductor device irradiates exposure light onto a mask, which is an original plate on which a circuit pattern is drawn, and transfers the pattern onto a semiconductor substrate (hereinafter referred to as “wafer”) via a reduction optical system.
  • wafer semiconductor substrate
  • OPC Optical Proximity Correction
  • Patent Document 1 Japanese Patent Laid-Open No. 2002-303 964 (hereinafter referred to as Patent Document 1), by calculating a figure in accordance with the line width and the adjacent space width,
  • Patent Document 2 a rule base that performs line vectorization processing and line segment sorting processing to calculate line widths and space widths, and performs pattern correction by referring to a correction table using a hash function.
  • Patent Document 3 describes a model-based OPC that incorporates the process effect through a transfer experiment.
  • the mask pattern is deformed until a desired transfer pattern is obtained, but various methods have been proposed depending on how it is driven. For example, if the optical image is partially swollen, there is a method of thinning the part, and if it is thinned, the part is thickened, and the optical image is gradually recalculated in that state and gradually driven, so-called sequential improvement method. In addition, a method of pursuing using a genetic algorithm has been proposed. In the method using a genetic algorithm, a pattern is divided into a plurality of line segments, and the displacements of these line segments are assigned as displacement codes.
  • Patent Document 4 Japanese Patent No. 3 5 1 29 54
  • Patent Document 5 Japanese Laid-Open Patent Publication No. 2002-3 28457 (hereinafter referred to as Patent Document 5) includes a mass It describes a method of changing the figure for each part, not for the entire clayt. The procedure is as follows. For each target cell included in the design layout data, an environmental profile expressed in a specific format is determined depending on whether there is another figure around the target cell. decide. Then, referring to the cell replacement table, the replacement cell name which is the name of the correction pattern to be replaced corresponding to the determined environment profile is read out, and corrected layout data is generated. Finally, the correction pattern corresponding to the read replacement cell name is taken from the cell library, and the corrected mask data is generated.
  • the most appropriate correction pattern to be replaced for all possible environmental profiles for the correction target cell is determined.
  • a replacement cell name is assigned to each correction pattern, and the environment profile and replacement cell are determined.
  • the name must be associated and stored in the cell replacement table in advance, which requires a large cost for preparations and requires a lot of storage space.
  • GA Genetic algorithm
  • solution candidates for a search problem are expressed by a bit string called a chromosome, and a string operation is performed on a group consisting of multiple chromosomes to make a survival competition.
  • Each chromosome is evaluated by an objective function that is the search problem itself, and the result is a scalar value. Calculated as fitness.
  • a chromosome with high fitness provides an opportunity to leave many offspring.
  • crossover is performed between chromosomes within the population, and mutations are performed to generate new chromosomes. By repeating this process, a chromosome with higher fitness is generated, and the chromosome with the highest fitness becomes the final solution.
  • FIG. 1 is a flowchart showing the most basic calculation procedure of GA. The purpose and outline of each process are as follows.
  • Initialization Generating multiple random chromosomes as solution candidates to form a group.
  • the optimization problem to be solved is expressed as an evaluation function that returns a scalar value.
  • Chromosome evaluation The chromosome is evaluated using an evaluation function, and the fitness of each chromosome is calculated. Generation of the next generation population: Using genetic manipulation (selection, crossover, mutation), a chromosome with higher fitness gives the opportunity to leave more progeny.
  • Judgment of search end criteria Repeats evaluation of chromosomes and generation of next-generation population until a predetermined condition is satisfied.
  • the gene string thus symbolized is a chromosome.
  • “Initial chromosome population generation” usually generates N chromosomes randomly according to the rules defined in “Definition of chromosome expression”. This is because the characteristics of the optimization problem to be solved are unknown, and what kind of chromosome is superior is completely unknown. If you have some prior knowledge about the problem, you may be able to improve the search speed and accuracy by generating chromosome populations around regions that are predicted to be highly adaptable in the solution space. is there.
  • chromosome evaluation the fitness of each chromosome in the population is calculated based on the method defined in “Evaluation Function Determination J”.
  • the chromosome population is genetically manipulated based on the fitness of each chromosome to generate the next-generation chromosome population.
  • Typical procedures for genetic operations include selection, crossover, and mutation. These are collectively called genetic operations.
  • a chromosome with high fitness is extracted from the chromosome group of the current generation, left in the next generation population, and conversely, the chromosome with low fitness is removed.
  • crossover the chromosome group extracted by selection is stained with a predetermined probability. This is an operation that creates new chromosomes by randomly selecting chromosomal pairs and recombining some of their genes.
  • chromosomes are randomly selected with a predetermined probability from a group of chromosomes extracted by selection, and a gene is changed with a predetermined probability with a predetermined probability.
  • the probability that a mutation will occur is called the mutation rate.
  • search end criterion judgment it is checked whether or not the generated next generation chromosome population satisfies the criteria for completing the search. If the criterion is satisfied, the search is terminated, and the chromosome with the highest fitness in the chromosome population at that time is determined as the solution to the optimization problem to be obtained. If the termination condition is not satisfied, return to the “chromosome evaluation” process and continue the search.
  • the termination criteria for the search process depend on the nature of the optimization problem to be solved.
  • an object of the present invention is to provide a mask pattern design method comprising OPC processing that realizes shortening of an increasing OPC processing time, shortens a semiconductor device manufacturing TAT, and reduces costs.
  • Another object of the present invention is to provide an electronic circuit device and a method for manufacturing a semiconductor device that enable generation of a mask pattern in a practical time and shorten the manufacturing period.
  • Another object of the present invention is to provide a semiconductor device having a short manufacturing period. Disclosure of the invention
  • Means for solving the problems of the present invention is characterized in that a cell library pattern constituting a basic configuration of a semiconductor circuit pattern is subjected to an OPC process in advance and a semiconductor chip is formed using the cell library pattern subjected to the OPC process. . At this time,
  • the cell library pattern that has been subjected to OPC processing is affected by the surrounding cell library pattern, so correction processing (optimization processing) must be performed.
  • correction processing of the OPC-processed cell library pattern is performed based on the influence of a surrounding pattern collected in advance and a genetic algorithm.
  • the combination with the library pattern is enormous. Correction methods using correction tables in combination with surrounding cell library patterns are impractical due to processing time and complexity of management.
  • the optimization method using the above genetic algorithm is excellent as a method for optimizing a huge number of combinations at high speed. By using these optimization methods, the time required for the correction process can be increased. Therefore, correction processing can be performed in a shorter time compared to conventional all-pattern OPC processing. This is because the number of chase is short and it is suitable for parallel processing.
  • the mask pattern design method of the present invention has a library of cells that have been subjected to proximity effect correction processing that corrects a shape change that occurs when a mask pattern is exposed to form a pattern, and a plurality of the cell libraries are stored in the library. And a step of designing a mask pattern by arranging, and a step of changing a correction amount of the proximity effect correction applied to the cell library in consideration of an influence of a cell library pattern arranged around. To do.
  • the mask pattern design method of the present invention includes a step of defining and registering a variable to be adjusted in order to perform the proximity effect correction in the cell library design step.
  • the mask pattern design method of the present invention is characterized in that the cell library correction process is performed by a step of grasping an influence degree of surrounding patterns and a step of optimizing the variables.
  • the mask pattern design method of the present invention is characterized in that, in the cell library design step, the step of optimizing the variables is performed by an optimization method such as a genetic algorithm method.
  • a computer program according to the present invention is characterized by comprising an algorithm having a function of executing any one of the mask pattern design methods described above.
  • a semiconductor device according to the present invention is manufactured using a mask pattern formed by any one of the mask pattern design methods described above.
  • the method of manufacturing an electronic circuit device according to the present invention is characterized by manufacturing using a mask pattern formed by any one of the mask pattern design methods described above.
  • the mask pattern design method of the present invention includes a step of changing the peripheral region of a cell that has been subjected to proximity effect correction processing in consideration of the influence of a cell library pattern arranged around the mask region design method.
  • the semiconductor device manufacturing method of the present invention is characterized in that the gate pattern is manufactured using a mask pattern corrected by any one of the above-described mask pattern design methods.
  • the method for manufacturing a semiconductor device of the present invention is characterized in that the gate pattern adjustment variable is a gout width or a gout length.
  • a method for manufacturing a semiconductor device according to the present invention is characterized in that it is manufactured using a mask pattern in which an isolation pattern is corrected by any one of the above mask pattern design methods.
  • the adjustment variable of the isolation formation pattern is a width of an active region (diffusion layer region), a receding amount, or a protruding amount, or a combination thereof.
  • the semiconductor device manufacturing method of the present invention is manufactured using a mask pattern whose contact pattern is corrected by any one of the mask pattern design methods described above. It is characterized by making.
  • the semiconductor device manufacturing method of the present invention is characterized in that the contact pattern adjustment variables are a height, a width, and a center position.
  • a method for manufacturing a semiconductor device according to the present invention is characterized in that a mask pattern formed by any one of the above-described mask pattern design methods is used and manufactured by a single wafer processing wafer process.
  • OPC processing has been performed on all the figures of the mask that define the circuit pattern of the semiconductor chip, so the processing time has become enormous due to the increase in the number of figures accompanying miniaturization.
  • OPC processing is performed on a cell-by-cell basis, and all the mask figures are formed by combining the cells, and inter-cell OPC processing is performed on all the mask figures. Can significantly reduce the processing time.
  • the above-mentioned cell-by-cell OPC processing is possible to some extent even with existing technology. If this is held in advance as a library, the above-mentioned OPC processing time is mainly the OPC processing between cell units. According to the present invention, since the number of combinations (the number of parameters) is greatly reduced as compared with the case where it is performed for all the figures of the mask, the convergence time for these optimizations is also greatly reduced.
  • mask pattern design of a large-scale integrated circuit in a semiconductor device manufacturing method can be made fast and easy.
  • the time for creating the pattern is shortened, and a remarkable effect is obtained that it can be created at low cost.
  • FIG. 1 is a flow chart for explaining the processing procedure of the genetic algorithm.
  • FIG. 2 is a diagram showing an example of chromosome expression used in the OPC processing method of the present invention.
  • FIG. 3 is a diagram showing a mask pattern used for an SRAM gate to which the present invention is applied in order to verify the effectiveness of the present invention.
  • FIGS. 4 (a) to 4 (j) are diagrams showing mask patterns P 1 to P 10 used for the verification of the present invention, respectively.
  • FIG. 5 is a diagram showing an example of a transfer pattern of the mask pattern shown in FIGS. 4 (a) to 4 (j) and measurement points.
  • FIG. 6 (a) is a diagram showing an example of an exposure pattern of the mask pattern P 1 shown in FIG. 4 (a).
  • FIG. 6 (b) is a diagram showing an example of an exposure pattern of the mask pattern P3 shown in FIG. 4 (c).
  • FIG. 7 is an enlarged view of the mask pattern P 3 shown in FIG. 4 (c).
  • FIG. 8 is an enlarged view of the mask pattern P 1 shown in FIG. 4 (a).
  • FIG. 9 is a diagram showing the setting points of the optimization parameters of the exposure patterns of the mask patterns P 1 and P 3 in FIGS. 4 (a) and 4 (c).
  • FIG. 10 (a) shows the NAND gate symposium /.
  • FIG. 10 (b) is a plan view showing a circuit diagram of the NAND gate of FIG. 10 (a).
  • Figure 10 (c) shows the NAND gate pattern layout of Figure 10 (a).
  • FIG. 11 is a diagram showing a unit logic cell and a broken line defining a cross section in the NAND gate pattern layout shown in FIG. 10 (c).
  • FIGS. 12 (a) to 12 ( ⁇ ) are diagrams showing mask patterns used when forming the unit cell portion shown in FIG.
  • FIGS. 13 (a) to 13 (e) are cross-sectional views along the broken line in FIG. 11, showing the process up to the element separation step in the order of steps.
  • FIGS. 14 (a) to 14 (e) are cross-sectional views taken along the broken line in FIG. 11, showing the process up to channel formation in the order of processes.
  • FIGS. 15 (a) to 15 (e) are cross-sectional views taken along the broken line in FIG. 11, showing the process up to the formation of a part of the wiring in order of processes.
  • FIG. 16 is a configuration diagram of the mask pattern of the mask M4 shown in FIG. 12 (d).
  • FIG. 17 is a diagram showing an example in which the differential dimension from the design target in FIG.
  • FIG. 18 is a diagram showing an example in which cells are grouped based on relative positions.
  • Fig. 19 shows the measurement points of the dimensions to obtain the fitness of the chromosome.
  • FIG. 20 shows a difference image between the design pattern and the resist pattern.
  • FIG. 21 is a diagram showing a semiconductor device manufacturing process flow.
  • FIG. 22 is a diagram showing a cell in a cell library that is subjected to OPC in a single cell.
  • FIG. 23 is an enlarged view of the cell of FIG.
  • FIG. 24 is a diagram showing an example of the adjustment variable of the gate width wl.
  • FIG. 25 is a diagram showing an example of adjustment variables for the contact-diffusion interlayer alignment margins d 1 and d 2.
  • FIG. 26 is a diagram showing an example of avoiding a resolution failure (pattern connection failure) between adjacent cells.
  • FIG. 27 is a diagram showing an example of avoiding failure of the gate wiring on the diffusion layer.
  • Figure 28 shows the gate length, resolution failure between adjacent cells (pattern connection failure) avoidance margin s 4, gate wiring run-up failure avoidance margin s 3, diffusion amount p 1 from active region It is a figure which shows a re-OPC adjustment site
  • FIGS. 29 (a) and 29 (b) are diagrams showing examples of adjustment variables with a gate length of 11.
  • FIG. 29 (a) and 29 (b) are diagrams showing examples of adjustment variables with a gate length of 11.
  • FIG. 30 is a diagram showing an example of avoiding a resolution failure (pattern connection failure) between adjacent cells.
  • FIG. 31 is a diagram showing an example of avoiding the failure of the gate wiring on the diffusion layer.
  • FIGS. 32 (a) to 32 (c) are diagrams showing an example of correction of protrusion from the active region.
  • FIG. 33 is a diagram showing a layout example of the contact layer.
  • Fig. 34 shows an example of contact pattern adjustment variables.
  • the present invention was applied to one of the mask patterns used for the SRAM gate shown in FIG. 3 as a cell.
  • a verification experiment was conducted to determine whether the surrounding environment had an effect on the mask pattern transfer.
  • the transfer pattern is generated by optical simulation software.
  • the software is, for example, “SOLID-C j” of RISOTEC JAPAN Co., Ltd., which is well known to those skilled in the art (reference URL: http: ⁇ ⁇ w. Ltj. Co.jp/index.html » D
  • Table 2 shows the two evaluation values of the transfer patterns of the mask patterns P1 to P10.
  • Pattern PI has an ideal line width because there is no influence from the surrounding environment, but patterns P 2 and P 3 have a large influence from the surroundings, and are compared with P 1 Then, it can be seen that both the line width S 3 1 and the gap S 3 2 are greatly shifted.
  • Fig. 6 (a) and Fig. 6 (b) show the ideal pattern P1 transfer pattern and the most influential pattern P3. It can be seen that the pattern P 3 is greatly influenced by the whole, not the line width S 3 1 and the gap S 3 2.
  • the degree of influence of each pattern on the transfer pattern varies depending on the surrounding environment. Since the actual mask pattern is used in combination with various cells, the influence of each cell is very large and can be expected to become complicated. Therefore, even for mask patterns with the same design, it is essential to perform complex optimization of OPC masks according to the surrounding environment.
  • a verification experiment was conducted to verify whether the influence of the surrounding environment, which was proved in the verification experiment 1, can be solved by the method of the present invention.
  • the most effective mask pattern P 3 (Fig. 7) in the verification experiment 1 and the most ideal mask pattern P 1 (Fig. 8) are targeted.
  • a simulation was performed. In this simulation, two locations S 7 1 and S 7 2 in the cell shown in Fig. 9 (enlargement of the transfer pattern of S 12 in Fig. 3) are used as the optimization parameters. was made.
  • S 7 3 always takes the same value as S 7 2.
  • Step (1) Reconstruct the figure pattern using a variable vector uniquely determined from the chromosome.
  • Step (2) Perform an optical simulation to calculate the exposure pattern.
  • Step (3) For the calculated exposure pattern, S 3 1 in Fig. 5
  • Step (4) The goal here is to obtain an exposure pattern that is as close as possible to the design value, so the smaller the error, the better. Therefore, the fitness is the reciprocal of the sum of the measured errors.
  • a vector consisting of two real-valued elements is a chromosome.
  • the number of chromosomes N is assumed to be 1 ° 0, and 100 chromosomes are randomly generated using a pseudo random number generator.
  • roulette selection is used.
  • the probability that each chromosome can survive in the next generation is proportional to the fitness. In other words, the higher the fitness is, the more arrangements on the roulette, and the greater the probability of hitting the roulette.
  • the size of the chromosome population is N
  • the fitness of the i-th chromosome is Fi
  • the total fitness of all chromosomes is ⁇
  • the procedure to extract each chromosome with the probability of (Fi ⁇ ⁇ ) Realized by repeating N times In the above case, since the number of chromosomes is 100, the next generation of 100 chromosomes is selected by repeating 100 times.
  • uniform crossover is used.
  • This is a method in which two chromosomes are selected from each chromosome group, and at each gene locus, it is randomly determined whether or not to replace a variable that is a gene.
  • the first random number is for the first locus. If it is 1, X 1 and x are exchanged, and if it is 0, it is not exchanged. The same is true for the second locus.
  • the search is terminated when a chromosome having an error from the design value of 0 is found or when the chromosome is evaluated 500 times.
  • the method of the present invention can optimize the shift of the transfer pattern due to the influence of the surrounding environment in the mask pattern design.
  • FIGS. 10 (a) to (c) represent a two-input NAND gate circuit ND.
  • FIG. 10 (a) is a symbol diagram
  • FIG. 10 (b) is its circuit diagram
  • FIG. c) shows the layout plane.
  • the part surrounded by the alternate long and short dash line is the unit cell 110, and the two parts formed on the n-type semiconductor region 11 In on the surface of the p-type well region PW.
  • nMOS section Q n and two pMOS sections Qp formed on p-type semiconductor region 1 1 1 p on the surface of n-type well region NW.
  • Fig. 11 representing the same layout as Fig. 10 (c)
  • Fig. 14 (a) to (e) show the order of the processes.
  • An insulating film 1 15 made of, for example, a silicon oxide film is formed on a wafer S (W) made of P-type silicon crystal by an oxidation method, and then a silicon nitride film 1 1 6 is made on the wafer C (Chemical VD) (Chemical Vapor Deposition) and a resist film on it 1 7 is formed (Fig. 13 (a)).
  • a resist pattern 1 17a (FIG. 13 (b)).
  • the exposed layers 1 1 5 and 1 1 6 are sequentially removed, and the resist is further removed to form grooves 1 1 8 on the surface of the wafer S (W).
  • a flattening process is performed by, for example, a chemical mechanical polishing (CMP) method or the like.
  • CMP chemical mechanical polishing
  • the element isolation structure SG is finally formed (Fig. 13 (e)).
  • SG has a groove-type isolation structure, but the present invention is not limited to this.
  • the field isolation month may be configured by a LOCOS (Local Oxidization of Silicon) method.
  • a resist pattern 1 1 7 b is formed by performing exposure development using the mask M2. Since the region where the n-type well region is to be formed is exposed, phosphorus or arsenic is ion-implanted to form the n-type well region NW (Fig. 14 (a)). Similarly, after forming resist pattern 1 1 7 c using mask M3, ion implantation of boron, for example! ) -Type well region PW was formed (Fig. 14 (b)). Next, a gate insulating film 120 made of a silicon oxide film is formed to a thickness of 3 nm by a thermal oxidation method, and a polycrystalline silicon layer 112 is further deposited thereon by a CVD method or the like (see FIG. 14 ( c)).
  • a resist pattern 1 1 7 d is formed using mask M4, and gate insulating film 120 and goot electrode 1 1 2 A are formed by etching and removing the polycrystalline silicon layer 1 1 2 (Fig. 14 (d)).
  • high impurity concentration n-type semiconductor region for n-channel MOS 1 1 1 n and high impurity concentration p-type semiconductor region 1 for p-channel MOS that also function as source and drain regions and wiring layers 1 1 1 p was formed in a self-aligned manner with respect to the gate electrode 1 1 2 A by ion implantation or diffusion to form channel Qp and channel Qn (Fig. 14 (e)).
  • a 2-input NAND goot group was fabricated by selecting the appropriate wiring.
  • other circuits such as a NOR gate circuit can be formed by changing the shape of the wiring.
  • FIG. 12 (e) and Fig. 12 (f) we continue to show examples of manufacturing 2-input NAND gates using the masks M5 and M6 shown in Fig. 12 (e) and Fig. 12 (f), respectively.
  • FIGS. 15 (a) to 15 (e) are cross-sectional views taken along the broken line shown in FIG. 11, showing the wiring formation process.
  • an interlayer insulating film for example, an interlayer insulating film made of a silicon oxide film doped with phosphorus, is formed by CVD.
  • a resist is applied, a resist pattern 1 17e is formed using mask M5, and then contact hole CNTs are formed by etching (FIG. 15 (b)).
  • a metal such as tungsten, tungsten alloy, or copper is buried, and at the same time, these metal layers 113 are formed (FIG.
  • a semiconductor integrated circuit device can be manufactured using a high mask.
  • the light shielding pattern 10 2 d in mask M4 in particular constitutes the gate pattern with the shortest dimension, and the required accuracy of the dimensions of the transfer pattern is the most severe. Therefore, the method of the present invention was adopted when the cell library pattern shown in the mask M4 (FIG. 12 (d)) was arranged on the entire mask surface.
  • the entire mask pattern is composed of multiple cells, and each cell has two I-shaped figures (Fig. 16). Each cell is from to Pi as shown in the figure. There are up to 10 adjustment points. Therefore, let N c .e ! If i, (N cell X 10) parameters need to be adjusted for the entire mask pattern.
  • a mask pattern in which N ce 1 i cells of the same type are arranged is used.
  • the length of the chromosome is also N cel i times
  • X j is a variable vector consisting of 10 elements to specify the figure shape contained in the j th cell
  • x j i is the variable vector corresponding to the j th cell. Let's denote the i-th element.
  • each element Xi of the variable vector X may be expressed as an n-ary number by determining an upper limit value, a lower limit value, and the number of quantization steps.
  • cell 8 1 has no upper and left five senoles in the surrounding eight cells, and right and lower three 8, 83, 84. To do.
  • Cell 90 and its surrounding cells (82, 83, 84) are arranged symmetrically with respect to cell 81 and its surrounding cells (82, 83, 84).
  • the cells (8 8, 85, 86) are arranged vertically symmetrically. Therefore, the optimization result of cell 8 1 can be used for cell 90 and cell 8 7. In this way, the optimization adjustment process can be omitted.
  • step (3) As a method for obtaining the fitness of the chromosome, the procedure similar to that of the first embodiment is adopted here. However, the dimensions in step (3) were measured at the four locations shown in Fig. 19. In normal semiconductor chip manufacturing, there are some parts that do not allow slight errors and parts that do not require precision in terms of required dimensional accuracy. Therefore, optimization that reflects the intentions of the mask designer can be facilitated by selectively measuring the parts that require high accuracy and calculating the fitness. Similarly, in the mask design stage, if it is possible to identify a location where the optical proximity effect is likely to occur, priority is given to the location where adjustment is difficult by weighting that portion heavily when calculating the fitness. Optimization can be facilitated.
  • the parameter optimization by the genetic algorithm is performed using the reciprocal of the area of the difference figure as the evaluation value.
  • step (4) of fitness calculation the reciprocal of the sum of errors was adopted as fitness, but subtraction value from a predetermined constant can be used as fitness.
  • the simulation of acid diffusion is also performed, so that the resist pattern can be predicted more accurately, so that the optimization accuracy can be improved.
  • an initial chromosome population is randomly generated. Search speed In order to improve the degree, you may start from an initial population with a small perturbation on the result of model-based o PC correction.
  • the roulette selection method is used.
  • Crossover methods such as tournament selection method and rank selection method, and generational change models such as MGG (Minimal Generation Gap) method may be used (Reference: Sato et al., “Proposal and Evaluation of Generational Change Models in Genetic Algorithms” ”Journal of the Japanese Society for Artificial Intelligence, Vol. 12, No. 5, 1997).
  • UNDX Unimodal Normal Distribution Crossover
  • simple crossover simple crossover
  • EDX Extrapolation-directed Crossover
  • real-valued chromosomes may be used.
  • multipoint crossover can be used to represent chromosomes with binary vectors.
  • the search is terminated when the error from the design value is 0 or below a certain value, or when the number of chromosome evaluations exceeds a certain value.
  • a semiconductor chip is created using a cell library that has been subjected to OPC processing in advance, and the influence of surrounding cell libraries is optimized using a genetic algorithm capable of high-speed processing. Compared to the method of performing OPC processing on the pattern, the processing time can be reduced to 10 times or less.
  • a system LSI having a SRAM portion and a logic circuit portion was manufactured using the mask pattern generation method described in the first embodiment.
  • the minimum gate width of the system LSI is 40 nm and the minimum pitch is 160 nm.
  • System LSIs are designed for specific users, have short product cycles, and need to be manufactured in a short period of time.
  • the period is a lifeline, and it affects not only the value as a device but also the marketability of products incorporating it.
  • the wafer process period is a minimum of two weeks, and the mask supply is quick.
  • the rule-based OPC must be applied in part to make the mask creation pattern generation period about 1 day practical, causing problems such as a decrease in yield as described above.
  • the time required for mask pattern creation is one day, and the device characteristics and yield equivalent to those obtained when the model base PC is applied to the entire surface can be obtained. I was able to.
  • the wafer process waiting time can be reduced, and the balance between the mask supply speed and the system LSI shipment timing is accelerated. The above will be explained with reference to Fig. 21.
  • Figure 2 1 shows the system
  • LSI mask pattern data preparation, mask fabrication, and wafer process steps are shown in flowchart form.
  • the mask pattern data preparation process is shown on the left, the mask is made in the center, and the wafer process and timing are shown on the right.
  • Wafer process flow includes: film formation for isolation (separation between active regions), lithography, etching, insulating film embedding, CMP for making planarization, lithography for dummy pattern, etching, CMP Subsequently, isolation is formed. After that for the inbra! ) Sowelography and implantation are performed to form a well layer, and gate deposition, lithography, etching, lithography for imprinting, implantation, LDD deposition, L DD processing, and implantation are performed to form a gate. .
  • interlayer wiring is formed by forming an interlayer insulating film, forming an opening, depositing a conductive film, and CMP.
  • Mask pattern First determine whether the OPC data is a critical layer. Go into order. First, prepare for the necessary isolation. Next, the compatible OPE (Optical Proximity Effect) correction cell library is extracted, and the 0th OPC pattern is assembled by combining these patterns. Then, based on the genetic algorithm method of the first embodiment, correction is performed in consideration of the influence of adjacent patterns to create a final OPC pattern, and a mask is created based on the data. Next, use the same method to prepare pattern data and masks for the gate layer, contact layer, and wiring layer. Although the procedure for preparing each layer in series is shown here, it may be prepared in parallel. However, in parallel, multiple data creation systems are required and large facilities are required. If each layer can be processed in series and its processing speed matches the timing of wafer processing, there is an advantage that the system can be downsized. As described above, the mask pattern data is prepared for the non-critical layer using another path.
  • the compatible OPE Optical Proximity Effect
  • the critical isolation layer is a cue layer, if the mask preparation is delayed, wafer delivery will also be delayed. Therefore, the completion period of the mask pattern data for the isolation layer is very important. In this embodiment, it was possible to prepare in one day even with mask fabrication, which was halved compared to the normal two days.
  • the number of processes in this major category is 9 processes, and if detailed processes such as cleaning are included, there are about 50 processes (not shown), but if processed by single wafer processing, it takes 2 days. it can. If a mask for the gate layer is not prepared during this time, loss due to standby occurs. Because gates require extremely high dimensional accuracy, the conventional method required about 1 day for mask drawing and inspection, and 7 days for mask pattern data preparation. Thus, in the case of the conventional method, the data creation equipment is enlarged and the Even if data creation was started in parallel with the creation of the solation pattern, it was extremely difficult to prepare the mask pattern data to keep up with the speed of wafer processing. On the other hand, according to the present embodiment, mask pattern data can be prepared in one day even with a small pattern data creation facility.
  • 100 1 is a cell of a cellular library, and the pattern formed in this cell is subjected to OPC in a single cell.
  • the area including the pattern that is subject to OPC correction due to the influence of the surrounding area is hatched, and the width of the area is 1 0 0 2 is the exposure wavelength of the exposure apparatus; I and the numerical aperture NA of the lens used, and Although it depends on the acid diffusion constant of the resist used and the standard dimensional accuracy, it is about 2 ⁇ / ⁇ ⁇ .
  • FIG. 23 An example of pattern layout in this peripheral area is shown in Fig. 23.
  • 1 0 0 3 is a cell boundary region
  • 1 0 0 4 is an active region (diffusion layer region)
  • 1 0 0 5 is a gate and gate wiring
  • 1 0 0 6 is a conduction hole (usually called a contact) ).
  • the outside of the active region 104 is an insulating region called a field, which is called a field, and is called an isolation region. Because of the cell-to-cell layout, the active layer (eye) (Solation layer), gate layer, and contact layer.
  • Gate width w 1 shown in Figure 23, contact-diffusion interlayer alignment margin d 1, d 2, poor resolution between adjacent cells (pattern connection failure) avoidance margin s 1, gate wiring to diffusion layer Riding defect avoidance margin s 2 is the re-OPC adjustment area. If the gate width w l does not meet the standard accuracy, transistor characteristics deteriorate due to the narrow channel effect. If the contact-diffusion interlayer alignment margins d 1 and d 2 cannot be obtained, conduction failure due to increased contact resistance occurs.
  • Figure 24 shows an example of an adjustment variable for gate width w 1, and the width m w l is adjusted using the genetic algorithm method described above.
  • Figure 25 is an example of the adjustment variable for contact-diffusion interlayer alignment margins d1 and d2.
  • the end of the diffusion layer is transformed into a hammerhead with a width of hl and a length of h2, and the genetic algorithm method described above is used. Use to adjust.
  • Fig. 26 shows an example of avoiding poor resolution (adjacent pattern connection) between adjacent cells.
  • the amount of receding at the tip of the active region 1 0 0 4 is defined as variable i 1.
  • Fig. 27 shows an example of avoiding the failure of the gate wiring on the diffusion layer.
  • the length i 3 and the width i 2 of the receding region of the portion facing the gout wiring 1005 are variables. These variables are adjusted using the genetic algorithm method described above.
  • Gate length shown in Fig. 8 1 poor resolution between adjacent cells (pattern crease defect) avoidance margin s 4, gate wiring run-up failure avoidance margin s 3, active area Projection amount P1 from is the re-OPC adjustment site. Gate length 1 1 is regulated If it is not within the accuracy of the case, the threshold voltage control of the transistor will not remain and the transistor characteristics will vary greatly, resulting in unstable circuit operation.
  • Figure 29 (a) and (b) are examples of adjustment variables with a gate length of 11. Since the gate length is the dimension that most sensitively affects the transistor characteristics, a particularly high dimensional accuracy is required.
  • a pad for establishing electrical connection with the wiring layer is formed in a part of the goot wiring, and the transfer pattern is deformed by the influence of the diffracted light from the part.
  • a complicated OPC as shown in FIG. 29 (a) at 1 0 0 5 a is applied.
  • OPC is applied first so that the desired dimensional accuracy can be obtained in the case of a single cell.
  • the genetic algorithm described above is used with the line width mil as a variable while maintaining the outer shape of the OPC as shown in Fig. 29 (b). The method was adjusted.
  • Figure 30 shows an example of avoiding poor resolution (pattern connection failure) between adjacent cells.
  • the amount of tip retraction mhl of the gate wiring pattern 1 0 0 5 a to which OPC is applied in the case of a cell alone is used as a variable.
  • Fig. 31 shows an example of avoiding failure of gate wiring on the diffusion layer.
  • the variables in this case are the width i 4 and depth ⁇ 5 of the receding portion of the gate wiring facing the diffusion layer (active layer) 1 0 0 4. Is a variable.
  • Fig. 32 (a) to (c) are examples of correction of protrusion from the active region.
  • the design layout is a rectangular layout as shown in Fig. 32 (a).
  • the pattern ends are rounded as shown in Fig. 32 (b).
  • this rounded portion hits the active region, transistor characteristics deteriorate due to phenomena such as punch-through. Therefore, a certain amount of protrusion must be secured.
  • the variable in this case was a hammerhead with width h3 and length h4 at the gate end.
  • Figure 33 shows a layout example of the contact layer.
  • the pattern that corrects OPC under the influence of external cells is the pattern related to the interaction area 1 0 0 9 a to e from the external senor pattern 1 0 0 8 a to e. a to e.
  • the radius of these interaction regions is about 2 ZNA, although it depends on the acid diffusion constant of the resist and the standard dimensional accuracy.
  • the variable of the pattern 1 0 0 6 f to which this re-OPC is applied is the height h5 and the width h6, and the center position 1 0 2 0 is also used as a variable to correct the displacement.
  • the mask pattern design of a large-scale integrated circuit in the semiconductor device manufacturing method can be made fast and easy. Therefore, since the mask pattern can be made quickly and inexpensively, a large-scale integrated circuit can be manufactured efficiently, and there are few failures such as disconnection of the manufactured large-scale integrated circuit. Yield is also improved.
  • the mask pattern design time by reducing the mask pattern design time by about an order of magnitude, the cost of custom ICs that use a large amount of mask patterns can be reduced, and the industrial application fields can be expanded. For example, it is possible to respond to the development of system LSIs for digital information home appliances of high-mix low-volume production at a low cost.

Landscapes

  • Physics & Mathematics (AREA)
  • Engineering & Computer Science (AREA)
  • Health & Medical Sciences (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Biophysics (AREA)
  • Bioinformatics & Cheminformatics (AREA)
  • Bioinformatics & Computational Biology (AREA)
  • Evolutionary Biology (AREA)
  • Theoretical Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computational Linguistics (AREA)
  • Computing Systems (AREA)
  • Artificial Intelligence (AREA)
  • Data Mining & Analysis (AREA)
  • Evolutionary Computation (AREA)
  • General Health & Medical Sciences (AREA)
  • Molecular Biology (AREA)
  • Biomedical Technology (AREA)
  • General Engineering & Computer Science (AREA)
  • Genetics & Genomics (AREA)
  • Mathematical Physics (AREA)
  • Software Systems (AREA)
  • Physiology (AREA)
  • Preparing Plates And Mask In Photomechanical Process (AREA)
  • Exposure And Positioning Against Photoresist Photosensitive Materials (AREA)

Abstract

増大するOPC処理時間の短縮を実現し、半導体デバイスの製造TATを短くし、コストを削減するマスクパターン設計方法及び該マスクパターンを用いた半導体装置の製造方法である。本発明は、半導体回路パターンの基本構成をなすセルライブラリパターンに予め0PC処理を行い、OPC処理されたセルライブラリパターンを用いて半導体チップを作成する。マスクパターン設計方法は、マスクパターンを露光してパターンを形成する際に生じる形状変化を補正する近接効果補正の処理を、セルライブラリごとに施すセルライブラリパターン設計工程と、複数の前記セルライブラリを配置してマスクパターンを設計する工程と、前記セルライブラリに施した近接効果補正の補正量を、周囲に配置したセルライブラリパターンの影響を考慮して変化させる工程とを含む。この補正処理を予め採取した周囲のパターンによる影響度と遺伝的アルゴリズムによって行う。

Description

明 細 書 光リソグラフィの光近接補正におけるマスクパターン設計方法および設計装 置ならびにこれを用いた半導体装置の製造方法 技術分野
本発明は、 光リソグラフィのマスク技術に係わり、 特に、 光リソグラフィの 露光波長より小さいパターンを形成するためのマスクパターン設計技術に関する ものである。 また、 本発明は、 またそのマスクパターン設計技術を用いた電子回 路装置および半導体装置の製造方法に関するものである。 背景技術
半導体デバイスは、 回路パターンが描かれた原版であるマスクに露光光を照 射し、 縮小光学系を介して前記パターンを半導体基板 (以下 「ゥエーハ」 と称す る) 上に転写する光リソグラフイエ程を繰り返し用いることによって、 大量生産 されている。 近年半導体デバイスの微細化が進み、 光リソグラフィの露光波長よ り小さい寸法を有するパターンの形成が必要となってきた。 しかしながら、 この ような微細領域のパターン転写においては、 光の回折の影響が顕著に現れてマス クパターンの輪郭がそのままゥエーハ上に形成されず、 パターンの角部が丸くな つたり長さが短くなる等、 形状精度が大幅に劣化する。 そこで、 この劣化が小さ くなるように、 マスクパターン形状を逆補正する処理を施し、 マスクパターンを 設計する。 この処理を光近接補正 (O P C : Optical Proximity Correction) と いう。
従来の OP cは、 マスクパターンの一図形ごとに、 その形状や周囲のパター ンの影響を考慮して、 ノレ一ノレベースや光シミュレーションを用いたモデルベース で補正している。特開 2002— 303 9 64号公報(以下、特許文献 1という。) では線幅及び隣接するスペース幅に応じ図形演算することによって、 また特開 2 00 1 - 28 1 8 3 6号公報(以下、特許文献 2という。) では線分べクトル化処 理および線分ソート処理を行って線幅およびスペース幅の算出を行い、 ハッシュ 関数を用いた補正テーブルを参照してパターン補正を行うルールベース〇P Cが 記載されている。 また特開 2004- 6 1 720号公報 (以下、 特許文献 3とい う。)には転写実験によりプロセス効果を取り込んだモデルベース O P Cが記載さ れている。
光シミュレータを用いたモデルベースでは、 所望の転写パターンを得るまで マスクパターンを変形させて行くのであるが、 その追い込み方によりさまざまな 方法が提案されている。例えば光学像が部分的に膨らんでいたらその分を細らせ、 また細っていたらその分太らせ、 その状態で光学像を再計算して次第に追い込ん でいく方法、 いわゆる逐次改善法などがある。 また遺伝的アルゴリズムを用いて 追い込んで行く方法も提案されている。 遺伝的アルゴリズムを用いた方法では、 パターンを複数の線分に分割し、 それらの線分の変位を変位コードとして割り当 てる。 変位コードを染色体とみなして、 遺伝の進化を計算し、 所望の光学像に追 い込む方法である。 この遺伝的アルゴリズムを用いた OP Cの最適化法は特許第 3 5 1 29 54号公報 (以下、 特許文献 4という。) に記載されている。
特開 2002— 3 28457号公報 (以下、 特許文献 5という。) には、 マス クレイァゥト全体ではなく、 部分ごとに図形を変更する方式が記載されている。 その手順は、 まず、 設計レイアウ トデータ中に含まれる捕正対象セルの各々につ いて、 その対象セルの周囲に他図形が存在するかどうかに応じて、 特定の形式で 表現された環境プロファイルを決定する。そして、セル置換テーブルを参照して、 決定された環境プロファイルに対応して置き換えられるべき補正パターンの名前 である置換セル名を読み出し、 補正後レイアウトデータを生成する。 最後に、 読 み出した置換セル名に対応する補正パターンをセルライブラリから取り込んで、 補正完了済みのマスクデータを生成する。 しかし、 この方式では、 補正対象セル について、 想定し得る全ての環境プロファイルについて、 置き換えられるべき最. 適な補正パターンを決定し、 各補正パターンに置換セル名を与え、 前記環境プロ ファイルと置換セル名とを関連付けて、 あらかじめセル置換テ一ブルに格納して おかねばならず、 事前準備に要するコス トが大きく、 多くの記憶領域が必要とな るなどの課題がある。
遺伝的アルゴリズム(Genetic Algorithm; G A)は、集団遺伝学モデルとした 探索手法で、 対象とする問題に依存せずに高い最適化性能を示せるなどの優れた 性能が知られている。 G Aの参考文献としては、 例えば、 出版社 ADDISON- WESLEY PUBLISHING COMPANY, IN が 1 9 8 9年に出版した、 David E. Goldberg 著の 「Genetic Algorithms in Search, Optimization, and Machine LearningJ (以下、 「非特許文献 1」 という。) がある。
G Aでは、 探索問題の解候補を染色体と呼ばれるビット列で表現し、 複数の 染色体からなる集団に対して文字列操作を行い、 生存競争を行わせる。 各染色体 は探索問題そのものである目的関数により評価され、 その結果はスカラー値であ る適応度として計算される。 高い適応度を持つ染色体には、 多くの子孫を残す機 会を与える。 さらに、 集団内での染色体どうしで交叉を行い、 突然変異を施すこ とにより、 新しい染色体を生成する。 このような処理を繰り返すことにより、 よ り高い適応度を持つ染色体が生成され、 適応度の最も高い染色体が最終的な解と なる。
第 1図は、 G Aの最も基本的な計算手順を示すフローチャートである。 各処 理の目的や概要は以下のとおりである。
初期化:解候補としての染色体をランダムに複数生成し、 集団を形成する。 解く べき最適化問題はスカラー値を返す評価関数として表現される。
染色体の評価:評価関数を用いて染色体を評価し、各染色体の適応度を計算する。 次世代集団の生成:遺伝的操作 (選択, 交叉, 突然変異) を用いて、 高い適応度 を持つ染色体ほど多くの子孫を残せる機会を与える。
探索終了基準判定:あらかじめ与えられた条件が満たされるまで、 染色体の評価 と次世代集団の生成を繰り返す。
以下、 第 1図に基づいて遺伝的アルゴリズムの概略を示す。
「初期化」 では、 「染色体表現の定義」 と 「評価関数の決定」 と 「初期染色体 集団の発生」 を行う。
「染色体表現の定義」では、世代交代の際に親の染色体から子孫の染色体に、 どのような内容のデータをどのような形式で伝えるかを定義する。 第 2図に染色 体を例示する。 ここでは、 対象とする最適化問題の解空間の点を表現する D次元 の変数べク トノレ X = (xl, x2, . . ., xD)の各要素 xi (i = 1, 2, . . ., D)を、 M個 の記号 Ai (i = 1, 2, . . ., M)の列で表わすことにし、 これを D X M個の遺伝子 からなる染色体とみなす。 遺伝子の値 Ai としては、 ある整数の組、 ある範囲の 実数値、 記号列などを、 解くべき問題の性質に応じて用いる。 第 2図は、 5次元 すなわち 5変数 (すなわち D = 5 ) の最適化問題の解候補の一つについて、 各変 数を 2種類の記号 { 0, 1 } を 4個 (すなわち M= 4 ) 使用して表現したときの 例である。 このようにして記号化された遺伝子列が染色体である。
「評価関数の決定」 では次に、 各染色体が環境にどの程度適応しているかを 表わす適応度の計算方法を定義する。 その際、 解くべき最適化問題の解として優 れている変数べクトルに対応する染色体の適応度が高くなるように設計する。
「初期染色体集団の発生」 では通常、 「染色体表現の定義」 で決められた規則 に則って、 N個の染色体がランダムに発生される。 これは、 解くべき最適化問題 の特性は不明で、 どのような染色体が優れているのかはまったく不明なためであ る。 し力、し、 問題に関する何らかの先見的知識がある場合は、 解空間において適 応度が高いと予測される領域を中心にして染色体集団を発生させることにより、 探索速度や精度を向上できる場合もある。
「染色体の評価」 では、 集団中の各染色体の適応度を、 前記 「評価関数の決 定 J で定義した方法に基づいて計算する。
「次世代集団の生成」 では、 各染色体の適応度をもとに、 染色体集団に遺伝 的操作を施して、 次世代の染色体集団を生成する。 遺伝的操作の代表的な手続き として、選択、交叉、突然変異などがあり、 これらを総称して遺伝的操作と呼ぶ。
「選択」 では、 現世代の染色体集団から適応度の高い染色体を抽出して、 次 世代集団に残し、 逆に、 適応度の低い染色体を取り除く処理を行う。
「交叉」 では、 選択によって抽出された染色体群の中から、 所定の確率で染 色体対をランダムに選択し、 それらの遺伝子の一部を組み変えることで、 新しい 染色体を作る操作である。
「突然変異」 では、 選択によって抽出された染色体群の中から、 所定の確率 で染色体をランダムに選択し、 所定の確率で遺伝子を一定の確率で変化させる。 ここで、 突然変異が発生する確率を突然変異率と呼ぶ。
「探索終了基準判定」 では、 生成された次世代の染色体集団が、 探索を終了 するための基準を満たしているか否かを調べる。 基準が満たされた場合は、 探索 を終了し、 その時点での染色体集団中で最も適応度の高い染色体を、 求める最適 化問題の解とする。 終了条件が満たされない場合は、 「染色体の評価」 の処理に戻 つて探索を続ける。 探索処理の終了基準は解くべき最適化問題の性質に依存する 力 代表的なものとして次のようなものがある。
- 染色体集団中の最大の適応度が、 ある閾値より大きくなつた。
- 染色体集団全体の平均の適応度が、 ある閾値より大きくなつた。
- 染色体集団の適応度の増加率が、ある閾値以下の世代が一定の期間以上続いた。 - 世代交代の回数が、 あらかじめ定めた回数に到達した。
上記の遺伝的ァルゴリズムを活用した従来の方法では、 必要に応じて O P C を、 半導体チップの回路パターンを定義するマスクの全図形に対して行なってい た。 このため微細化に伴う図形数の増大により、 処理時間が膨大になっている。 実際に 9 0 n mノードデバイスで数十時間の時間を要しているケースがある。 ま た露光にとって極限の解像度でパターンを形成することによる露光コントラス ト の低下のため、 さらなる微細化では O P Cはより複雑かつ図形数の多いものとな る。 6 5 n mノードデバイスではマスクパターン発生にかかる時間は数日にも及 ぶようになって来た。 一方で、 半導体装置の製品サイクルは短くなつており、 O P C処理時間の短縮は極めて大きな課題となっている。
O P C処理時間の増大は、 マスクパターン発生を含む半導体デバイスの製造 T A T (Turn Around Time)を悪化させる一方、 コス トの増大になっている。
従って、 本発明の課題は、 増大する O P C処理時間の短縮を実現し、 半導体 デバイスの製造 TATを短くし、 コストを削減する O P C処理からなるマスクパタ ーン設計方法を提供することである。
また、本発明の他の課題は、実用的な時間でマスクパターン発生を可能にし、 製作期間を短く した電子回路装置および半導体装置の製造方法を提供することで ある。
更に、 本発明の他の課題は、 製作期間の短い半導体デバイスを提供すること である。 発明の開示
本発明の課題解決の手段は、 半導体回路パターンの基本構成をなすセルライ ブラリパターンに予め、 O P C処理を行い、 O P C処理されたセルライブラリノく ターンを用いて半導体チップを作成することを特徴としている。 このとき、 予め
O P C処理されたセルライブラリパターンは、 その周囲のセルライブラリパター ンによって影響されるため、 補正処理 (最適化処理) を行う必要がある。 本発明 では、予め採取した周囲のパターンによる影響度と遺伝的アルゴリズムによって、 上記 O P C処理されたセルライブラリパターンの補正処理を行うことも本発明の 特徴である。 セルライブラリパターンの種類は数百種類あるため、 周囲のセルラ ' イブラリパターンとの組み合わせは、 膨大となる。 周囲のセルライブラリパター ンとの組み合わせによる補正テーブルを利用した補正方法は、 処理時間や管理の 複雑さで実用的でない。 これに対し、 上記遺伝的アルゴリズム等による最適化手 法は、 膨大な組み合わせの最適化を高速に行う方法として優れており、 これらの. 最適化手法を利用することで捕正処理の時間を高速化できるので、 従来の全パタ ーン O P C処理に比べて短時間に補正処理することができる。 これは追い込みェ 数が短い上に、 並列処理に適していることによる。
本発明のマスクパターン設計方法は、 マスクパターンを露光してパターンを 形成する際に生じる形状変化を補正する近接効果補正の処理を施されたセルのラ イブラリを有し、 複数の前記セルライブラリを配置してマスクパターンを設計す る工程と、 前記セルライブラリに施した近接効果補正の補正量を、 周囲に配置し たセルライブラリパターンの影響を考慮して変化させる工程とを含むことを特徴 とする。
また、 本発明のマスクパターン設計方法は、 前記セルライブラリの設計工程 において、 前記近接効果補正を行なうために調整すべき変数を定義し、 登録する 工程を含むことを特徴とする。
さらに、 本発明のマスクパターン設計方法は、 周囲のパターンの影響度を把 握する工程と、 前記変数を最適化する工程によって、 前記セルライブラリの補正 処理を行うことを特徴とする。
さらにまた、 本発明のマスクパターン設計方法は、 前記セルライブラリの設 計工程において、 前記の変数を最適化する工程が、 遺伝的アルゴリズム法等の最 適化手法により行なわれることを特徴とする。 本発明のコンピュータ 'プログラムは、 上記したいずれかのマスクパターン 設計方法を実施する機能を有するアルゴリズムからなることを特徴とする。
本発明の半導体デバイスは、 上記したいずれかのマスクパターン設計方法に より形成されたマスクパターンを用いて製造されたことを特徴とする。
本発明の電子回路装置の製造方法は、 上記したいずれかのマスクパターン設 計方法により形成されたマスクパターンを用いて製造することを特徴とする。
本発明のマスクパターン設計方法は、 前記単体で近接効果補正の処理を施さ れたセルのペリフエラル領域に対し、 周囲に配置したセルライブラリパターンの 影響を考慮して変化させる工程とを含むことを特徴とする。
本発明の半導体装置の製造方法は、 ゲート 'パターンを上記したいずれかの マスクパターン設計方法により捕正したマスクパターンを用いて製造することを 特徴とする。
また、 本発明の半導体装置の製造方法は、 上記したゲート ·パターンの調整 変数が、 グート幅おょぴノまたはグート長であることを特徴とする。
さらに、 本発明の半導体装置の製造方法は、 上記したいずれかのマスクパタ ーン設計方法によりアイソレーション形成用パターンが補正されたマスクパター ンを用いて製造することを特徴とする。
さらにまた、 本発明の半導体装置の製造方法は、 前記アイソレーション形成 用パターンの調整変数が、 アクティブ領域 (拡散層領域) の幅、 後退量、 または 突き出し量、 もしくはこれらの組み合わせであることを特徴とする。
また、 本発明の半導体装置の製造方法は、 上記したいずれかのマスクパター ン設計方法によりコンタクト ·パターンが補正されたマスクパターンを用いて製 造することを特徴とする。
さらに、 本発明の半導体装置の製造方法は、 前記コンタク ト ·パターンの調 整変数が、 高さ、 幅および中心位置であることを特徴とする。
さらにまた、 本発明の半導体装置の製造方法は、 上記したいずれかのマスク パターン設計方法により形成されたマスクパターンを用い、 かつ枚葉処理ウェハ プロセスにて製造することを特徴とする。
従来の O P C処理は半導体チップの回路パターンを定義するマスクの全図形 に対して行なっていたため、 微細化に伴う図形数の増大により処理時間が膨大に なっていた欠点があった。 これに対して、 上記した本発明によれば、 セル単位で まず O P C処理を行い、 このセルの組み合わせでマスクの全図形を構成し、 該マ スクの全図形においてセル間の O P C処理を行うことによって、 大幅に処理時間 を軽減できる。
上記セル単位の O P C処理は、 既存技術でもある程度可能なので、 これを予 めライプリーとして保有しておけば、 上記 O P C処理時間は実質的にセル単位間 の O P C処理が主となる。 本発明によれば、 マスクの全図形に対して行なった場 合に比較し、 組み合わせの数 (パラメータの数) が大幅に減少するので、 これら の最適化への収束時間も大幅に減少する。
本発明の光リソグラフィの光近接補正におけるマスクパターン設計方法およ び設計装置を用いれば、 半導体装置の製造方法における大規模集積回路のマスク パターン設計を高速、 かつ容易にすることができるので、 マスクパターンを作成 する時間が短縮され、 且つ安価に作成できるという顕著な効果が得られる。
図面の簡単な説明 第 1図は、 遺伝的アルゴリズムの処理手順を説明するフローチヤ一トを示す 図である。
第 2図は、 本発明の OP C処理方法に用いられる染色体の表現の一例を示す 図である。
第 3図は、 本発明の有効性を検証するため本発明を適用した SRAMのゲー トに使われているマスクパターンを示す図である。
第 4図 (a) 乃至第 4図 (j ) は、 本発明の検証に用いたマスクパターン P 1乃至 P 1 0をそれぞれ示す図である。
第 5図は、 第 4図 (a) 乃至第 4図 (j ) に示されるマスクパターンの転写 パターンの例と測定箇所を示す図である。
第 6図 (a) は、 第 4図 (a) に示されるマスクパターン P 1の露光パター ン例を示す図である。
第 6図 (b) は、 第 4図 (c) に示されるマスクパターン P 3の露光パター ン例を示す図である。
第 7図は、 第 4図 (c) に示されるマスクパターン P 3の拡大図である。 第 8図は、 第 4図 (a) に示されるマスクパターン P 1の拡大図である。 第 9図は、 第 4図 (a) 及び (c) のマスクパターン P 1及ぴ P 3の露光パ ターンの最適化パラメータの設定箇所を示す図である。
第 1 0図 (a) は、 NANDゲートのシンポ^/を示す図である。
第 1 0図 (b) は、 第 1 0図 (a) の NANDゲートの回路図を示す平面図 である。
第 1 0図 (c) は、 第 1 0図 (a) の NANDゲートのパターンレイアウト を示す平面図である。
第 1 1図は、 第 10図 (c) に示す NAN Dゲートのパターンレイァゥトに おいて、 単位論理セルと断面を定義する破線を表す図である。
第 1 2図 (a) 乃至第 1 2図 (ί) は、 第 1 1図に示す単位セル部を形成す る際に使用するマスクパターンを示す図である。
第 1 3図 (a) 乃至第 1 3図 (e) は、 第 1 1図の破線に沿った断面で、 素 子分離工程までを工程順に示す工程図である。
第 1 4図 (a) 乃至第 1 4図 (e) は、 第 1 1図の破線に沿った断面で、 チ ャネル形成までを工程順に表す工程図である。
第 1 5図 (a) 乃至第 1 5図 (e) は、 第 1 1図の破線に沿った断面で、 配 線の一部の形成までを工程順に示す工程図である。
第 1 6図は、 第 1 2図 (d) に示すマスク M4のマスクパターンの構成図で ある。
第 1 7図は、 第 1 6図における設計目標からの差分寸法を遺伝子表現した例 を示す図である。
第 1 8図は、相対位置に基づきセルのグループ化を行った例を示す図である。 第 1 9図は、 染色体の適応度を得るための寸法の測定箇所を示す図である。 第 20図は、 設計パターンとレジストパターンの差分画像を示す図である。 第 2 1図は、 半導体装置製造プロセスフローを示す図である。
第 22図は、 セル単体での O P Cが施されているセルライブラリのセルを示 す図である。
第 23図は、 第 22図のセルの拡大図である。 第 2 4図は、 ゲート幅 wlの調整変数の実例を示す図である。
第 2 5図は、 コンタクト-拡散層間合わせ余裕 d 1 , d 2の調整変数の実例を 示す図である。
第 2 6図は、 隣接セル間との解像不良 (パターン繋がり不良) 回避の実例を 示す図である。
第 2 7図は、 拡散層へのゲート配線乗り上げ不良回避の例を示す図である。 第 2 8図は、 ゲート長、 隣接セル間との解像不良 (パターン繋がり不良) 回 避余裕 s 4、 拡散層へのゲート配線乗り上げ不良回避余裕 s 3、 アクティブ領域 からの突き出し量 p 1の再 O P C調整部位を示す図である。
第 2 9図 (a ) 及び第 2 9図 (b ) は、 ゲート長 1 1の調整変数の例を示す 図である。
第 3 0図は、 隣接セル間との解像不良 (パターン繋がり不良) 回避例を示す 図である。
第 3 1図は、 拡散層へのゲート配線乗り上げ不良回避の例を示す図である。 第 3 2図 (a ) 乃至第 3 2図 (c ) は、 アクティブ領域からの突き出し補正 の例を示す図である。
第 3 3図は、 コンタクト層のレイアウト例を示す図である。
第 3 4図は、 コンタクト ·パターンの調整変数の例を示す図である。 発明を実施するための最良の形態
以下に、 本発明の実施の形態を図面に基づいて詳細に説明する。 以下の説明 においては、 同じ機能あるいは類似の機能をもった装置に、 特別な理由がない場 合には、 同じ符号を用いるものとする。
(第 1の実施形態)
本発明の有効性を検証するため、第 3図に示す SRAMのゲートに使われている マスクパターンの 1つをセルとして、 これに本発明を適用した。 まず、 周辺環境 によりマスクパターンの転写に影響があるかどうかの検証実験を行った。 次に、 その中でも影響が最も強いパターンに、 本発明手法である遺伝的ァルゴリズムを 用いたパターン設計手法を適用し、 最適化できるかどうかの検証実験を行った。 以降で述べる実験では、表 1に示すようなリソグラフィ条件の下、検証を行った。
〔表 1〕
Figure imgf000016_0001
なお、 上記転写パターンは、 光学シミュレーション ' ソフトによって生成さ れる。 該ソフトは、 例えばリソテックジャパン社の 「S O L I D— C j が知られ ており、当業者に周知である(参照 U R L;く http :〃丽 w. ltj. co. jp/index. html» D
(検証実験 1 )
まず、 マスクパターンが周辺環境の違いにより、 影響があるかどうかの検証 実験を行った。 第 4図 (a ) 〜第 4図 (j ) に検証に用いたマスクパターン P 1 07022
15
〜P 1 0をそれぞれ示す。 これら 1 0のマスクパターンは、 90 nmの幅で設計 されているため、 理想的な線幅は 90 nmとなっている。 本実験では、 これらの 転写パターンを作成し、 第 5図 (第 3図の S 1 2の拡大) に示す幅 A (S 3 1) と間隙 B (S 3 2) の長さの 2つの値を評価値として比較することで、 周辺環境 の影響を検証する。
表 2に上記マスクパターン P 1〜P 1 0の転写パターンの 2つの評価値を示 す。
〔表 2〕
Figure imgf000017_0001
パターン P Iでは、 周辺環境の影響がまったくないため、 理想的な線幅とな つているが、 パターン P 2や P 3などは、 周辺からの影響が大きく、 P 1と比較 すると、線幅 S 3 1も間隙 S 3 2も大きくずれていることがわかる。 第 6図 (a ) 及び第 6図 (b ) に、 理想的なパターン P 1の転写パターンと、 もっとも影響の 大きいパターン P 3をそれぞれ示す。 パターン P 3は、 線幅 S 3 1や間隙 S 3 2 でなく、 全体的に大きな影響を受けていることがわかる。 また、 その他のパター ンの評価値を比較すると、 周辺環境の違いにより、 各パターンの転写パターンへ の影響度合いが異なることがわかる。 実際のマスクパターンは、 さまざまなセル が組み合わされて用いられるため、 各セルによる影響も非常に大きく、 複雑にな つてくることが予想できる。したがって、同じ設計のマスクパターンにおいても、 周辺環境に合わせた O P Cマスクの複雑な最適化が必要不可欠である。
(検証実験 2 )
検証実験 1で実証された、 周辺環境による影響が、 本発明の手法により解決 されるかどうかの検証実験を行った。 本検証実験では、 最も簡単な例として、 検 証実験 1において最も影響のあったマスクパターン P 3 (第 7図) を、 最も理想 に近いマスクパターン P 1 (第 8図) を目標に、 最適化するシミュレーションを 行った。 本シミュレーションにおいて、 第 9図 (第 3図の S 1 2の転写パタ^ "ン の拡大) に示したセル内の 2箇所 S 7 1及び S 7 2を最適化パラメータとして、 本発明手法による最適化が行われた。
以下に、 遺伝的アルゴリズムの適用方法について述べる。 遺伝的ァルゴリズ ムの計算手順は、 上記背景技術において述べた通りであるため、 ここでは各ステ ップの詳細について説明する。
[初期化:染色体表現の定義]
本シミュレーシヨンでは、 第 9図に示す S 7 1と S 7 2を最適化パラメータ とすることから、 変数べク トル Xを X = (x l, x2)のように 2次元べク トルとみな し、 各要素 xi (i = 1, 2)を実数で表現する。 なお、 S 7 3は常に S 7 2と等し い値を取るものとした。
[初期化:評価関数の決定]
適応度を陽関数で定義することはできないため、 以下のような、 4ステップ からなる適応度計算の手続きを採用する。
ステップ ( 1 ):染色体から一意に定まる変数べクトルを用いて、 図形パター ンを再構成する。
ステップ (2 ) :光学シミュレーションを行い、 露光パターンを計算する。 ステップ (3 ):計算された露光パターンについて、第 5図における S 3 1と
S 3 2における寸法を計測し、 設計値との誤差の和を計算する。
ステップ(4 ):ここでの目標は、設計値に限りなく近い露光パターンを得る ことであるため、 誤差が小さいほど良い。 そこで、 計測された誤差の和の逆数を 適応度とする。
[初期化:初期染色体集団の発生]
上記 「初期化:染色体表現の定義」 において決められたルールに従い、 ここ では 2つの実数値要素からなるベタトルを染色体とする。 染色体数 Nは 1◦ 0と し、 擬似乱数発生器を使用して 1 0 0個の染色体をランダムに生成する。
[染色体の評価]
上記 「初期化:評価関数の決定」 において決められた、 染色体の評価手順に 従って、 全ての染色体を評価し、 適応度を計算する。 .
[次世代集団の生成:選択] 本実施形態では、 ルーレット選択を使用する。 これは、 各染色体が次世代に 生存できる確率を適応度に比例させる方式である。 すなわち、 適応度が高ければ それだけルーレツト上の配置が多くなり、 ルーレツトを回した時の当たる確率が 大きくなる。 具体的には、 染色体集団のサイズを N、 i番目の染色体の適応度を Fi、 全染色体の適応度の総和を∑としたとき、 各染色体を (Fi÷∑) の確率で 抽出する手続きを N回繰り返すことで実現される。 上記の場合、 染色体数は 1 0 0なので、 1 0 0回繰り返すことにより次世代の染色体 1 0 0個が選ばれること になる。
[次世代集団の生成:交叉]
本実施形態では、 一様交叉を使用する。 これは、 各染色体集団から 2つの染 色体を選び出し、 各遺伝子座において、 遺伝子である変数を交換するかどうかを ランダムに決定する方法である。 具体的には、 選び出された 2つの染色体を、 そ れぞれ X1 = (x1 x )と X2
Figure imgf000020_0001
x2 2)とし、 1ノ 2の確率で 0または 1 を出力する乱数発生を 2回行う。 1度目の乱数は、 1番目の遺伝子座に対するも ので、 1ならば X1ェと x を交換し、 0ならば交換しない。 2番目の遺伝子座に 対する処理も同様である。
[次世代集団の生成:突然変異]
本実施形態では、 一様分布に従う突然変異率 PMで選び出された遺伝子座に 対し、正規分布に従って生成された乱数を足し合わせる処理を採用する。ここで、 突然変異率 PM= 1 5 0、 正規分布の平均 u = 0、 標準偏差 σ = 5 Χ1(Γ9 に設 定した。
[探索の終了条件] 本実施形態では、 設計値との誤差が 0である染色体が発見されたとき、 ある いは染色体の評価を 5 0 0◦回行ったときに探索を終了することにした。
以上のような遺伝的アルゴリズムを用いて検証実験を行った結果、 第 9図に 示したパラメータを最適化することにより、 表 3のような結果が得られた。 表 3 により、 転写パターンの幅 S 3 1力、 第 7図の周辺環境では検証実験 1の表 2の ように約 1 6 n m狭くなつていたもの力 発明手法により理想的な第 8図に近い、 約 9 0 n mに最適化されたことがわかる。
〔表 3〕
Figure imgf000021_0001
この実験により、 本発明手法がマスクパターン設計における、 周辺環境から の影響による転写パターンのずれを最適化できることが確認された。
なお、 本実施形態では S 3 1と S 3 2の誤差の単純和を用いた場合を説明し た。 単純和は汎用的であるが、 場所の重要度に応じて重みをつけて和をとる方法 も有用である。 例えばゲートとなる線幅 S 3 1の寸法制御が重要である場合は S 3 2の値に対し、 2或いは 3等の係数を乗ずることにより必要な部分の精度が相 対的に向上する。
(第 2の実施形態)
( 1 ) 構成ノプロセスの説明 本発明のマスクパターン設計法で設計したマスクを用いて、 半導体集積回路 装置の製造を行った他の例について説明する。
第 1 0図 (a) 〜 (c) は 2入力の NANDゲート回路 NDを表わし、 第 1 0図 (a) はシンボル図、 第 1 0図 (b) はその回路図、 第 1 0図 (c) はレイ アウト平面を示す。 第 1 0図 (c) において、 一点鎖線で囲まれた部分は単位セ ル 1 1 0であり、 p型ゥエル領域 PWの表面の n型半導体領域 1 1 I n上に形成 された 2個の nMO S部 Q nと、 n型ゥエル領域 NWの表面の p型半導体領域 1 1 1 p上に形成された 2個の pMOS部 Qpとから構成される。 この構造を作製 するために、 第 12図 (a) 〜第 1 2図 (ί) に示すようなマスク Μ1〜Μ6を 順次用いて、 通常の光リソグラフィによるパターン転写を繰り返し用いた。 この うち、 マスク Μ1〜Μ3は比較的大きなサイズのパターンを有しているので、 パ ターンの O P C処理は行なわなかった。 図中 1 0 1 a、 1 01b, 1 0 1 c は光透 過部、 1 02a、 1 02b、 1 02c はクロム膜による遮光部である。 一方、 マス ク M 4〜M 6は微細なパターンを有するので、 本発明のパターン設計法を用いて パターン図形の輪郭やサイズを適宜変更し、 最適化を行なった。 図中 1 0 1 d、 1 01e、 1 0 1 f は光透過部、 1 02 d、 1 02 e、 1 02 f は遮光部である。
第 10図 (c) と同様のレイアウトを表す第 1 1図において、 破線に沿った 断面を想定し、 その断面図を用いて、 チャネル Qp、 Qnを形成するまでの工程 を第 1 3図 (a) 〜 (e) 及び第 14図 (a) ~ (e) に工程順に示す。 P型の シリコン結晶からなるウェハ S (W)上に、 例えばシリ コン酸化膜からなる絶縁膜 1 1 5を酸化法によって形成した後、 その上に例えばシリコン窒化膜 1 1 6を C VD (Chemical Vapor Deposition)法によって堆積し、 更にその上にレジスト膜 1 1 7を形成する (第 1 3図 (a))。 次に、 マスク Mlを用いて露光現像処理を行 なってレジストパターン 1 1 7a を形成する (第 1 3図 (b))。 その後、 レジス トパターン 1 1 7a をエッチングマスクと してそこから露出する層 1 1 5、 1 1 6を順に除去し、 更にレジストを除去してウェハ S (W)表面に溝 1 1 8を形成す る (第 1 3図 (c))。 次いで、 例えば酸化シリ コンからなる絶縁膜 1 1 9を CV D法等によって堆積した後 (第 1 3図 (d))、 例えば化学機械研磨法 (CMP : Chemical Mechanical Polishing) 等によって平坦化処理を施すことにより、 最終 的に素子分離構造 SGを形成する (第 1 3図 (e))。 本実施形態では、 SGを溝 型分離構造としたが、 これに限定されることなく、 例えば L O C O S (Local Oxidization of Silicon)法によるフィールド絶縁月莫で構成しても良い。
続いて、 マスク M2を用いて露光現像を行なってレジストパターン 1 1 7 b を形成する。 n型ゥエル領域を形成すべき領域が露出されるので、 リンまたはヒ 素等をイオン注入して n型ゥエル領域 NWを形成する (第 14図 (a))。 同様に マスク M3によりレジストパターン 1 1 7 cを形成後、 例えばホウ素等をイオン 注入して!)型ゥエル領域 PWを形成した (第 14図 (b))。 次に、 酸化シリ コン 膜からなるゲート絶縁膜 1 20を熱酸化法によって厚さ 3nmに形成し、 さらにそ の上に多結晶シリコン層 1 1 2を CVD法等によって堆積する(第 14図(c))。
続いてレジスト塗布後、 マスク M4を用いてレジストパターン 1 1 7 dを形 成し、 多結晶シリコン層 1 1 2のエッチングとレジスト除去により、 ゲート絶縁 膜 1 20とグート電極 1 1 2 Aを形成した (第 1 4図 (d))。 その後、 ソースや ドレイン領域、 配線層としても機能する nチャネル MOS用の高不純物濃度の n 型半導体領域 1 1 1 nと pチャネル MOS用の高不純物濃度の p型半導体領域 1 1 1 pを、 イオン打ち込みや拡散法により、 ゲート電極 1 1 2 Aに対して自己整 合的に形成し、 チャネル Qp及びチャネル Qnを形成した (第 14図 (e))。
以後の工程で、 配線を適宜選択することにより 2入力の NANDグート群を 製作した。 ここで、 配線の形状をかえれば、 例えば NORゲート回路等、 他の回 路を形成できることは言うまでもない。 ここでは、 第 1 2図 (e) 及び第 1 2図 ( f ) にそれぞれ示すマスク M 5及ぴ M 6を用いて 2入力の NANDゲートの製 造例を引き続き示す。
第 15図 (a) 〜第 1 5図 (e) は、 第 1 1図に示す破線に沿った断面図で あり、 配線形成工程を示している。 2個の nチャネル MO S部 Qnと 2個の pチ ャネル MO S部 Q pの上に、 層間絶縁膜を、 例えばリンがドープされた酸化シリ コン膜からなる層間絶縁膜 1 2 la を CVD法で堆積する (第 1 5図 (a))。 続 いてレジストを塗布し、 マスク M 5を用いてレジストパターン 1 1 7e を形成し た後、エッチング処理によりコンタク トホール CNTを形成する (第 1 5図(b))。 レジスト除去後、 タングステンやタングステン合金等または銅等の金属を埋め込 むと同時に、 更にこれらの金属層 1 1 3を形成する (第 1 5図 (c))。 続いてレ ジストを塗布し、 マスク M6を用いてレジストパターン 1 1 7f を形成した後、 エッチング処理により配線 1 1 3A〜 1 1 3 Cを形成した (第 1 5図 (d))。 以 後、 層間絶縁膜 1 2 1b を形成し、 更に他のマスク (図示せず) を用いてスルー ホール TH及び上層の配線 1 14 Aを形成した (第 1 5図 (e))。 部品間の結線 も同様な工程を必要な分だけ繰り返したパターン形成により行ない、 半導体集積 回路装置を製造した。
以上、 本発明の方法を適用することにより、 パターン精度を保証し信頼性の 高いマスクを用いて、 半導体集積回路装置を製造できるようになつた。
セルライブラリを構成する上記マスクのうち、 特にマスク M4における遮光 パターン 1 0 2 dは、 最も寸法の短いゲートパターンを構成し、 転写パターンの 寸法の要求精度も最も厳しい。 そこで、 マスク M4 (第 1 2図 (d)) に示すセル ライブラリパターンをマスク全面に配置する際に、 本発明の方法を採用した。
マスクパターンの全体は複数のセルから構成され、 それぞれのセルには I型 の図形が 2つ並んでいる (第 1 6図)。 各セルは、 同図に示すように、 から P i。までの 1 0個の調整箇所を有する。 よって、 セルの数を Nc.e! i個とすると、 マスクパターン全体で (Nc e l l X 10) 個のパラメータを調整する必要がある。
[初期化:染色体表現の定義]
本実施形態において、 各変数は図形の寸法を直接的に示す実数として扱う。 すなわち、 変数べクトル Xの各要素 Xi (i = 1, 2, ... , 10)を実数で表現し、, そ れぞれは第 1 6図における (i = 1, 2, ..., 10)に対応するものとする。
このとき、 寸法そのものの値ではなく、 設計目標からの差分を遺伝子表現す ることも可能である。 たとえば第 1 7図の場合、 網掛け図形は OPCが施された マスクパターンであって、 一つの 「I」 型図形の上側横棒と下側横棒は、 一転鎖 線で示す設計目標に対して上下対称かつ左右対称に付加され、 さらに縦棒も左右 対称に太さを変更することが可能で、 各寸法 ii (i = 1, 2, ..., 10)が指定され ることにより、マスクパターンが一意に決定される。すなわち、 変数べク トノレ X = (qi) q2, ..., q10)を染色体と見なすことで、 遺伝的アルゴリズムにより最適な マスクパターンが求められる。
なお、本実施形態では、同種のセルが Nc e 1 i個並んだマスクパターンを取り 扱うため、染色体の長さも Nc e l i倍となり、 X= (X1 X2 .. XNc e l l) = (x1 1, ..., χ1 10, ..., xNc e 1 1い ..·, xNc e 1 1 10)となる。 ここで、 Xjは j番目のセルに 含まれる図形形状を指定するための、 1 0個の要素からなる変数べクトルを示し、 xj iは j番目のセルに対応する変数べク トルの i番目の要素を示すものとする。
また、 上記変数べクトル Xの各要素 Xiを実数値表現するのではなく、 上限値 と下限値、 量子化ステップ数を決めることで、 n進数表現してもよい。
メモリなど、 同じセルが規則的に繰り返し配置して使用される場合、 全セル の変数べク トルの全てを対象として最適値探索を行うのではなく、 グループ化し て染色体の長さを縮小し、 最適化を容易にすることができる。 たとえば第 1 8図 において、 全てのセルが同種の図形パターンで構成され、 その図形が左右対称、 上下対称であると仮定した場合、.全セルの変数べク トルを全て最適化対象とする のではなく、 タイプ Aから Fまでの 4種類に分類し、 4個のセルの図形を定義す る変数ベクトル (X1 X2 .. X4)だけを最適化し、 その結果をタイプ別に全てのセ ルへ適用することで、 マスク全体を調整したことと同様の効果を得ることができ る。 例えば、 第 1 8図において、 セル 8 1は周囲 8つのセルの内、 上側および左 側の 5つのセノレが存在せず、 右側および下側の 8 2, 8 3, 84の 3つのセ が 存在する。 また、 セル 81及びその周囲のセル (82, 8 3, 84) に対して、 セル 90及びその周囲のセル (8 9, 92, 9 1) は左右対称に配置され、 セル 87及びその周囲のセル (8 8, 85, 86) は上下対称に配置されている。 従 つて、 セル 8 1の最適化の結果をセル 90やセル 8 7にも用いることができる。 このようにして最適化の調整過程を省略することができる。
[初期化:評価関数の決定] 染色体の適応度を得るための方法として、 ここでは第 1の実施形態と同様の 手続きを採用する。 ただし、 ステップ (3 ) における寸法の測定は第 1 9図に示 す 4箇所で行った。 通常の半導体チップの製造において、 要求される寸法精度に 関して、 わずかな誤差も許されない部分や、 精度が要求されない部分が混在して いる。 そこで、 高い精度が要求される部分を選択的に寸法計測して適応度計算を 行うことにより、 マスク設計者の意図を反映した最適化を容易にすることができ る。 同様に、 マスク設計段階において、 光近接効果の出やすい箇所を特定するこ とが可能な場合、 適応度を算出するときに、 その部分に大きく重み付けを施すこ とにより、 調整の難しい箇所から優先的に最適化を容易にすることができる。
本実施形態では、 シミュレーションにより予測されたレジス トパターンと設 計値とを比較するため、 適応度計算のステップ (3 ) において、 数箇所の寸法を 計測していたが、 第 2 0図のようにレジストパターンと設計パターンの差分図形 の面積を使用することにより、 寸法計測されない箇所での予期しない異常を漏れ なく検出することが可能となる。 この場合、 差分図形の面積の逆数などを評価値 として、 遺伝的アルゴリズムによるパラメータ最適化が行われる。
また、 適応度計算のステップ (4 ) において、 誤差の和の逆数を適応度とし て採用したが、 あらかじめ決めた定数からの減算値を適応度としてもよレ、。
さらに、 適応度計算のステップ (2 ) において、 酸拡散のシミュレーション も併せて行うことにより、 レジストパターンをより正確に予測できるようになる ため、 最適化の精度を向上させることができる。
[初期化:初期染色体集団の発生]
第 1の実施形態と同様に、 ランダムに初期染色体集団を発生させる。 探索速 度を向上させるために、 モデルベース〇 P Cで捕正した結果に微小な摂動をかけ た初期集団からスタートしてもよい。
[染色体の評価]
第 1の実施形態と同様に、 上記 「初期化:評価関数の決定」 において決めら れた、 染色体の評価手順に従って、 全ての染色体を評価し、 適応度を計算する。
[次世代集団の生成:選択]
第 1の実施形態と同様に、 ルーレッ ト選択法を使用する。 トーナメント選択 法やランク選択法などの交叉方式や、 M G G (Minimal Generation Gap) 方式な どの世代交代モデルを使用してもよい (参考文献:佐藤ら, 「遺伝的アルゴリズム における世代交代モデルの提案と評価」, 人工知能学会誌, Vol. 12, No. 5, 1997)。
[次世代集団の生成:交叉]
第 1の実施形態と同様に、 一様交叉を使用する。 その他に、 ランダムに選択 された遺伝子座を交換するのではなく、荷重平均して得られる値を用いてもよい。
探索速度や精度を向上させるため、 実数値表現された染色体向きに開発され た交叉方式である UNDX (Unimodal Normal Distribution Crossover)やシンプレ タス交叉、 EDX (Extrapolation- directed Crossover)などを使用してもよい (参 考文献:佐久間ら, 「実数値 GAによる非線形関数の最適化:探索空間の高次元化 における問題点とその解決法」, 第 1 5回人工知能学会全国大会 第 2回 AI若手 の集い MYC0M2001, 2001)。
染色体を 2値ベクトルで表現する場合には、 一様交叉以外に、 多点交叉を使 用することもできる。
[次世代集団の生成:突然変異] 第 1の実施形態と同様に、 正規分布に従って生成される乱数を用いた突然変 異を使用する。 探索速度や精度を向上させるため、 集団全体の適応度の向上速度 を監視し、 一定期間以上向上しなかった場合に突然変異率を一時的に増大させる Adaptive Mutation法を併用してもよレヽ。
[探索の終了条件]
第 1の実施形態と同様に、 設計値との誤差が 0若しくは一定値以下となった 場合、あるいは染色体の評価回数が一定値以上になった場合に探索を終了させる。
以上が、本実施形態で用いた遺伝的アルゴリズムの説明であるが、山登り法、 シンプレックス法、 最急降下法、 焼きなまし法、 動的計画法など、 他の探索手法 を併用することにより、 探索速度や精度を向上させることができる。 また、 遺伝 的アルゴリズム以外にも、 進化戦略 (Evolution Strategy ; E S ) や、 遺伝的プ ログラミング (Genetic Programming ; G P ) など、 他の盲目的探索手法あるいは 確率的探索手法を使い分けることにより、 一層の探索速度向上と精度向上を実現 できる。
以上において、 予め O P C処理を行ったセルライブラリを用いて半導体チッ プを作成し、 周囲のセルライブラリの影響を高速処理が可能な遺伝的ァルゴリズ ムを利用して最適化するので、 従来の全てのパターンに対し O P C処理を行う方 法に比べて、 処理時間を 1 0分の 1以下に短縮できる。
(第 3の実施形態)
第 1の実施形態記載のマスクパターン生成方法を用いて S R AM部分と論理 回路部分を持つシステム L S Iを製造した。 そのシステム L S Iの最小ゲート幅 は 4 0 n mで、 最小ピッチは 1 6 0 n mである。 論理回路部は任意ピッチ配線を 許し、 セル間では最小間隔以外の配置制限も設けていない。 このため従来からの IPが継承でき、 プラットフオームとしての展開性が高く、 多品種に応用できるレ ィァゥトルールとなっている。
上記緩いレイァゥトルールの下でこの寸法の補正パターンをルールベース o P Cで作成すると、 アクティブ領域内でのゲートパターン寸法に部分ばらつきが 生じる。 例えばパッドに近い根元の部分ではくびれや太りが生じ、 これが原因で デバイス特性を劣化させていた。 また露光量変動やフォーカス変動に対する露光 マージンが少なく、 半導体装置としての歩留まりが低いという問題があった。 ま た市販のモデルベース O P Cでマスク作成パターンを生成すると 7日という長い 時間がかかった。
システム L S Iは特定ユーザ向けのものであり、 製品サイクルが短く、 短期 間に製造する必要がある。 その期間が生命線で、 デバイスとしての価値ばかりで なく、 それを組み込んだ製品の市場性をも左右する。 枚葉処理で優先的に処理す るとウェハプロセス期間は最短で 2週間であり、マスク供給は迅速となる。従来、 マスク作成パターンの生成期間を実用的な 1日程度にするためには、 部分的にル ールベース O P Cを適用するしかなく、 前述のように歩留まりの低下などの問題 を引き起こしていた。 第 1の実施形態記載のマスクパターン生成方法を適用する ことにより、 マスクパターン作成に要する時間は 1日で、 しかもモデルベース o P Cを全面に適用した場合と同等のデバイス特性及ぴ歩留まりを得ることができ た。 なお、 ウェハプロセスに枚葉処理を適用することにより、 ウェハプロセス待 ち時間を低減でき、 マスク供給速度とのバランスが取れてシステム L S Iの出荷 タイミングが早まるという効果が得られた。 以上について、 第 2 1図を引用しながら説明を加える。 第 2 1図はシステム
L S I のマスクパターンデータ準備、 マスク作製、 およびウェハプロセス工程を フローチャートの形で示したものである。 左側にマスクパターンデータ準備工程 を、 中央にマスク作製を、 そして右側にウェハプロセス工程とタイミングを示し ている。
論理設計を基にパターンレイァゥト設計が終わると、 L S Iの製造が始まる。 ウェハプロセスフローとしては、 アイソレーション (アクティブ領域間の分離) を作るための成膜、 リソグラフィ、 エッチング、 絶縁膜埋め込み、 より平坦化を するための C M Pダミーパターン作製のためのリソグラフィ、 エッチング、 C M Pと続いてアイソレーションを形成する。 その後インブラ打ち分け用の!)ソグラ フィ、 インプラを行ってゥエル層を形成し、 ゲート用成膜、 リソグラフィ、 エツ チング、 インブラ打ち分け用のリソグラフィ、 インブラ、 L D D用成膜、 L D.D 加工、 インプラを行ってゲートを形成する。 その後絶縁膜を成膜し、 コンタク ト 孔用リソグラフィ、 エッチングを行って導通孔を空け、 導電膜を形成後リソダラ フィとエッチングを行い、 配線層を形成する。 その後図示はしていないが層間絶 縁膜の形成と開口の形成、導電膜の被着、 C M Pにより層間配線を形成していく。
このウェハプロセスフローに対応するようにマスクを準備する必要がある。 マスクは大別して寸法精度の必要なクリティカル層用とノンクリティカル層用と があり、 前者はデータ量の膨大な O P Cが必要である。 後者は簡易化した O P C か単なる図形演算、 あるいはデータそのもので十分である。 クリティカル層の代 表はアイソレーション、 ゲート、 コンタクト、 第 1、 第 2配線である。
マスクパターン O P Cデータはまずクリティカル層か否かを判断後、 作製手 順に入る。 まず、 必要なアイソレーション用の準備を行う。 次いで、 すでに作ら れている O P E (Optical Proximity Effect) 補正用セルライブラリから適合す るものを抽出し、 それらのパターンを組み合わせて第 0次の O P C済みパターン を組み上げる。 そして第 1の実施形態の遺伝的アルゴリズム手法を基にして隣接 パターンの影響を考慮した捕正を行って最終的な O P Cパターンを作り、 そのデ ータを基にマスクを作製する。 次に同じ手法でゲート層、 コンタク ト層、 配線層 のパターンデータおよびマスクを準備していく。 ここでは各層を直列に準備して いく手順を示したが、 並行して準備しても良い。 但し、 並行する場合はデータ作 成のシステムが複数必要となり、 大きな設備が必要となる。 各層を直列に処理で き、 その処理速度がウェハプロセス処理のタイミングと合うものであればシステ ムを小型化できるというメリットがある。 ノンクリティカル層は前述のように別 パスを使ってマスクパターンデータが準備される。
クリティカル層であるアイソレーション層は頭出しの層なので、 そのマスク 準備が遅れると、 ウェハ払い出しも遅れることに直結する。 このためアイソレー シヨン層のマスクパターンデータの完成期間はとても重要である。 本実施形態で はマスク作製とあわせても 1日で準備でき、 通常の 2日に比べ半減できた。
次のゲート層用リソグラフィまではこの大分類での工程数で 9工程、 洗浄な どの詳細工程まで含めると約 5 0工程(図示せず)有るが、 枚葉処理で処理すれば 2日で処理できる。 この間にゲート層用マスクを準備しないと待機によるロスが 生じる。 ゲートは極めて高い寸法精度が要求されるため、 従来法によれば、 マス ク描画、 検査のための時間が約 1日かかり、 マスクパターンデータの準備のため に 7日かかった。 このように、 従来法の場合、 データ作成設備を大型化し、 アイ ソレーションパターン作成と並行してデータ作成に取り掛かっても、 ウェハ処理 のスピードに追いつくようにマスクパターンデータの準備をすることが極めて困 難であった。 これに対し、 本実施形態によれば小型のパターンデータ作成設備で あっても 1日でマスクパターンデータの準備をすることができた。
ゲートパターンには高い寸法精度が要求されるので、 ルールベース〇 P Cで はデバイス特性を十分に確保するのが難しく、 かといつてモデルベース O P Cで は複雑な処理になるのでゲートパターンの作成のために多大の時間がかかるとい う問題があり、 この問題は、 他の層における場合より重大である。 このため本実 施形態の製造方法は特にグートパターン作成に有効であった。
(第 4の実施形態)
本発明の調整すべき変数の他の実施形態を示す。 第 2 2図の 1 0 0 1は対象 としたセルライプラリのセルで、 この中に形成されたパターンはセル単体での O P Cが施されている。 この中で周囲の影響により O P Cの修正を受けるパターン の含まれる領域がハッチングされたペリフエラル領域でその領域の幅 1 0 0 2は 露光装置の露光波長; Iと使用したレンズの開口数 N A、 および使用したレジス ト の酸拡散定数、 規格寸法精度などに依存するが、 約 2 λ /Ν Αである。
このペリフエラル領域にあるパターンレイァゥト例を第 2 3図に示す。図中、 1 0 0 3はセル部境界領域、 1 0 0 4はァクティブ領域(拡散層領域)、 1 0 0 5 はゲートおよぴゲート配線、 1 0 0 6は導通孔(通例コンタクトと称す)を示す。 アクティブ領域 1 0 0 4の外側はフィールドと呼ばれる半導体基板との絶縁領域 で、 アイソレーションと呼ばれる領域である。 セルとセルとの配置の関係で、 セ ル単位で〇 P C処理された後に補正処理が必要となる部分をアクティブ層 (アイ ソレーシヨン層)、 ゲート層、 およびコンタク ト層に分けて説明する。
[アイソレーション層]
第 2 3図に示されたゲート幅 w 1、 コンタク ト-拡散層間合わせ余裕 d 1、 d 2、 隣接セル間との解像不良 (パターン繋がり不良) 回避余裕 s 1、 拡散層への ゲート配線乗り上げ不良回避余裕 s 2が再 O P C調整部位である。 ゲート幅 w l が規格の精度に収まらない場合は狭チャネル効果によるトランジスタ特性の劣化、 コンタクト-拡散層間合わせ余裕 d 1、 d 2が取れなくなると接触抵抗の増加によ る導通不良が起こる。
アクティブ領域の調整すべき変数の例を第 2 4図〜第 2 7図を引用して説明 する。 第 2 4図はゲート幅 w 1の調整変数の実例で、 幅 m w lを前述の遺伝的ァ ルゴリズム手法を用いて調整する。第 2 5図はコンタクト-拡散層間合わせ余裕 d 1、 d 2の調整変数の実例で、 拡散層の端を幅 h l、 長さ h 2のハンマーヘッド 状に変形し、 前述の遺伝的アルゴリズム手法を用いて調整する。 第 2 6図は隣接 セル間との解像不良 (パターン繋がり不良) 回避の実例で、 アクティブ領域 1 0 0 4の先端の後退量を変数 i 1とする。 第 2 7図は拡散層へのゲート配線乗り上 げ不良回避の例で、 グート配線 1 0 0 5に対向する部分の後退領域の長さ i 3と 幅 i 2が変数である。 これらの変数を前述の遺伝的アルゴリズム手法を用いて調 整する。
[ゲート層]
第 2 8図に示されたゲート長 1 1、 隣接セル間との解像不良 (パターン槃が り不良) 回避余裕 s 4、 拡散層へのゲート配線乗り上げ不良回避余裕 s 3、 ァク ティブ領域からの突き出し量 P 1が再 O P C調整部位である。 ゲート長 1 1が規 格の精度に収まらない場合はトランジスタの閾値電圧コントロールがままならな くなつてトランジスタ特性が大いにばらつくため、 回路動作が不安定となる。
ゲートおよびゲート配線パターンの調整すべき変数の例を第 2 9図 (a ) 及 び (b ) 〜第 3 2図 (a ) 乃至 (c ) を引用して説明する。
第 2 9図 (a ) 及ぴ (b ) はゲート長 1 1の調整変数の実例である。 ゲート 長は最も敏感にトランジスタ特性に影響を与える寸法なので、 特に高い寸法精度 が要求される。 通常グート配線の一部に配線層と導通を取るためのパッドが形成 されるため、 その部分からの回折光の影響を受けて転写パターンが変形する。 少 なくともアクティブ領域上でその変形を防止するために、 第 2 9図 (a ) の 1 0 0 5 aに示すような複雑な O P Cをかけている。 ここではまずはセル単独の場合 で所望の寸法精度が得られるように O P Cをかけておく。 その後、 外周に配置さ れた別のセルパターンを参照して、 第 2 9図 (b ) に示すようにその O P Cの外 形を維持したまま、 線幅 milを変数にして前述の遺伝的アルゴリズム手法を用い て調整した。
第 3 0図は隣接セル間との解像不良 (パターン繋がり不良) 回避例である。 セル単独の場合の O P Cがかかったゲート配線パターン 1 0 0 5 aの先端後退量 mhl を変数とする。 第 3 1図は拡散層へのゲート配線乗り上げ不良回避の例で、 この場合の変数は拡散層 (アクティブ層) 1 0 0 4に対向するゲート配線の後退 部の幅 i 4と奥行き ί 5が変数である。
第 3 2図 (a ) 〜 (c ) はアクティブ領域からの突き出し補正の例である。 設計レイアウトは第 3 2図 (a ) に示すような矩形なレイアウトであるが、 実際 パターン転写を行なうと、 露光光の回折およびレジストの酸拡散などの効果によ つてパターン端が第 3 2図 (b ) のように丸まった形状となる。 この丸まり部が ァクティブ領域にかかるとパンチスルーなどの現象により トランジスタ特性が劣 化する。そこで一定量以上の突き出しが確保されなければならない。第 3 2図( c ) に示すように、 この場合の変数はゲート端に幅 h3、 長さ h4のハンマーヘッドと した。 これらの変数を前述の遺伝的アルゴリズム手法を用いて調整した。
[コンタクト層]
第 3 3図にコンタク ト層のレイァゥト例を示す。 外部セルの影響を受けて O P Cを捕正処理するパターンは、 外部セノレのパターン 1 0 0 8 a〜 eからの相互 作用領域 1 0 0 9 a〜 eにかかるパターンで、 図中 1 0 0 6 a〜eで示される。 これらの相互作用領域の半径はレジストの酸拡散定数、 規格寸法精度などに依存 するが、 約 2 ZNAである。 第 3 4図に示すように、 この再 O P Cのかかるパ ターン 1 0 0 6 f の変数は高さ h5、 幅 h6であり、 またその中心位置 1 0 2 0も 変数として位置ずれ補正も行なう。 これらの変数を前述の遺伝的アルゴリズム手 法を用いて調整した。 産業上の利用可能性
以上説明したように、 本発明の光リソグラフィの光近接補正におけるマスク パターン,設計方法および設計装置を用いれば、 半導体装置の製造方法における大 規模集積回路のマスクパターン設計を高速、 かつ容易にする。 従ってマスクパタ —ンを早く、安価に作ることができるので、大規模集積回路を効率的に製造でき、 製造された大規模集積回路の断線等の故障の発生も少なく、 従って信頼性が向上 し、 歩留まりも改善される。 また、 マスクパターンの設計時間が従来より約 1桁短縮されることにより、 マスクパターンを大量に使うカスタム I c等のコスト · ダウンが図れ、 産業上の 応用分野も拡大する効果がある。 例えば、 多品種少量生産のデジタル情報家電に 向けたシステム L S Iの開発に低コス トで対応することができる。

Claims

36
請 求 の 範 囲
マスクパターンを露光してパターンを形成する際に生じる形状変化を補正 する近接効果補正の処理を施されたセルのライブラリを有し、
複数の前記セルライブラリを配置してマスクパターンを設計する工程と、 前記セルライブラリに施した近接効果補正の補正量を、 周囲に配置したセ ルライブラリのパターンの影響を考慮して変化させる工程とを含むこと を特徴とするマスクパターン設計方法。
前記セルライブラリの設計工程には、 前記近接効果補正を行なうために調 整すべき変数を定義し、 登録する工程を含むことを特徴とする前記請求項 1に記載のマスクパターン設計方法。
前記セルライブラリを、 周囲のパターンの影響度を把握する工程と、 前記 変数を最適化する工程によって、 補正処理を行うことを特徴とする前記請 求項 2に記載のマスクパターン設計方法。
前記の変数を最適化する工程は、 遺伝的アルゴリズム法により行なわれる ことを特徴とする前記請求項 3に記載のマスクパターン設計方法。
前記請求項 1 ~ 4の内、 いずれか 1項に記載のマスクパターン設計方法を 実施する機能を有するアルゴリズムからなるコンピュータ ·プログラム。 前記請求項 1〜4の内、 いずれか 1項に記載のマスクパターン設計方法に より形成されたマスクパターンを用いて製造された半導体デバイス。
前記請求項 1〜4の内、 いずれか 1項に記載のマスクパターン設計方法に より形成されたマスクパターンを用いて製造することを特徴とした電子 37 回路装置の製造方法。
前記単体で近接効果補正の処理を施されたセルのペリフ ラル領域に対し 周囲に配置したセルライブラリのパターンの影響を考慮して変化させる 工程とを含むことを特徴とする前記請求項 1〜 4の内、 いずれか 1項に記 載のマスクパターン設計方法。
ゲート ·パターンを前記請求項 1〜4の内、 いずれか 1項に記載のマスク パターン設計方法により補正したマスクパターンを用いて製造すること を特徴とした半導体装置の製造方法。
前記ゲート■パターンの調整変数が、 グート幅および/またはグート長で あることを特徴とした前記請求項 9記載の半導体装置の製造方法。
アイソレーション形成用パターンを前記請求項 1〜4の内、 いずれか 1項 に記載のマスクパターン設計方法により補正したマスクパターンを用い て製造することを特徴とした半導体装置の製造方法。
前記アイソレーション形成用パターンの調整変数が、 拡散層領域の幅、 後 退量、 または突き出し量、 もしくはこれらの組み合わせであることを特徴 とした前記請求項 1 1記載の半導体装置の製造方法。
コンタクト ·パターンを前記請求項 1〜4の内、 いずれか 1項に記載のマ スクパターン設計方法により補正したマスクパターンを用いて製造する ことを特徴とした半導体装置の製造方法。
前記コンタクト 'パターンの調整変数が、 高さ、 幅おょぴ中心位置である ことを特徴とした前記請求項 1 3記載の半導体装置の製造方法。
前記請求項 1〜4の内、 いずれか 1項に記載のマスクパターン設計方法に 38 より形成されたマスクパターンを用い、 かつ枚葉処理ウェハプロセスにて 製造することを特徴とした半導体装置の製造方法。
PCT/JP2006/307022 2005-03-28 2006-03-28 光リソグラフィの光近接補正におけるマスクパターン設計方法および設計装置ならびにこれを用いた半導体装置の製造方法 Ceased WO2006104244A1 (ja)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US11/910,049 US20080276215A1 (en) 2005-03-28 2006-03-28 Mask Pattern Designing Method Using Optical Proximity Correction in Optical Lithography, Designing Device, and Semiconductor Device Manufacturing Method Using the Same

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2005090299A JP2006276079A (ja) 2005-03-28 2005-03-28 光リソグラフィの光近接補正におけるマスクパターン設計方法および設計装置ならびにこれを用いた半導体装置の製造方法
JP2005-090299 2005-03-28

Publications (1)

Publication Number Publication Date
WO2006104244A1 true WO2006104244A1 (ja) 2006-10-05

Family

ID=37053493

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2006/307022 Ceased WO2006104244A1 (ja) 2005-03-28 2006-03-28 光リソグラフィの光近接補正におけるマスクパターン設計方法および設計装置ならびにこれを用いた半導体装置の製造方法

Country Status (3)

Country Link
US (1) US20080276215A1 (ja)
JP (1) JP2006276079A (ja)
WO (1) WO2006104244A1 (ja)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008020751A (ja) * 2006-07-13 2008-01-31 National Institute Of Advanced Industrial & Technology マスクパターン設計方法およびそれを用いた半導体装置の製造方法
WO2008023660A1 (en) * 2006-08-25 2008-02-28 National Institute Of Advanced Industrial Science And Technology Mask pattern designing method and semiconductor device manufacturing method using the same
WO2008029611A1 (en) * 2006-09-05 2008-03-13 National Institute Of Advanced Industrial Science And Technology Mask pattern design method, mask pattern design device, and semiconductor device manufacturing method
JPWO2021090412A1 (ja) * 2019-11-06 2021-05-14

Families Citing this family (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8448096B1 (en) * 2006-06-30 2013-05-21 Cadence Design Systems, Inc. Method and system for parallel processing of IC design layouts
JP4883591B2 (ja) * 2007-01-26 2012-02-22 独立行政法人産業技術総合研究所 マスクパターン設計方法および半導体装置の製造方法
KR100976652B1 (ko) * 2008-06-20 2010-08-18 주식회사 동부하이텍 이중패터닝을 위한 패턴 분할 방법
KR100935733B1 (ko) * 2008-06-20 2010-01-08 주식회사 하이닉스반도체 피치 변화 구간을 포함하는 레이아웃 보정방법
US8161421B2 (en) * 2008-07-07 2012-04-17 International Business Machines Corporation Calibration and verification structures for use in optical proximity correction
US8543958B2 (en) * 2009-12-11 2013-09-24 Synopsys, Inc. Optical proximity correction aware integrated circuit design optimization
US8196072B2 (en) * 2010-03-31 2012-06-05 Taiwan Semiconductor Manufacturing Company, Ltd. Method and apparatus of patterning semiconductor device
JP6368686B2 (ja) * 2015-06-10 2018-08-01 東京エレクトロン株式会社 熱処理装置、熱処理装置の調整方法、及び、プログラム
US20180196349A1 (en) * 2017-01-08 2018-07-12 Mentor Graphics Corporation Lithography Model Calibration Via Genetic Algorithms with Adaptive Deterministic Crowding and Dynamic Niching
US11545495B2 (en) 2017-06-29 2023-01-03 Taiwan Semiconductor Manufacturing Co., Ltd. Preventing gate-to-contact bridging by reducing contact dimensions in FinFET SRAM
DE102017127276A1 (de) * 2017-08-30 2019-02-28 Taiwan Semiconductor Manufacturing Co., Ltd. Standardzellen und abwandlungen davon innerhalb einer standardzellenbibliothek
US10578963B2 (en) * 2018-04-23 2020-03-03 Asml Us, Llc Mask pattern generation based on fast marching method
KR102867761B1 (ko) * 2019-07-19 2025-10-13 삼성전자주식회사 마스크 설계 방법 및 이를 이용한 반도체 장치의 제조 방법
CN110390360A (zh) * 2019-07-23 2019-10-29 天津大学 基于遗传算法的矩形块排样顺序确定方法和装置
KR102805940B1 (ko) 2019-12-13 2025-05-12 에이에스엠엘 네델란즈 비.브이. 마스크 패턴 생성의 일관성을 개선하기 위한 방법
JP7758354B2 (ja) * 2020-03-25 2025-10-22 ボード オブ リージェンツ,ザ ユニバーシティ オブ テキサス システム フリートポロジー波形を使用した精密システムの制御

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH09298156A (ja) * 1996-03-06 1997-11-18 Fujitsu Ltd パターン近接効果補正方法、プログラム、及び装置
JP2002055431A (ja) * 2000-08-08 2002-02-20 Hitachi Ltd マスクデータパターン生成方法
US20050064302A1 (en) * 2003-09-04 2005-03-24 Toshiya Kotani Method and system for forming a mask pattern, method of manufacturing a semiconductor device, system forming a mask pattern on data, cell library and method of forming a photomask

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3311244B2 (ja) * 1996-07-15 2002-08-05 株式会社東芝 基本セルライブラリ及びその形成方法
US6194253B1 (en) * 1998-10-07 2001-02-27 International Business Machines Corporation Method for fabrication of silicon on insulator substrates
US6691297B1 (en) * 1999-03-04 2004-02-10 Matsushita Electric Industrial Co., Ltd. Method for planning layout for LSI pattern, method for forming LSI pattern and method for generating mask data for LSI
JP3615182B2 (ja) * 2001-11-26 2005-01-26 株式会社東芝 光近接効果補正方法及び光近接効果補正システム

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH09298156A (ja) * 1996-03-06 1997-11-18 Fujitsu Ltd パターン近接効果補正方法、プログラム、及び装置
JP2002055431A (ja) * 2000-08-08 2002-02-20 Hitachi Ltd マスクデータパターン生成方法
US20050064302A1 (en) * 2003-09-04 2005-03-24 Toshiya Kotani Method and system for forming a mask pattern, method of manufacturing a semiconductor device, system forming a mask pattern on data, cell library and method of forming a photomask

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008020751A (ja) * 2006-07-13 2008-01-31 National Institute Of Advanced Industrial & Technology マスクパターン設計方法およびそれを用いた半導体装置の製造方法
WO2008023660A1 (en) * 2006-08-25 2008-02-28 National Institute Of Advanced Industrial Science And Technology Mask pattern designing method and semiconductor device manufacturing method using the same
WO2008029611A1 (en) * 2006-09-05 2008-03-13 National Institute Of Advanced Industrial Science And Technology Mask pattern design method, mask pattern design device, and semiconductor device manufacturing method
JPWO2021090412A1 (ja) * 2019-11-06 2021-05-14
WO2021090412A1 (ja) * 2019-11-06 2021-05-14 日本電信電話株式会社 光変調器の製造方法
JP7227542B2 (ja) 2019-11-06 2023-02-22 日本電信電話株式会社 光変調器の製造方法

Also Published As

Publication number Publication date
JP2006276079A (ja) 2006-10-12
US20080276215A1 (en) 2008-11-06

Similar Documents

Publication Publication Date Title
JP2007093861A (ja) マスクパターン設計方法および半導体装置の製造方法
WO2006104244A1 (ja) 光リソグラフィの光近接補正におけるマスクパターン設計方法および設計装置ならびにこれを用いた半導体装置の製造方法
JP2007086587A (ja) マスクパターン設計方法および半導体装置の製造方法
KR100994271B1 (ko) 제품 설계 및 수율 피드백 시스템에 기초하는 포괄적인집적 리소그래피 공정 제어 시스템
US8510689B1 (en) Method and system for implementing context simulation
US8745554B2 (en) Practical approach to layout migration
KR20220019894A (ko) 반도체 공정의 시뮬레이션 방법 및 반도체 장치의 제조 방법
CN110729299A (zh) 存储器单元和形成存储器电路的方法
WO2008029611A1 (en) Mask pattern design method, mask pattern design device, and semiconductor device manufacturing method
JP2007140485A (ja) シミュレーションにおけるパラメータ抽出装置及びパラメータ抽出方法と、この方法により作成したマスクパターンデータ及びこのマスクパターンデータにより作成したフォトマスクと半導体装置
JP2013003162A (ja) マスクデータ検証装置、設計レイアウト検証装置、それらの方法およびそれらのコンピュータ・プログラム
US20110124193A1 (en) Customized patterning modulation and optimization
US20080250383A1 (en) Method for designing mask pattern and method for manufacturing semiconductor device
CN113471189A (zh) 集成电路元件
CN118821705A (zh) 一种强化学习下具备迁移性的标准单元版图自动生成方法
JP4714930B2 (ja) マスクパターン設計方法およびそれを用いた半導体装置の製造方法
US20180196349A1 (en) Lithography Model Calibration Via Genetic Algorithms with Adaptive Deterministic Crowding and Dynamic Niching
JP4256408B2 (ja) 不良確率の算出方法、パターン作成方法及び半導体装置の製造方法
TW202247029A (zh) 用於最佳化積體電路裝置的實體佈局的方法
JP4883591B2 (ja) マスクパターン設計方法および半導体装置の製造方法
Pang et al. Optimization from design rules, source and mask, to full chip with a single computational lithography framework: level-set-methods-based inverse lithography technology (ILT)
JP2008020751A (ja) マスクパターン設計方法およびそれを用いた半導体装置の製造方法
Reddy et al. Viper: A versatile and intuitive pattern generator for early design space exploration
CN222090032U (zh) 集成电路
US20250359041A1 (en) Rom device and method

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application
NENP Non-entry into the national phase

Ref country code: DE

NENP Non-entry into the national phase

Ref country code: RU

WWE Wipo information: entry into national phase

Ref document number: 11910049

Country of ref document: US

122 Ep: pct application non-entry in european phase

Ref document number: 06730970

Country of ref document: EP

Kind code of ref document: A1