CN104155852B - A kind of optimization method of litho machine light source - Google Patents

A kind of optimization method of litho machine light source Download PDF

Info

Publication number
CN104155852B
CN104155852B CN201410422502.3A CN201410422502A CN104155852B CN 104155852 B CN104155852 B CN 104155852B CN 201410422502 A CN201410422502 A CN 201410422502A CN 104155852 B CN104155852 B CN 104155852B
Authority
CN
China
Prior art keywords
light source
particle
kth time
value
time iteration
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.)
Active
Application number
CN201410422502.3A
Other languages
Chinese (zh)
Other versions
CN104155852A (en
Inventor
王磊
王向朝
李思坤
闫观勇
杨朝兴
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.)
Beijing Guowang Optical Technology Co., Ltd.
Original Assignee
Shanghai Institute of Optics and Fine Mechanics of CAS
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 Shanghai Institute of Optics and Fine Mechanics of CAS filed Critical Shanghai Institute of Optics and Fine Mechanics of CAS
Priority to CN201410422502.3A priority Critical patent/CN104155852B/en
Publication of CN104155852A publication Critical patent/CN104155852A/en
Application granted granted Critical
Publication of CN104155852B publication Critical patent/CN104155852B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Exposure And Positioning Against Photoresist Photosensitive Materials (AREA)

Abstract

A kind of litho machine light source optimization method, with the light source of pixelation for particle, the photoresist that Ideal graph is corresponding with mask under current light source light illumination mode as the quadratic sum of every bit difference as objective function, utilize the particle swarm optimization algorithm containing linear decrease weight and compressibility factor, by speed and the positional information iteration optimization light source figure of more new particle.The present invention effectively improves optical patterning quality, has the advantage that principle is simple, be easy to realization, fast convergence rate.

Description

