0% found this document useful (0 votes)
62 views

Experiment 7

This document describes three experiments involving MOSFET circuits. Experiment 7-1 simulates a grounded resistor using an NMOS transistor. Experiment 7-2 simulates (a) a floating resistor and compares the outputs when VG1 is greater than and less than VG2, and (b) an inverter made from NMOS and PMOS transistors. Experiment 7-3 simulates two floating resistors using operational amplifiers and varies the input voltage and gate voltage to analyze the outputs.

Uploaded by

Ketan Sharma
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
62 views

Experiment 7

This document describes three experiments involving MOSFET circuits. Experiment 7-1 simulates a grounded resistor using an NMOS transistor. Experiment 7-2 simulates (a) a floating resistor and compares the outputs when VG1 is greater than and less than VG2, and (b) an inverter made from NMOS and PMOS transistors. Experiment 7-3 simulates two floating resistors using operational amplifiers and varies the input voltage and gate voltage to analyze the outputs.

Uploaded by

Ketan Sharma
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 5

EXPERIMENT 7

AIM: To make a grounded resistor & floating resistor using MOSFET.


*Experiment 7-1
.model nm nmos(Kp=20u Vto=1V lambda=0.04 gamma=1)
M1 2 1 0 0 nm l=10u w=100u
VGS 1 0 dc 0
VDS 2 0 dc 0
*DC analysis
.dc lin VDS -0.5 10 0.01 VGS 0 10 2
.probe
.end
OUTPUT

*Experiment 7-2a
.lib C:\AD844.lib

.model nm nmos(Kp=20u Vto=1V lambda=0.04 gamma=1)


X 5 2 7 4 6 5 AD844
R 6 0 1k
M1 2 3 0 0 nm l=10u w=100u
M2 5 9 0 0 nm l=10u w=100u
Vdd 7 0 dc 12
Vss 0 4 dc 12
VG1 3 0 dc 5
VG2 9 0 dc 5
Vin 2 0 dc 5
.dc lin Vin -0.5 8 0.01 VG1 5 10 2
.probe
.end
OUTPUT
(VG1>VG2):

(VG2>VG1):

*Experiment 7-2b
.model nm nmos(Kp=20u Vto=0.7 lambda=0.04)
.model pm pmos(Kp=10u Vto=-0.7 lambda=0.04)
M1 2 1 0 0 nm l=3u w=36u
M2 2 2 5 5 nm l=6u w=36u
M3 3 0 5 5 nm l=6u w=36u
M4 3 3 4 4 pm l=10u w=150u
M5 2 3 4 4 pm l=10u w=150u
Vdd 4 0 dc 15
Vss 0 5 dc 15
Vc 1 0 dc 0
Vin 2 0 dc 0
.dc lin Vin -0.6 5 0.01 Vc 2 10 2
.probe

.end
OUPUT:

*Experiment 7-3
.lib C:\AD844.lib
.model nm nmos(Kp=20u Vto=1V lambda=0.04)
M1 1 10 2 2 nm l=10u w=100u
M2 3 11 12 12 nm l=10u w=100u
V1 1 0 dc 0
V2 2 0 dc 0
VG1 10 0 dc 0
VG2 11 0 dc 5
X1 3 1 7 4 6 3 AD844
X2 12 2 7 4 6 12 AD844
Vp 7 0 dc 12
Vn 0 4 dc 12

.dc lin V1 -0.5 0.5 0.01 VG1 5 15 2


.probe
.end

OUTPUT:

You might also like