You are on page 1of 9

ANALOG IC DESIGN LAB

ASSIGNMENT - 04

YATENDRA SINGH CHAUHAN

ROLL NO: MT20MVD014


9.1 Calculate and simulate the values of ID and VGS in the Following circuit?

.MODEL NMOS NMOS LEVEL = 3


+ TOX = 200E-10 NSUB = 1E17 GAMMA = 0.5
+ PHI = 0.7 VTO = 0.8 DELTA = 3.0
+ UO = 650 ETA = 3.0E-6 THETA = 0.1
+ KP = 120E-6 VMAX = 1E5 KAPPA = 0.3
+ RSH = 0 NFS = 1E12 TPG = 1
+ XJ = 500E-9 LD = 100E-9
+ CGDO = 200E-12 CGSO = 200E-12 CGBO = 1E-10
+ CJ = 400E-6 PB = 1 MJ = 0.5
+ CJSW = 300E-12 MJSW = 0.5
.option scale=1u
.op
Vdd 3 0 DC 2
Vds 3 2 DC 0
R1 2 1 100K
M1 1 1 0 0 NMOS L=1 W=10
.control
destroy all
run
print all
print i(Vds)
.endc

.end

Here v(1) = VDS = VGS = 0.8994v

Here Ids =11.005ua


9.23 For the circuits seen in Fig. 9.46, estimate both the output voltage at
room temperature and how it will change with temperature. Verify your
answer with SPICE. Use the short-channel CMOS process.
1.

CODE:
m1 d d 0 0 N_1u l=2 w=50
Ibiasn vdd d dc 10u
vddn vdd 0 dc 1
.control
destroy all
set temp=0
run
print d
set temp=50
run
print d
set temp=100
run
print d
set temp=150
run
print d
.endc
.op
.options scale=1u
.MODEL NMOS NMOS LEVEL = 3
+ TOX = 200E-10 NSUB = 1E17 GAMMA = 0.5
+ PHI = 0.7 VTO = 0.8 DELTA = 3.0
+ UO = 650 ETA = 3.0E-6 THETA = 0.1
+ KP = 120E-6 VMAX = 1E5 KAPPA = 0.3
+ RSH = 0 NFS = 1E12 TPG = 1
+ XJ = 500E-9 LD = 100E-9
+ CGDO = 200E-12 CGSO = 200E-12 CGBO = 1E-10
+ CJ = 400E-6 PB = 1 MJ = 0.5
+ CJSW = 300E-12 MJSW = 0.5
.end

Simulation:
2.
Code :
.op
.options scale=1u
.MODEL PMOS PMOS LEVEL = 3
+ TOX = 200E-10 NSUB = 1E17 GAMMA = 0.6
+ PHI = 0.7 VTO = -0.9 DELTA = 0.1
+ UO = 250 ETA = 0 THETA = 0.1
+ KP = 40E-6 VMAX = 5E4 KAPPA = 1
+ RSH = 0 NFS = 1E12 TPG = -1
+ XJ = 500E-9 LD = 100E-9
+ CGDO = 200E-12 CGSO = 200E-12 CGBO = 1E-10
+ CJ = 400E-6 PB = 1 MJ = 0.5
+ CJSW = 300E-12 MJSW = 0.5
m1 2 2 1 1 PMOS l=2 w=100
Ibias 2 0 dc 10u
vdd 1 0 dc 1
.control
destroy all
set temp=0
run
print 2
set temp=50
run
print 2
set temp=100
run
print 2
set temp=150
run
print 2
.endc

.end

SIMULATION:
CONCULSION:

In this assignment, we have calculated the values of drain current and gate to
source voltage of different problems and also verified it by simulation in ngspice.

You might also like