Anda di halaman 1dari 18

Chung Yuan Christian University

Electronics Engineering Department

Introduction to VLSI Design and Layout Practice

LABORATORY 1

Mark Anthony Te
9776059
Submitted to: Dr. Wen-Yaw Chung

I. Objectives:
A.) In this lab, you will learn main DC commands to analyze N/PMOS drain
characteristics and input gate characteristics. i.e., Id-Vds and Id-Vgs curves.
B.) In this lab, you will see the variation of threshold voltage due to back-gate
bias.
II. Discussion:
The Metal Oxide Semiconductor Field Effect Transistor (MOSFET) that is
commonly used for CMOS IC design will be studied in this lab exercise. MOSFET is a
voltage controlled device, which means the current across the transistor is dependent of
the voltage applied across the transistor.
The MOS has three operating regions namely: Cutoff, Linear and Saturation
Region. The summary of the response of each region is given below.
Simple MOS Large-Signal Model
a.) Cutoff region Vgs<VT
iD 0
b.) Linear Region
W
iD k P
L

0 < VDS < (VGS-VT)

V DS
VGS VT 2 V DS

c.) Saturation Region 0 < (VGS-VT) < VDS


W
iD k P
VGS VT 2 1 VDS
2L
Threshold Voltage, VTH, equation:

VT VT 0

2 F VSB 2 F

III. Assignments
Problem 1
(a.) Based on the following SPICE model parameters, to get the Id-Vds curves for
specific NMOS with W/L = 10u/2u and PMOS with W/L = 10u/2u using nested
DC analysis offered by SPICE
NMOS Model
.model mn nmos (level=1 vto=0.8 kp=80u lambda=0 gamma=0.5)

Schematic for NMOS testing Configuration

SPICE Netlist for NMOS Id-Vgs curve

Id

Vgs=5

Saturation Region

Linear Region

Vgs=4

Vgs=3

Vgs=2
Cutoff Region Vgs=1
Vgs=0
Vds

Id-Vds Curve for NMOS


Analysis:
This Graph shows the three regions of the MOSFET. At first, Vgs is set to zero,
thus, no current flows across the transistor; this is called the Cutoff region. Then Vgs is
increased to a voltage greater than the threshold voltage of 0.8. Current now flows across
the transistor. The on state of the transistor is divided into two. The first is the linear
region, this is the point where vds is not large enough or VDS < (VGS-VT), in this region
the transistor acts similarly as a resistor. It can be seen from the graph that in the Linear
Region the increase in Vds results in the increase in current. However, it will reach a
certain point that the transistor will saturate (Vdsat), this region is called the Saturation
Region. In this region any further increase in Vds would not result to an increase in
current. Although, there will be small increase in current cause by secondary effect
parameter Lambda. Lambda effect will be discussed later.

PMOS Model
.model mp pmos (level=1 vto=-0.8 kp=30u lambda=0.02 gamma=0.7)

Schematic for PMOS testing Configuration

SPICE Netlist for PMOS Id-Vgs curve

Id

Vgs=0
Vgs=-1
Vgs=-2

Cutoff Region

Vgs=-3
Saturation Region

Linear Region
Vgs=-4

Vgs=-5
Vds

Id-Vds curve for PMOS


Analysis:
The characteristic of PMOS is the same as the NMOS. It also has three regions.
The difference is the negative current, which means current flows from source to drain.
(b.) Do the hand calculation analysis to get Id at Vgs=Vds=5V for N and PMOS
respectively, where Id at this condition is also called the short circuit current of a
basic CMOS inverter gate.
NMOS
Given: Vgs=Vds=5V; vto=0.8; kp=80u; lambda=0; gamma=0.
Computing for the VGS-VT:
5-0.8=4.2
VGS-VT< VDS
4.2< 5
Thus, the MOS transistor is in the saturation region.

W
VGS VT 2 1 VDS
2L
10u
i D 80u
5 0.82 3.528mA
2 * 2u
iD k P

Operating point of NMOS at Vgs=Vds=5

Netlist of NMOS at Vgs=Vds=5


PMOS
Given: Vgs=Vds=5V; vto=-0.8; kp=30u; lambda=0.02; gamma=0.7.

Computing for the VGS-VT:


5-0.8=4.2
VGS-VT< VDS
4.2< 5
10u
i D 30u
5 0.82 (1 0.02 * 5) 1.4553mA
2 * 2u

Operating point of PMOS at Vgs=Vds=5

Netlist of PMOS at Vgs=Vds=5

Problem 2 : Lambda Effect


To investigate the channel length modulation effect by setting lambda from 0 to
0.05 of NMOS parameter and see the effects on Id-Vds curves of NMOS case.

SPICE Netlist for Lambda Effect testing

Id

Vgs=5 Lambda=0.05
Vgs=5 Lambda=0

Vgs=4 Lambda=0.05
Vgs=4 Lambda=0

Vgs=3 lambda=0.05
Vgs=3 lambda=0
Vgs=2 lambda=0.05
Vgs=2 lambda=0
Vds

Effect of Lambda to the Id-Vds Curve NMOS


Analysis:
Looking at the Idsat equation shown below:
W
iD k P
VGS VT 2 1 VDS
2L
At the saturation region, the drain current is not completely constant. The current
still increases with increasing VDS. The increase in current is dependent in the parameter
lambda. However, the amount increase is not that similar with the linear region since
Lambda is normally very small and less than 1.
Referring to the lambda effect graph shown above, the blue plot is the
characteristic at Lambda=0, as can be seen the drain current, id, is constant when the
transistor reach the saturation region. However, if Lambda is not equal to zero, the drain
current at saturation region is not constant and will slowly increase with increasing Vds.
This is effect is called the secondary effect caused by parameter Lamda.
Problem 3 : Investigation of Body Effect
To complete Id-Vgs simulation by varying Vgs and Vbs based on the following
setting conditions:

Vgs: 0 to 2V step size of 0.1V


Vbs: 0 to -2V step size of -0.5V
Vds fixed at 0.1V

Body Effect Testing NMOS

Id

Vsb=2
Vsb=1.5
Vsb=1
Vsb=0.5
Vsb=0

Vgs

Id-Vgs plot while varying source-bulk bias (NMOS)

Body Effect Testing PMOS

Id
Vbs=2
Vbs=1.5
Vbs=1
Vsb=0.5
Vsb=0

Vgs

Id-Vgs plot while varying bulk-source bias (PMOS)


Problem 4
To find Vgs from each Vbs bias @Id=1uA, sample for NMOS spice netlist.

Vth Extraction for each bulk source bias (NMOS)

Measured Vth with varying Bulk source bias (NMOS)

Vth Extraction for each bulk source bias (PMOS)

Measured Vth with varying Bulk source bias (NMOS)

Summary of the varaition Vth with varying bulk-source bias


Vsb
0
0.5
1
1.5
2

NMOS
Vth
0.8707
1.0100
1.1191
1.2118
1.2939

PMOS
Vth
-0.8405
-1.0335
-1.2030
-1.3199
-1.4290

Analysis for Problem 3 and Problem 4:


Threshold Voltage, VTH, equation:
VT VT 0 2 F VSB 2 F

Looking at the Vth equation, the threshold voltage is directly proportional to the
source-bulk voltage. Referring the summary of Vth-Vsb graph, the increase in sourcebulk bias causes the threshold voltage to increase.

Anda mungkin juga menyukai