A kind of optimization method of litho machine light source
Technical field
The present invention relates to litho machine, particularly relate to a kind of light source optimization method for litho machine.
Background technology
Photoetching technique is one of the most key technology during great scale integrated circuit manufactures, and photoetching resolution determines the characteristic dimension of integrated circuit pattern.When exposure wavelength and numerical aperture certain, need by improve photoresist process and adopt resolution enhance technology reduce process factor, thus improve photoetching resolution.Light source optimizes (SourceOptimization, SO) as a kind of important resolution enhance technology, adjusts intensity and the direction of incident light by changing intensity of light source distribution.SO both can be used alone, and also can use as a part for source mask optimization (SourceMaskOptimization, SMO) to improve optical patterning performance.
SO has the advantage of low, the easy realization of cost, thus obtains and studies widely.Recently, the free lighting engineering such as FlexRay is that SO provides higher degree of freedom.Granik has carried out classifying (see in first technology 1 to the different expression way of light source and optimization object function, Granik, Y, " Sourceoptimizationforimagefidelityandthroughput ", JournalofMicrolithographyMicrofabricationandMicrosystems, 2004.3 (4): p.509-522).Kehan etc. have carried out proving (see in first technology 2 to the advantage of the SO represented based on pixel from theoretical and emulation, Kehan, T., etal, " Benefitsandtrade-offsofglobalsourceoptimizationinoptical lithography ", ProceedingsoftheSPIE-TheInternationalSocietyforOpticalEn gineering, 2009.7274:p.72740C (12pp.)-72740C (12pp.)).On the other hand, SO is the important component part of SMO.Since first Rosenbluth etc. proposes the thought of light source and mask combined optimization, existing many algorithm application are in SMO.Wherein, the SMO based on genetic algorithm that Erdmann etc. propose is (see in first technology 3, Erdmann, A., etal, " Towardautomaticmaskandsourceoptimizationforopticallithog raphy ", Microlithography2004.InternationalSocietyforOpticsandPho tonics), do not need to be grasped the priori of photoetching, arbitrary imaging model and optimization aim can be selected, there is potential concurrency, avoid the problem that analytic method is difficult to be applied to complex optimization.But genetic algorithm encoding more complicated, its crossover and mutation all has typical assemblage characteristic, and optimizing process only operates chromosomal fragment, and speed of convergence is slower.In addition, the light source figure in first technology 3 by describing conventional illumination, ring illumination, throw light in two poles or the simple parameter of quadrupole illuminating represents, degree of freedom of its optimization is very restricted.
Summary of the invention
The invention provides a kind of litho machine light source optimization method based on particle swarm optimization algorithm.The light source of pixelation is encoded to particle by this method, utilizes the particle cluster algorithm containing Linear recurring series and compressibility factor, by speed and the positional information continuous iteration optimization light source figure of more new particle.The method principle is simple, is easy to realize, and adds optimization degree of freedom, effectively improves light source optimization efficiency.This method is applicable to the etching system needing light source to optimize.
Technical solution of the present invention is as follows:
Based on a light source optimization method for particle swarm optimization algorithm, concrete steps are:
1. the size of initialization light source figure J is N s× N s, the brightness value arranging light-emitting zone on light source figure J is 1, and the brightness value of light-emitting zone is not 0, and the coordinate of light source figure J is (f, g);
The size of initialization mask graph M is N m× N m, the transmissivity arranging light transmission part on mask graph M is 1, and the transmissivity of light-blocking part is 0, and the coordinate of mask graph M is (x, y);
Initialized target pattern I t=M; Initialization photoresist threshold value t rwith sensitivity α; Initialization population scale N, Studying factors c 1and c 2, inertia weight maximal value ω maxwith minimum value ω min; The position of each particle of initialization and speed wherein i (1≤i≤N) is particle numbering, and j (j>=1) is dimensionality of particle, and k (k=1) is iterations; Initialization evaluation function threshold value Fs, maximum iteration time k m;
2. the control variable θ that initialization light source figure J is corresponding, θ (f, g) denotation coordination is the control variable θ of (f, g), corresponding to the positional information x of certain particle i,j;
3. particle cluster algorithm optimal control variable θ is adopted, and light source figure J when calculating kth time iteration (k), formula is as follows:
J ( k ) = 1 + θ ( k ) 2 ,
In formula, θ (k)represent kth (1≤k≤k m, and k is positive integer) secondary iteration time control variable θ value;
4. lithography simulation software is adopted, by light source figure J (k)aerial image I when obtaining kth time iteration with mask graph M a (k), and photoresist when calculating kth time iteration is as I r (k), formula is as follows:
I r ( k ) ( x , y ) = sig { I a ( k ) ( x , y ) } = 1 1 + e - α ( I a ( x , y ) - t r ) ;
5. evaluation function value F during kth time iteration is calculated (k), formula is as follows:
F ( k ) = | | I r ( k ) - I t | | 2 2 = Σ y Σ x ( I r ( k ) ( x , y ) - I t ( x , y ) ) 2 ;
Individual extreme value when the position making evaluation function value minimum that when 6. defining kth time iteration, particle itself finds is kth secondary iteration
During kth time iteration, by F (k)with corresponding evaluation function value compares, if F (k)be less than corresponding evaluation function value, then upgrade for θ (k)(f, g), wherein θ (k)(f, g) is the θ (f, g) during kth time iteration;
The global extremum when position making evaluation function value minimum that when 7. defining kth time iteration, in whole population, particle finds is kth time iteration
During kth time iteration, by F (k)with corresponding evaluation function value compares, if F (k)be less than corresponding evaluation function value, then upgrade for θ (k)(f, g);
8. the secondary speed of particle (k+1) is calculated and position
x i , j ( k + 1 ) = x i , j ( k ) + v i , j ( k + 1 ) , j = 1,2 . . . d ,
In formula, compressibility factor c=c 1+ c 2,
Inertia weight ω = ω max - k ( ω max - ω min ) k m ,
during iteration secondary to kth in i-th particle jth dimension
during iteration secondary to kth in g particle jth dimension
If 9. F (k)be less than Fs, or k is greater than k m, enter step 10., otherwise return step 3.;
10. stop optimizing, for global extremum p g, by p grepresented information exports as light source after optimization.
With compared with first technology 3, the present invention has the following advantages:
1. the light source that the present invention relates to is represented by pixel, has higher optimization degree of freedom.
2. the present invention uses particle swarm optimization algorithm to carry out light source optimization, and compared to genetic algorithm, this optimization method has that principle is simple, parameter is less, the advantage of fast convergence rate, thus reduces optimization complexity, effectively improves optimization efficiency.
Accompanying drawing explanation
Fig. 1 is Optical Coatings for Photolithography principle schematic;
Fig. 2 is primary light source schematic diagram of the present invention;
Fig. 3 is mask graph schematic diagram of the present invention;
Fig. 4 is the mask aerial image schematic diagram that the present invention adopts mask graph shown in Fig. 3 to be obtained by primary light source illuminating imager;
Fig. 5 be the present invention adopt mask graph shown in Fig. 3 to be obtained by primary light source illuminating imager mask lithography glue as schematic diagram;
Fig. 6 is the light source schematic diagram obtained after adopting optimization of the present invention;
Fig. 7 is that the present invention adopts mask graph shown in Fig. 3 by the mask aerial image schematic diagram optimizing rear light illumination imaging acquisition;
Fig. 8 is that the present invention adopts mask graph shown in Fig. 3 by optimizing the mask lithography glue of rear light illumination imaging acquisition as schematic diagram;
Fig. 9 is the process flow diagram adopting the present invention to carry out light source optimization.
Embodiment
Below in conjunction with embodiment and accompanying drawing, the invention will be further described, but should not limit the scope of the invention with this embodiment.
Fig. 1 is the Optical Coatings for Photolithography schematic diagram that the present invention adopts, and this method relates to and comprises lithography machine illumination system light source 1 as seen from the figure, mask 2, projection objective 3, silicon chip 4.Fig. 2 is primary light source light illumination mode schematic diagram of the present invention, and primary light source light illumination mode is quadrupole illuminating, and size is 11 × 11 pixels, and white portion brightness value is 1, and black region brightness value is 0, light illumination mode section coherence factor σ=0.2.Fig. 3 is mask graph schematic diagram of the present invention, and mask graph size is 81 × 81 pixels, and 210nm × 210nm, characteristic dimension CD are 45nm, and mask-type is binary mask, and white portion transmitance value is 1, and black region transmitance value is 0.Litho machine operation wavelength λ is the numerical aperture NA=1.35 of 193nm, litho machine, refractive index n=1.44, convergent-divergent multiplying power R=4.
The present invention is based on the litho machine light source optimization method of particle swarm optimization algorithm, step is as follows:
1. the size of initialization light source figure J is 11 × 11, and the brightness value arranging light-emitting zone on light source figure J is 1, and the brightness value of light-emitting zone is not 0, and light source figure coordinate is (f, g);
The size of initialization mask graph M is 81 × 81, and the transmissivity arranging light transmission part on mask graph M is 1, and the transmissivity of light-blocking part is 0, and mask graph coordinate is (x, y);
Initialized target pattern I t=M; Initialization photoresist threshold value t r=0.25 and sensitivity α=25; Initialization population scale N=30, Studying factors c 1=c 2=2.05, inertia weight maximal value ω max=0.9 and minimum value ω min=0.4; The initial position x of each particle i,jrandom generation, the speed v of each particle i,jbe the random number between 0 to π, wherein i (1≤i≤N) is particle numbering, and j (j>=1) is dimensionality of particle; Initialization evaluation function threshold value Fs=180, maximum iteration time k m=60.
2. the control variable θ that initialization light source figure J is corresponding, θ (f, g) denotation coordination is the θ of (f, g), corresponding to the positional information x of certain particle i,j.
3. particle cluster algorithm optimal control variable θ is adopted, and light source figure J when calculating kth time iteration (k), formula is as follows:
J ( k ) = 1 + θ ( k ) 2 ,
In formula, θ (k)represent kth (1≤k≤k m, and k is positive integer) secondary iteration time control variable θ value.
4. lithography simulation software is adopted, by light source figure J (k)aerial image I when obtaining kth time iteration with mask graph M a (k), and photoresist when calculating kth time iteration is as I r (k), formula is as follows:
I r ( k ) ( x , y ) = sig { I a ( k ) ( x , y ) } = 1 1 + e - α ( I a ( x , y ) - t r ) .
5. evaluation function value F during kth time iteration is calculated (k), formula is as follows:
F ( k ) = | | I r ( k ) - I t | | 2 2 = Σ y Σ x ( I r ( k ) ( x , y ) - I t ( x , y ) ) 2 .
Individual extreme value when the position making evaluation function value minimum that when 6. defining kth time iteration, particle itself finds is kth secondary iteration
During kth time iteration, by F (k)with corresponding evaluation function value compares, if F (k)be less than corresponding evaluation function value, then upgrade for θ (k)(f, g), wherein θ (k)(f, g) is the θ (f, g) during kth time iteration.
The global extremum when position making evaluation function value minimum that when 7. defining kth time iteration, in whole population, particle finds is kth time iteration
During kth time iteration, by F (k)with corresponding evaluation function value compares, if F (k)be less than corresponding evaluation function value, then upgrade for θ (k)(f, g).
8. the secondary speed of particle (k+1) is calculated and position
x i , j ( k + 1 ) = x i , j ( k ) + v i , j ( k + 1 ) , j = 1,2 . . . d ,
In formula, compressibility factor c=c 1+ c 2,
Inertia weight ω = ω max - k ( ω max - ω min ) k m ,
during iteration secondary to kth in i-th particle jth dimension
during iteration secondary to kth in g particle jth dimension
If 9. F (k)be less than Fs, or k is greater than k m, enter step 10., otherwise return step 3..
10. stop optimizing, for global extremum p g, by p grepresented information exports as light source after optimization.
Adopt the condition in the present embodiment, as shown in Figure 6, as shown in Figure 7, mask lithography glue picture as shown in Figure 8 for mask aerial image for the light illumination pattern after optimization.Adopt this light source optimization method, evaluation function and pattern error reduce 66.1%, effectively improve the resolution of etching system.

