Digital Logic and Design: Dr. M. Najam Ul Islam PHD Electrical, Engineering
Digital Logic and Design: Dr. M. Najam Ul Islam PHD Electrical, Engineering
Logic Gates
Universal Gates
NAND and NOR are universal gates.
NAND Gate
Complement of AND
NOR Gate
Complement of OR
Universal Gates
NAND and NOR gates are economical, easy to
fabricate and used as the basic gates used in all IC digital logic families.
Universal Gates
To prove that any Boolean function can be
implemented using only NAND gates, it can be shown that the AND, OR, and NOT operations can be performed using only these gates.
10
12
13
14
15
17
18
19
Two-Level Implementations
Boolean functions in either SOP or POS forms can
be implemented using 2-Level implementations.
Two-Level Implementations
SOP forms can be implemented using only NAND
gates, while POS forms can be implemented using only NOR gates. Example 1: Implement the following SOP function F = XZ + YZ + XYZ Being an SOP expression, it is implemented in 2-levels as
shown in the figure.
21
Example 1
Substitute and then remove the redundant gates Final result should have only two-levels.
22
Example 1
23
Example 2
Implement the following POS function
F = (X+Z) (Y+Z) (X+Y+Z)
24
Example 2
Do it your self !
25
Answer!!!
26