Summary of the invention
Technical matters to be solved by this invention provides a kind of method for building up of MOSFET mismatch model, and it can set up the representation function of mismatch stochastic error on original model basis.
For solving the problems of the technologies described above, the foundation of MOSFET mismatch model of the present invention and the technical solution of emulation mode are:
Adopting BSIM3 model (by a kind of industrial standard device model of Berkeley University's research and development) is the basis, is divided into following steps:
The first step utilizes Statistics to set up model parameter stochastic error statistical presentation formula;
The error expression of the technological parameter that is inversely proportional to the channel region two-dimensional areas of device is
With the one dimension of device channel error expression long or the wide technological parameter that is inversely proportional to be
In second step, according to the physical definition of model parameter stochastic error statistical presentation formula, in the BSIM3 model, select pointed model parameter respectively, and it is added statistical presentation formula correction term;
Select these 5 parameters of vtho, tox, lint, wint and u0 in the BSIM3 model parameter, add correction formula, describe as the error of cut-in voltage, gate oxide thickness, trench gate length, raceway groove grid width and mobility;
The error correction expression formula of cut-in voltage is
The error correction expression formula of gate oxide thickness is
The error correction expression formula of mobility is
The error correction expression formula that trench gate is long is
The error correction expression formula of raceway groove grid width is
In the 3rd step, set up corresponding SPICE macro model;
The 4th step, the initial value of definition correction factor; The initial value of definition coefficient avth0, atox, adl, adw and au0.
The 5th step, in the initial value substitution model with described correction factor, debugging and simulation parameters.
The technique effect that the present invention can reach is:
The present invention can make model accurately describe out the trend of actual process mismatch error by the coefficient of mismatch error function amendment type in the adjustment model.By tuning parameter, actual process monitoring Trendline and model emulation Trendline can be accomplished very approaching.Therefore this modeling method can make things convenient for and simulate preferably the mismatch statistical error of actual process.
Adopt the present invention to set up the MOSFET mismatch model, need not to spend a large amount of time to debug repeatedly, can extract relevant model parameter fast and accurately, can increase work efficiency.
Embodiment
As shown in Figure 5, the foundation of MOSFET mismatch model of the present invention and emulation mode are divided into following steps:
1, utilize Statistics to set up model parameter stochastic error statistical presentation formula;
Suppose that a device parameter P is by q1, q2 ..., the functions that technological parameter determined such as qn, that is: P=f (q1, q2, q3 ..., qn).If all there is minute differences in each technological parameter between two identical devices, then the error σ expression formula of parameter P is:
(1-1)
To the influential technological parameter σ of parameter P
2 Δ qi (i=1,2,3 ..., n)Can have: the cut-in voltage σ of device
Δ vt 2, gate oxide thickness σ
Δ tox 2, raceway groove grid width σ
Δ L 2, the long σ of trench gate
Δ W 2, mobility σ
Δ μ 2Deng.
The data analysis that test obtains according to actual mismatch can be thought these σ
2 Δ qi (i=1,2,3 ..., n)Be that dimension size with device is inversely proportional to, therefore mismatch error and device dimension write as the function expression of inverse relation.And according to gate oxide thickness σ
Δ tox 2, raceway groove grid width σ
Δ L 2, the long σ of trench gate
Δ W 2, mobility σ
Δ μ 2The difference of physical definition, again with σ
2 Δ qi (i=1,2,3 ..., n)Be divided into 2 classes with the relation of device dimension size: a class is σ
2 Δ qiWith the error that the channel region two-dimensional areas of device is inversely proportional to, its expression formula is:
S wherein
1, qIt is the area correction factor.Usually the error of cut-in voltage, gate oxide thickness and mobility can be used this formal representation.
Another kind of is σ
2 Δ qiOnly grow or the wide error that is inversely proportional to the one dimension of device channel, its expression formula is:
S wherein
1, pAnd S
2, pCorrection factor for length and width.
The formula (1-2) that utilizes above hypothesis and formulate (1-3) and (1-4), can be selected the method that correlation parameter adds stochastic error function correction term and set up mismatch model in common BSIM3 model parameter.
2, according to the physical definition of model parameter stochastic error statistical presentation formula, in the BSIM3 model, select pointed model parameter respectively, and it is added statistical presentation formula correction term;
Select to add correction formula in these 5 parameters of vtho, tox, lint, wint and u0 in the BSIM3 model parameter, describe as the error of cut-in voltage, gate oxide thickness, trench gate length, raceway groove grid width and mobility.
Because vth0, tox and u0 have relation with area, thus innovation representation can for:
Lint, wint because only with the length of device with wide relevant, so innovation representation can for:
Avth0 wherein, atox, adl, adw is respectively the correction factor relevant with size with au0,
Agauss (0,1,1) be the built-in normal state statistical distribution functions of SPICE, in its bracket (0,1, the central value of 0 expression branch function 1) is 0, the maximum sigma amplitude of 1 expression normal state statistical distribution functions curve from central value 0 to the right and left in the 2nd of the bracket is 1, and the 1 sigma number that is expressed as statistical distribution functions in the bracket in the 3rd is one, for example (0,1,3) just represents that normal distribution is is 1 with central value 0 to the distance of 3 sigma of the right and left; Agauss is the built-in function of spice, and spice can be according to the scope therefrom peek at random of agauss definition when emulation.
Can make model effectively depict the mismatch curvilinear trend by above innovation representation.
3, set up corresponding SPICE macro model;
Set up a kind of model of mismatch error easily according to above-mentioned correction formula, its pattern is as follows:
.param
+toxn=1.55e-8 lintn=0 vth0n=0.8558
+vsatn=9.802e4?atoxn=5e-11
+avth0n=0.0158?adln=4e-10 adwn=8e-10
+au0n=1e-3
.subckt?nenh_mis?d?g?s?b?w=1.0E-6?l=1.0E-6?count=1.0
.para
+numsigma_vthmis_n=agauss(0,1,1)
+numsigma_dlmis_n=agauss(0,1,1)
+numsigma_dwmis_n=agauss(0,1,1)
+numsigma_toxmis_n=agauss(0,1,1)
+numsigma_u0mis_n=agauss(0,1,1)
+lef=’l’mismatchflag=1
+wef=’w’
+geo_area=’1/sqrt(count*lef*wef*le12)’
+geo_l=’1/sqrt(count*lef*le6)’
+geo_w=’1/sqrt(count*wef*le6)’
+vth0misn=’avth0n*geo_area*numsigma_vthmis_n*mismatchflag’
+dlmisn=’adln*geo_w*numsigma_dlmis_n*mismatchflag’
+dwmisn=’adwn*geo_l*numsigma_dwmis_n*mismatchflag’
+toxmisn=’atoxn*geo_area*numsigma_toxmis_n*mismatchflag’
+u0misn=’1+au0n*geo_area*numsigma_u0mis_n*mi?smatchflag’
ml?d?g?s?b?nenh?w=w?l=l?m=count
.model?nenh?NMOS
+level=53 version=3.1 mobmod=1
+capmod=2 noimod=2
+tox=’toxn+toxmisn’
+wint=’1.1e-7+dwmisn’
+lint=’lintn+dlmisn’
+vth0=’0.8558+vth0misn’
+u0=’0.035688*u0misn’
+…
This model format has adopted the macro model structure, vth0misn wherein, and dlmisn, dwmisn, toxmisn and u0misn correspond respectively to Δ vth0, Δ lint, Δ wint, Δ tox and Δ u0.Geo_area, geo_l and geo_w have defined the size item in the correction term denominator respectively.Numsigma_vthmis_n, numsigma_dlmis_n, numsigma_dwmis_n, numsigma_toxmis_n and numsigma_u0mis_n separately define it respectively and equal agauss (0,1,1) function is to guarantee that different parameter correction terms is to distinguish random value.Mismatchflag=1 represents that then this model considered the correction term of mismatch statistical error, if mismatchflag=0 then model is still got back to original state, the correction term of its statistical error is not all considered.
The present invention adopts the macro model form to add to the error statistics expression formula of having set up in the model respectively; Different error statistics expression formulas has adopted separately calls the built-in agauss function of spice to guarantee different parameter correction terms random value respectively, add the mismatchflag parameter in this external model again as the switching between common MOSFET model and the mismatch model, can improve the flexibility ratio of model.
4, the initial value of definition correction factor;
In order to improve the efficient of parameter extraction, define coefficient avth0, atox, adl, the initial value of adw and au0 earlier.
At first determine atox, the initial value of adl and adw.According to formula:
Tox is the gate oxide thickness of device, and the gate oxide thickness monitoring statistics with reference to process monitoring can obtain σ in the technology
Δ ToxValue is supposed agauss (0,1,1)=1, represents that then the value to 1 sigma is in the Δ Tox statistical distribution
Because the physical size of device is more little, the mismatch situation is serious more, so W and L can consider the situation of device minimum.If obtain the σ of process monitoring
Δ Tox, then have
σ in the technology for example
Δ ToxBe 0.7A, W=0.9um, L=0.54um can obtain the atox value and be 5e-11 (m).
Can obtain adl and these 2 initial values of adw with quadrat method.
With reference to figure 1 and Fig. 2, according to formula
The mismatch of vt is defined as Δ Vth in process monitoring, and it is relevant with the Trendline slope that avth0 can regard as.The initial value that can establish avth0 earlier equals slope.
Can provide the initial value of au0 earlier with quadrat method.
After in the initial value substitution model of these 5 parameters, further debugging and emulation can have been done.
The present invention carries out the method for spice artificial debugging parameter again by first definition mismatch model initial parameter value, can save because of tuning parameter repeatedly spends a large amount of time, has improved work efficiency.
5, debugging and simulation parameters.
Model is updated to carries out monte carlo computing in the SPICE emulation tool, much organized different Δ vt and Δ Idsat value, can obtain their σ with the Sigma function
Δ vtAnd σ
Δ Idsat
By these 5 coefficients of avth0, atox, adl, adw and au0 in the adjustment model, can be so that the σ that last model obtains
Δ vtAnd σ
Δ IdsatConsistent with the variation tendency of device size with variation tendency in the actual process monitoring.End product as shown in Figure 3, Figure 4, what the x axle was represented among the figure is different components
The y axle is respectively σ
Δ vtAnd σ
Δ Idsat, that solid line is represented is the σ of actual process monitoring
Δ vtAnd σ
Δ IdsatTrendline, dotted line representative be the σ that model emulation obtains
Δ vtAnd σ
Δ IdsatTrendline, can see that by tuning parameter, the simulation result of model and measured result are very approaching.Therefore this modeling method can make things convenient for and simulate preferably the mismatch statistical error of actual process.