Claims (1)

1. a litho machine light source optimization method, is characterized in that, the method includes the steps of:
1. the size of initialization light source figure J is N s× N s, the brightness value arranging light-emitting zone on light source figure J is 1, and the brightness value of light-emitting zone is not 0, and the coordinate of light source figure J is (f, g);
The size of initialization mask graph M is N m× N m, the transmissivity arranging light transmission part on mask graph M is 1, and the transmissivity of light-blocking part is 0, and the coordinate of mask graph M is (x, y);
Initialized target pattern I t=M; Initialization photoresist threshold value t rwith sensitivity α; Initialization population scale N, Studying factors c 1and c 2, inertia weight maximal value ω maxwith minimum value ω min; The position of each particle of initialization and speed wherein i is particle numbering, and 1≤i≤N, j is dimensionality of particle, j>=1, and k is iterations, k=1; Initialization evaluation function threshold value Fs, maximum iteration time k m;
2. the control variable θ that initialization light source figure J is corresponding, θ (f, g) denotation coordination is the control variable θ of (f, g), corresponding to the positional information x of certain particle i,j;
3. particle cluster algorithm optimal control variable θ is adopted, and light source figure J when calculating kth time iteration (k), formula is as follows:
J ( k ) = 1 + θ ( k ) 2 ,
In formula, θ (k)represent control variable θ value during kth time iteration, wherein k is span is 1≤k≤k mpositive integer;
4. lithography simulation software is adopted, by light source figure J (k)aerial image I when obtaining kth time iteration with mask graph M a (k), and photoresist when calculating kth time iteration is as I r (k), formula is as follows:
I r ( k ) ( x , y ) = s i g { I a ( k ) ( x , y ) } = 1 1 + e - α ( I a ( x , y ) - t r ) ;
5. evaluation function value F during kth time iteration is calculated (k), formula is as follows:
F ( k ) = | | I r ( k ) - I t | | 2 2 = Σ y Σ x ( I r ( k ) ( x , y ) - I t ( x , y ) ) 2 ;
Individual extreme value when the position making evaluation function value minimum that when 6. defining kth time iteration, particle itself finds is kth secondary iteration
During kth time iteration, by F (k)with corresponding evaluation function value compares, if F (k)be less than corresponding evaluation function value, then upgrade for θ (k)(f, g), wherein θ (k)(f, g) is the θ (f, g) during kth time iteration;
The global extremum when position making evaluation function value minimum that when 7. defining kth time iteration, in whole population, particle finds is kth time iteration
During kth time iteration, by F (k)with corresponding evaluation function value compares, if F (k)be less than corresponding evaluation function value, then upgrade for θ (k)(f, g);
8. the secondary speed of particle (k+1) is calculated and position
x i , j ( k + 1 ) = x i , j ( k ) + v i , j ( k + 1 ) , j = 1 , 2 ... d ,
In formula, compressibility factor
Inertia weight ω = ω m a x - k ( ω m a x - ω min ) k m ,
individual extreme value during iteration secondary to kth in i-th particle jth dimension
global extremum during iteration secondary to kth in whole population jth dimension
If 9. F (k)be less than Fs, or k is greater than k m, enter step 10., otherwise return step 3.;
10. stop optimizing, for global extremum p g, by p grepresented information exports as light source after optimization.
CN201410422502.3A 2014-08-26 2014-08-26 A kind of optimization method of litho machine light source Active CN104155852B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410422502.3A CN104155852B (en) 2014-08-26 2014-08-26 A kind of optimization method of litho machine light source

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410422502.3A CN104155852B (en) 2014-08-26 2014-08-26 A kind of optimization method of litho machine light source

