Lesson 05 - Decoders
Lesson 05 - Decoders
By
Dr Moses Ubaru
November 22, 2 Introduction to Digital Design Page 1
023
Combinational Building Blocks
Commonly used building blocks
include:
Full adders
Priority circuits
Seven segment display decoder
Multiplexers
Decoders
Etc
Using
Decoders
November 22, 2 Introduction to Digital Design Page 4
023
Decoders
Decoders
Generally:
The inner structure of Decoders is composed of an array of
AND or NAND gates that generate the required minterm.
A B D3 D2 D1 D0
0 0 0 0 0 1 D3
0 1 0 0 1 0
D2
1 0 0 1 0 0
D1
1 1 1 0 0 0
D0
1 X X 1 1 1 1 D3
0 0 0 1 1 1 0
D2
0 0 1 1 1 0 1
D1
0 1 0 1 0 1 1
0 1 1 0 1 1 1
D0
Example
E.g. Implement full adder circuit whose outputs are
given as:
S(A,B,C) = Σ(1, 2, 4, 7)
C(A,B,C) = Σ(3, 5, 6, 7)
0
1 S
2
3
4
A A 5
B B 6 C
C C 7