MOSCap Tool Primer
MOSCap Tool Primer
MOSCap Tool Primer
Chapter 1
1. Introduction
1
November 17, 2012 19:14 World Scientific Review Volume - 9in x 6in MOSCap
1.2. Terminologies
Let us consider an ideal p-substrate MOS capacitor (for a useful review see
Ref [1]). To accurately characterize MOS devices, we need to understand
the energy band diagrams. The energy band diagram of an ideal MOScap in
equilibrium (unbiased) condition is shown in Fig. 2. For an ideal MOSCap,
the metal workfunction (qΦm ) and the semiconducting workfunction (qΦs )
are equal. Hence, the Fermi levels (Ef m , Ef s ) line up throughout the struc-
ture and all the energy levels remain flat (that is, no built-in fields within
the structure). The quantity qφf in Fig. 2 measures the position of the
Fermi level with respect to the intrinsic level of the semiconductor and,
therefore, is a strong function of the substrate doping concentration. At
room temperature (T = 300 ◦K) the bandgap of the SiO2 is ∼ 8.9 eV and
that of silicon is ∼ 1.12 eV. The substrate is grounded.
2.1. Operation
Depending on the polarity and magnitude of the applied gate voltage, the
surface condition changes, and the MOSCap goes through three distinct
operating regions as shown in Fig. 3. A negative gate voltage increases
the positive charge density (holes in this case) on the substrate (accumu-
lation mode); whereas a positive gate voltage creates a space-charge region
at the oxide/semiconductor interface (depletion mode) and the thermally
generated electrons start to populate the conduction band. As the posi-
tive gate voltage is further increased, the intrinsic level at first crosses the
Fermi level (weak inversion) and eventually drops far below the Fermi level
and the conduction band approaches the Fermi level. The density of elec-
trons increases significantly and when the magnitude of the band bending
(that is the surface potential) is equal to 2 × qφF , we say that a complete
(strong) inversion has occurred and a negatively charged electronic channel
is formed. Note that, even when a nonzero gate voltage is applied (that
is, the device is biased), since there is no current through the oxide insula-
tor, the Fermi level remains flat across the structure. However, depending
on the applied gate voltage and the surface condition, the direction of the
electric field changes from negative to positive (as indicated in Fig. 3 with
notation ξ). Also, note that Φm and χ are constants, and irrespective of
the bias arrangements, the device always remains charge neutral.
Fig. 3. Energy band diagram of an ideal MOS capacitor under applied bias. From left
to right: accumulation, depletion, and inversion regimes.
November 17, 2012 19:14 World Scientific Review Volume - 9in x 6in MOSCap
dQ 1 1
C= = dVox dφs
= 1 1 (1)
d(Vox + φs ) dQ + dQ Cox + Csem
Where, Cox is the oxide capacitance and Csem is the semiconductor capac-
itance originating from the response of the induced charge to the variation
of the surface potential. In other words, we see that the total (net) capac-
itance of an ideal MOS capacitor comes from a series combination of Cox
and Csem . To calculate the capacitance of an MOS device, therefore, we
need to establish a relationship between the applied voltage and the induced
charge in the semiconductor substrate. We can do this either analytically
or through a numerical approach. The numerical approach involves the so-
lution of the Poisson equation (most accurate in three dimensions), which
is discussed in detail in the Chapter on PN Junction Lab. Here, we present
the relevant equations for the semiconductor charge and the surface poten-
tial.
Charge in semiconductor substrate is given by[1 ]
kT
Qs = ±Ks εo F (Us , UF ) (2)
qLDi
(+ve for positive gate voltage and -ve for negative gate voltage.)
Here,
Ks is semiconductor dielectric constant (11.7 for silicon),
ǫo is permittivity of free space,
k is the Boltzmann constant,
T is the temperature in Kelvin,q
Intrinsic Debye length, LDi = kT2qK2 ns εi o ,
UF = φkTF ,
φs
Us = kT ,
φF = kT ln NnAi ,
ni is the intrinsic
p doping density and
F (U, UF ) = eUF (U + e−U − 1) − e−UF (U − eU − 1).
Eq. 2 gives us the total charge as a function of applied potential.
November 17, 2012 19:14 World Scientific Review Volume - 9in x 6in MOSCap
Below we provide a MATLAB code that uses the above equations and
plots (in Fig. 4) the Qs − Vg , φs − Vg and the C − Vg characteristics (which
seems to be noisy because of the discretization error) for an n-MOSCap
structure.
%%% Inputs:
Tox = 2e-9;
Na = 1e23;
q = 1.6e-19;
Ks = 11.7;
Kox = 3.95;
k = 1.38e-23; %% J/K
T = 300;
eps0 = 8.85e-12;
Nc = 2e25;
Nv = 1e25;
Eg = 1.1; %% in eV
Eg = 1.1*q %% in Joules (J)
%%% Calculation:
ni = sqrt(Nc*Nv)*exp(-Eg/(2*k*T)) %% Eg and kT are both
phiF = (k*T)*log(Na/ni) %% in J in Joules
Ldi = sqrt((k*T*Ks*eps0)/(2*q*q*ni)) %% Joule based
%% calculation
ii = 1;
%% -ve gate voltage
November 17, 2012 19:14 World Scientific Review Volume - 9in x 6in MOSCap
end
end
Qs(ii) = -(Ks*eps0)*(k*T)/q*1/Ldi*Fss/q; %% #/cm2
yaxis(ii) = Vs;
%% yaxis is surface potential (volts)
ii = ii + 1;
end
%%% Capacitance:
for n = 2:1:ii-2
Vgate(n) = xaxis(n);
cap(n) = -(Qs(n)-Qs(n-1))*q/(Vgate(n)-Vgate(n-1));
if(cap(n)<1e-10)
cap(n) = cap(n-1);
end
end
print pMOScap-Cap-Vgs.eps-deps;
Fig. 4. Qs −Vg , φs −Vg , and the C−Vg characteristics for an p-substrate MOS structure.
3.1.1. Device:
Model: used to select Single or Double gate capacitor
Gate insulator thickness: Physical thickness of the oxide layer in µm (range:
0.001 - 10)
Gate insulator layer node: Number of finite calculation point in gate insu-
lator layer (range: 0 - 350)
Gate insulator dielectric constant: Relative permittivity of dielectric mate-
rial (ǫr )
Semiconductor thickness: Physical thickness of bulk semiconductor in µm
Semiconductor layer node: Number of finite calculation point (range: 2 -
1000)
Semiconductor doping type: Semiconductor doping type
Semiconductor doping characteristic: Only uniform doping is available at
this time
Gate electrode: Gate electrode type. Options are: aluminum, poly-silicon,
tungsten, or any specific material (for which, one needs to specify the work-
function from below)
Gate workfunction: Specify workfunction for any arbitrary gate contact
material.
3.1.2. Parameter:
Fixed charge density in gate insulator: Fixed bulk charge density divided
by q (that is number density) in gate insulator
Interface trap charge density in gate insulator: Interface trap charge density
divided by q in gate insulator
3.1.3. Environment:
Ambient temperature: Temperature around the device in K (range: 77 -
500)
Initial voltage: Initial value for the voltage sweep in V (range: -20 - 20)
Final voltage: Final value for the voltage sweep in V (range: -20 - 20)
Number of voltage steps: Integer number (range: 1 - 200)
High frequency value for AC Analysis: For C-V Characteristics (order of
106 ), in Hz (value > 1 Hz)
Low frequency value for AC Analysis: For C-V Characteristics (order of 10
Hz), in Hz (value > 0.01 Hz)
Minority carrier lifetime for electrons in ns: Smaller value gives better low-
November 17, 2012 19:14 World Scientific Review Volume - 9in x 6in MOSCap
frequency CV curve.
Minority carrier lifetime for holes in ns: Smaller value gives better low-
frequency CV curve.
(1) Capacitance:
An equivalent circuit model for capacitances of an MOS structure is
shown in (Fig. 9). Here, capacitance depends on the frequency of ap-
plied signal (Fig. 10). At high frequency, electron concentration remains
fixed at an average value and electron layer does not respond to Vg . So,
the channel capacitance, Cch = 0 and the semiconductor capacitance
depends on the capacitance of the depletion region only (C < Cox).
For low frequency, electrons can be generated by thermal excita-
tion fast enough to be in phase with the applied signal and can re-
spond to Vg . Since channel is very thin (tch ≈ 0), channel capacitance,
ε
Cch ≈ tch ≈ ∞. Hence, capacitance of substrate and channel in paral-
lel becomes infinity, (Cs + Cch = ∞).
The net capacitance leads to
November 17, 2012 19:14 World Scientific Review Volume - 9in x 6in MOSCap
1
C
1
= C1ox + Cs +C ch
= C1ox + 0 = C1ox .
So, the capacitance tends to go back to the Cox level (C ≈ Cox ).
In the following, we will use the low-frequency CV characteristic to
define and extract some other parameters.
(2) Oxide thickness:
Calculating oxide thickness is fairly simple and is given by,
ε0 εox
Tox = (3)
Cox
Where,
November 17, 2012 19:14 World Scientific Review Volume - 9in x 6in MOSCap
Where,
LD is the Debye length (cm),
ǫsi is the permittivity of silicon (F/cm),
kT is the thermal energy at room temperature, (300K)(4.046×10−21 J),
q is the electron charge (1.60219 ×1019C),
NA is the acceptor doping density (cm−3 ).
So, at Vg = 0, the flatband semiconductor capacitance is, Cs,f b = εL0D
εs
.
So, the flatband capacitance of the device is,
1
Cf b = 1 1 (5)
Cox + Cs,f b
Fig. 11. Effect of thermal potential (and Debye length) on MOS flat-band capacitance.
kT NA
φs = 2φF = 2 ln (7)
q ni
2
Na (W ) = d( C12 )
(8)
qǫsi dV
During the course of building our first device, we will learn how to use the
MOSCap tool and plot and extract the output quantities conveniently.
November 17, 2012 19:14 World Scientific Review Volume - 9in x 6in MOSCap
Fig. 12. Substrate density can be extracted from the slope of the CV characteristic.
Outputs: A typical Output Deck is shown in Fig. 13. All of the plots
that available from this simulator are, as of now, one-dimensional. Access
to simulation parameters used is available from the bottom panel/tab on
the deck.
A range of outputs are available in the drop-down menu shown in Fig. 14.
The user can download and save the outputs (as data or image) by clicking
the download button available at the top right corner (Fig. 15). Different
November 17, 2012 19:14 World Scientific Review Volume - 9in x 6in MOSCap
formatting options are also available for the image Type, Axis, Legend, and
Layout (Fig. 16).
November 17, 2012 19:14 World Scientific Review Volume - 9in x 6in MOSCap
(2) Energy Band Diagram: Conduction band, Valence Band, and the Fermi
level are available for equilibrium (Vg = 0) and biased (for last applied
bias) conditions.
In Fig. 18(a), because of the work function difference, a small band
bending is observed at the oxide/semiconductor interface even when
the device is unbiased. As expected, in the biased case (Fig. 18(b)),
the band bending is steeper which leads to the creation/induction of
the channel region populated by minority electrons.
Fig. 18. Potential energy vs. Distance along the substrate depth.
Fig. 19. Electron Density vs. Distance along the substrate depth.
(4) Hole Density: As electron density, hole density plots in the semicon-
ductor substrate are also available for equilibrium (Vg = 0) and biased
(last bias point) conditions (Fig. 20(a) and Fig. 20(b)). However, the
hole density plots depict an oppositive trend as a function of the gate
voltgae.
Fig. 20. Hole Density vs. Distance along the substrate depth.
Fig. 21. Net charge density vs. Distance along the substrate depth.
Fig. 22. Electrostatic potential vs. Distance along the substrate depth.
Fig. 23. Electric field intensity vs. Distance along the substrate depth.
November 17, 2012 19:14 World Scientific Review Volume - 9in x 6in MOSCap
4. Conclusion
are not allowed to perform the AC analysis for a range of frequencies; and
3) MOSCap does not have sequence plots, that is, users cannot see what
happens in the intermediate steps between Vg = 0 and the last applied bias.
The MOSCap tool was published on nanoHUB on April 06, 2006. As of
November 16, 2012, the tool has served 3,296 users worldwide, who have
run a total of 32,189 simulation runs.
References