Publications (2)

Publication Number Publication Date
CN104155852A CN104155852A (en) 2014-11-19
CN104155852B true CN104155852B (en) 2016-04-13

Family

ID=51881386

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410422502.3A Active CN104155852B (en) 2014-08-26 2014-08-26 A kind of optimization method of litho machine light source

Country Status (1)

Country Link
CN (1) CN104155852B (en)

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105573066B (en) * 2016-02-03 2017-12-12 中国科学院上海光学精密机械研究所 The optimization method of mask aligner mask
CN106125511B (en) * 2016-06-03 2017-11-21 北京理工大学 Low error suseptibility multiple target source mask optimization method based on vector imaging model
CN110472284A (en) * 2019-07-15 2019-11-19 苏州悦谱半导体有限公司 A kind of fast optical figure modification method of particle swarm algorithm optimization
CN110516784A (en) * 2019-07-17 2019-11-29 湖北工业大学 Based on it is parallel when variable factor PSO forecast of solar irradiance Data Assimilation algorithm
CN113093476B (en) * 2020-01-09 2024-06-18 中芯国际集成电路制造(北京)有限公司 Optimization method of photoetching process and photoetching method
CN112347597B (en) * 2020-11-13 2024-04-05 西安工程大学 Method for improving LED illumination uniformity based on improved particle swarm algorithm
CN112394615B (en) * 2020-11-16 2024-02-09 中国科学院上海光学精密机械研究所 Extreme ultraviolet lithography light source mask optimization method
CN112578644B (en) * 2020-12-08 2021-12-03 北京理工大学 Self-adaptive full-chip light source optimization method and system

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006216639A (en) * 2005-02-02 2006-08-17 Sony Corp Method for designing light source intensity distribution, aligner, exposure method, and method for manufatcuring semiconductor device
CN102540754A (en) * 2010-11-10 2012-07-04 Asml荷兰有限公司 Optimization flows of source, mask and projection optics
CN103631096A (en) * 2013-12-06 2014-03-12 北京理工大学 Source mask polarization optimization method based on Abbe vector imaging model
CN103901738A (en) * 2014-03-18 2014-07-02 北京理工大学 Light-source optimization method adopting compressed sensing technology
CN103926802A (en) * 2014-04-21 2014-07-16 中国科学院上海光学精密机械研究所 Combined light source and mask optimization method for lithography machine

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006216639A (en) * 2005-02-02 2006-08-17 Sony Corp Method for designing light source intensity distribution, aligner, exposure method, and method for manufatcuring semiconductor device
CN102540754A (en) * 2010-11-10 2012-07-04 Asml荷兰有限公司 Optimization flows of source, mask and projection optics
CN103631096A (en) * 2013-12-06 2014-03-12 北京理工大学 Source mask polarization optimization method based on Abbe vector imaging model
CN103901738A (en) * 2014-03-18 2014-07-02 北京理工大学 Light-source optimization method adopting compressed sensing technology
CN103926802A (en) * 2014-04-21 2014-07-16 中国科学院上海光学精密机械研究所 Combined light source and mask optimization method for lithography machine

