Lecture #7
Lecture #7
Digital ICs are often categorized according to the complexity of their circuits, as
number of gates is usually fewer than 10 and is limited by the number of pins available in the
IC.
Medium‐scale integration (MSI) devices have a complexity of approximately 10 to 1,000 gates in
a single package. MSI digital functions are introduced in Chapters ahead as decoders, adders,
and multiplexers, registers and counters.
Large‐scale integration (LSI) devices contain thousands of gates in a single package. They include
Many different logic families of digital integrated circuits have been introduced
commercially.The following are the most popular:
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
pulled up to VDD
4
NMOS Logic Gates
The earlier schemes for building logic gates with MOSFETs.
NOT gate
Truth table:
x f
0 1
1 0
5
NAND gate
Truth table:
x1 x2 f
0 0 1
0 1 1
1 0 1
1 1 0
6
NOR gate
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 pullsVf up toVDD.
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
The basic CMOS series for the 3.3V category and their designations include
74LV – Low-voltage CMOS
74LVC – Low-voltage CMOS
74ALVC – Advanced low-voltage CMOS
10
Input and output logic level (5V CMOS)
11
NOT gate
Truth table:
x T1 T2 f
0 On Off 1
1 Off On 0
12
NAND gate
x 1 x 2 T1 T2 T3 T4 f
0 0 on on off off 1
0 1 on off off on 1
1 0 off on on off 1
1 1 off off on on 0
13
NOR gate
x 1 x 2 T1 T2 T3 T4 f
0 0 on on off off 1
0 1 on off off on 0
1 0 off on on off 0
1 1 off off on on 0
14
AND gate OR gate
- Built by connecting a NAND gate to - Constructed with a NOR gate followed
an inverter. by a NOT gate.
15