home *** CD-ROM | disk | FTP | other *** search
- Modeling the MOS Transistor
- for Micro-Cap III
- (c) copyright Spectrum Software 1988-89
- January 1989
-
- Input parameters for the MOSFET model:
-
- KP Process transconductance (A/V^2).
- VTO Zero-bias threshold voltage (volts).
- CGDO Gate-drain overlap capacitance (F/m).
- CGSO Gate-source overlap capacitance (F/m).
- CGBO Gate-bulk overlap capacitance (F/m).
- RD Drain resistance (ohms).
- RS Source resistance (ohms).
- L Channel length (meter).
- W Channel width (meter).
- AD Drain diffusion area (m^2).
- AS Source diffusion area (m^2).
- PD Drain diffusion perimeter (m).
- PS Source diffusion perimeter (m).
- NRD Number drain squares.
- NRS Number source squares.
- GAMMA Body-effect coefficient.
- LAMBDA Channel-length modulation (1/V).
- PHI Surface inversion potential (volts).
- IS Bulk-junction saturation current (Amperes).
- PB Bulk-junction built-in potential (volts).
- RSH Source and drain sheet resistance (ohms).
- CJ Zero-bias bulk capacitance (F/m^2).
- MJ Bulk-junction grading coefficient.
- CJSW Zero-bias bulk capacitance (F/m^2).
- MJSW Perimeter capacitance grading coefficient.
- JS Bulk-junction saturation current /sq. m (A/m^2).
- TOX Thin oxide thickness (m).
- NSUB Substrate doping (1/cm^3).
- NSS Surface state density (1/cm^2).
- NFS Surface-fast state density (1/cm^2).
- XJ Metallurgical junction depth (m).
- LD Lateral diffusion (m).
- UO Surface mobility (cm^2/V*s).
- VMAX Maximum drift velocity of carriers (m/sec.).
- DELTA Width effect on threshold voltage
- THETA Mobility modulation
- ETA Static feedback on threshold voltage
- KAPPA Saturation field factor
- KF Flicker-noise coefficient
- AF Flicker-noise exponent
- FC Coefficient for forward-bias depletion capacitance
- formula.
- TPG Type of gate material.
- XQC Coefficient of channel charge share.
-
- CGD Fixed gate-drain overlap capacitance (LEVEL 0)
- CGS Fixed gate-source overlap capacitance (LEVEL 0)
- CGD Fixed drain-bulk capacitance (LEVEL 0)
-
- Three levels of the MOSFET model are supported by Micro-Cap III.
- They are: LEVEL 0, LEVEL 1 and LEVEL 3. LEVEL 0 is the same
- model used in Micro-Cap II. This model is similar to the
- Shichman and Hodges model except the capacitances (CGD, CGS and
- CGD) are constant. LEVEL 1 and LEVEL 3 are the standard models
- found in most SPICE programs.
-
- LEVEL 0 is ideal for fast simulation since the capacitances do
- not change with respect to their terminal voltages.
-
- LEVEL 1 is ideal for calculations by hand. It also provides a
- quick way of running a simulation for the first time to see the
- response of the circuit under design. If the channel length of
- the device is long, LEVEL 1 would be an ideal model.
-
- LEVEL 3 accounts for short channel and narrow channel effects.
- It provides greater accuracy. However, some of the parameters
- cannot be obtained directly from databooks. These parameters
- are either process parameters or they require measurements and
- curve-fitting of the data points.
-
- The following parameters can be obtained easily from databooks:
-
- * Zero-bias threshold voltage (VTO): To extract this parameter,
- two sets of data points are needed. They are labeled as:
- Ids1(VTO), Vgs1(VTO), Ids2(VTO), Vgs2(VTO) in PEP. These points
- are taken from the Output Characteristics curves given in
- databooks. Vgs2 must be greater than Vgs1 and Ids2 is greater
- than Ids1.
-
- * Channel length modulation (LAMBDA): LAMBDA is computed in the
- saturation region of the I-V curves. Two sets of data points are
- needed for this estimate. They are: Vds1(LAMBDA), Ids1(LAMBDA),
- Vds2(LAMBDA) and Ids2(LAMBDA) in PEP. Vds2 should be much greater
- than Vds1 and Ids2 is slightly greater than Ids1.
-
- * Source Ohmic Resistance (RS): The value of RS can be estimated
- from two sets of data points on the Ids vd Vds graph. These data
- points are taken in the saturation region. The following must hold
- in order to obtain a fairly accurate result for RS:
-
- Vgs2 must be much larger than Vgs1.
- Ids2 must also be larger than Ids1.
-
- The value computed should not be large, otherwise, it will limit
- the drain current tremendously. A small value should be expected
- from this estimate. If you are unable to obtain good data from
- this procedure set RS to 0 ohms.
-
-
-
- * Drain Ohmic Resistance (RD): This value is estimated at small
- Vds. That is, RD is computed using data points in the linear
- region of the I-V curves. Again, a small value of RD should be
- expected. The parameters needed are: Ids(RD), Vgs(RD) and
- Vds(RD). Note that Beta should be computed first prior to
- estimating RD. Refer to the following paragraph for computing
- Beta.
-
- Beta is computed in the saturation region of the I-V curve.
-
- Ids = Beta * (Vgs - Vt)^2
-
- * Process Transconductance (KP): KP is computed from a single
- set of data points on the I-V curves. The parameters used in PEP
- are Ids(KP) and Vgs(KP). Assuming the ratio of W/L is one, KP
- can be estimated from the drain current equation in the saturated
- region. PEP uses a default value of 100 um for both the width and
- the length. You can use W and L to scale your your drain current.
- It is recommended that you estimate KP at the operating Vgs value.
-
- * Body effect coefficient (GAMMA): The equation used in
- computing GAMMA is as follows:
-
- GAMMA = (Vth2 - Vth1) / (SQR(PHI-Vbs2) - SQR(PHI-Vbs1))
-
- Setting Vbs1 to 0 volts will yield Vth1 = VTO.
-
- The two parameters needed by PEP to compute GAMMA are Vth2 and
- Vbs2. In addition, PHI must be computed first prior to this
- estimation.
-
- Notes:
- ------
- Crss defined in databooks is equivalent to Cgd used in the MOSFET
- model. The input capacitance is equal to the sum of Cgs and Cgd.
- Using this approach, you can estimate the value of Cgs since Ciss
- is usually given in databooks.
-
- Many of the LEVEL 3 model parameters are not described here.
- Most of them require either process parameters or curve-fit data.
- The objective of this doc file is to show our users a simple and
- straight forward way of estimating the important data needed to
- model a MOSFET.
-
-
- MOSFET Model parameters estimation flow chart:
-
- Compute VTO
- Ids1(VTO), Vgs1(VTO), Ids2(VTO), Vgs2(VTO)
- |
- Enter channel length
- Default is 100 um
- |
- Enter channel width
- Default is 100 um
- |
- Enter lateral diffusion (LD)
- Default is 0
- |
- Compute KP assuming W/L=1.0
- Ids(KP), Vgs(KP)
- |
- Compute LAMBDA
- Vds1(LAMBDA), Ids1(LAMBDA), Vds2(LAMBDA), Ids2(LAMBDA)
- |
- Compute GAMMA
- Vth2(GAMMA), Vgs2(GAMMA)
- |
- Compute RS (Vgs2 >> Vgs1)
- Vgs1(RS), Ids1(RS), Vgs2(RS), Ids2(RS)
- |
- Compute RD
- Ids(RD), Vgs(RD), Vds(RD)
- |
- Enter CGD
- CGD = Crss
- |
- Enter CGS
- Crss, Ciss
-
-
- Following the above computations of the above parameters, enter
- any other parameters (either process or electrical) directly into
- the PEP program or directly in the Micro-cap III library.
-