Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

2x4 Decoder

2x4
Decoder
3x8 Decoder

A2 A1 A0 D0 D1 D2 D3 D4 D5 D6 D7
0 0 0 1 0 0 0 0 0 0 0
0 0 1 0 1 0 0 0 0 0 0
0 1 0 0 0 1 0 0 0 0 0
0 1 1 0 0 0 1 0 0 0 0 A0
1 0 0 0 0 0 0 1 0 0 0
A1
1 0 1 0 0 0 0 0 1 0 0
1 1 0 0 0 0 0 0 0 1 0
A2
1 1 1 0 0 0 0 0 0 0 1
ത + 𝑋𝑍ҧ
Ex. 𝐹 𝑋, 𝑌, 𝑍 = 𝑋𝑌𝑍
Implement the function with decoder and external OR Gates
Step 1. Truth table Step 2. Minterms form Step 3. Selection of Decoder and OR gates

X Y Z F
0 0 0 0 No. Of inputs = 3  3x23 line decoder
𝐹(𝑋, 𝑌, 𝑍) = ∑𝑚(3,4,6)
0 0 1 0
0 1 0 0
No. Of outputs = 1  1 OR gate
0 1 1 1
1 0 0 1 Step 4. Decoder output and input OR gate connection
1 0 1 0
1 1 0 1
1 1 1 0
𝑭

You might also like