Lecture #7
Lecture #7
2
Transistor Switches
MOSFET (metal oxide semiconductor field-effect
transistor) is used for implementing a simple switch.
• Two different types of MOSFETs
- NMOS: n-channel MOSFET
- PMOS: p-channel MOSFET
3
NMOS:
- Turned on when
gate terminal is
High.
- The drain is
pulled down to
ground.
PMOS:
- Turned on
when the gate
terminal is Low.
- The
drain is
4 pulled up to
V
NMOS Logic Gates
The earlier schemes for building logic gates with MOSFETs.
NOT gate
Truthxtable:f
0 1
1 0
5
NAND gate
x x f
Truth
1
table:
2
0 0 1
0 1 1
1 0 1
1 1 0
6
NOR gate
Vf be pulled up to 5 V.
Truth table:
x1 x2 f
0 0 1
0 1 0
1 0 0
1 1 0
7
AND gate OR gate
Truth table:
x1 x2 f
0 0 0
0 1 0 Truth table:
1 0 0 x1 x2 f
1 1 1 0 0 0
0 1 1
1 0 1
1 1 1
8
CMOS Logic Gates
CMOS circuits are introduced later to PMOS and NMOS
circuits
CMOS: Complementary MOSFET.
- Combines NMOS and PMOS.
pull-up network (PUN) is
built using PMOS transistors
Pull-down network (PDN) is
build using NMOS.
Either the PDN pulls Vf down
to Gnd or the PUN pulls Vf up
to VDD.
9
The categories of CMOS in terms of the dc supply voltages
are the 5V CMOS, the 3.3V CMOS, the 2.5V CMOS, and the
1.8V CMOS.
The series within the CMOS family are designated by the
prefix 74 (commercial grade) or 54 (military grade)
followed by a letter or letters that indicate the series and
then a number that indicates the type of logic device.
The basic CMOS series for the 5V category and their
designations include
74HC and 74HCT – High-speed CMOS (the “T” indicates
TTL compatibility)
74AC and 74ACT – Advanced CMOS
74AHC and 74AHCT – Advanced High-speed CMOS
The basic CMOS series for the 3.3V category and their
designations include
74LVC – Low-voltage CMOS
74ALVC – Advanced low-voltage CMOS
10
Input and output logic level (5V CMOS)
11
NOT gate
Truth0 table:
O Of 1
n f
1 Of O 0
f n
12
NAND gate
0 0 on on of of 1
f f
0 1 on of of on 1
f f
1 0 of on on of 1
f f
1 1 of of on on 0
f f
13
NOR gate
0 0 on on of of 1
f f
0 1 on of of on 0
f f
1 0 of on on of 0
f f
1 1 of of on on 0
f f
14
AND gate
- Built by connecting a NAND OR gate
gate to - Constructed with a NOR gate
an inverter. followed by a NOT gate.
15