Also Published As

Publication number Publication date
CN104155852A (en) 2014-11-19

Similar Documents

Publication Publication Date Title
CN104155852B (en) A kind of optimization method of litho machine light source
CN103926802B (en) The combined optimization method of litho machine light source and mask
CN105573066A (en) Mask optimization method of photoetching machine
CN102692814B (en) Light source-mask mixed optimizing method based on Abbe vector imaging model
CN102841509B (en) Integration of lithography apparatus and mask optimization process with multiple patterning process
EP2045663A3 (en) Calculation method, generation method, program, exposure method, and mask fabrication method
CN106125511B (en) Low error suseptibility multiple target source mask optimization method based on vector imaging model
CN101354529A (en) Photomask data generation method, photomask generation method, exposure method, and device manufacturing method
TW202117575A (en) Method for increasing certainty in parameterized model predictions
CN103064257A (en) Illumination source shape definition in lithography
CN113495435A (en) Digital mask projection lithography optimization method and system
CN104459839B (en) A kind of method utilizing digital mask to make curved microlens array
JP5988569B2 (en) Determination method, determination device, and program
CN112083631B (en) Informatics calculation photoetching method
CN102998896A (en) Basic module-based mask main body graph optimization method
CN108665060A (en) A kind of integrated neural network for calculating photoetching
CN108614390B (en) Light source mask optimization method adopting compressed sensing technology
CN103901738B (en) A kind of light source optimization method adopting compressed sensing technology
JP2006278356A (en) Solid-state image pickup element and manufacturing method thereof
CN102323723A (en) Optimization method of optical proximity effect correction based on Abbe vector imaging model
CN106444301A (en) Source optimization method by adopting self-adaptive compressed sensing technology
CN116342983B (en) Method, electronic device and computer readable medium for generating and using graphic model
CN109709772B (en) Semi-implicit light source mask collaborative optimization method based on accelerated operator splitting
JP2007027740A (en) Improved photolithography treatment method and system
Sun et al. Global source optimisation based on adaptive nonlinear particle swarm optimisation algorithm for inverse lithography

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
TR01 Transfer of patent right

Effective date of registration: 20190930

Address after: Room 601-10, 6th floor, No. 2, Jingyuan Beijie, Beijing Economic and Technological Development Zone, Daxing District, Beijing, 100176

Patentee after: Beijing Guowang Optical Technology Co., Ltd.

Address before: 201800 P.O. Box, 800-211 Shanghai, Shanghai, Jiading District

Patentee before: Shanghai Optical Precision Machinery Inst., Chinese Academy of Sciences

TR01 Transfer of patent right