0% found this document useful (0 votes)
187 views3 pages

Decoder Problem

This document discusses using a 2x4 decoder and 3x8 decoder to implement a logic function with 3 inputs (X, Y, Z) and 1 output (F). It provides a truth table for the function F(X,Y,Z)=XYZ. It then notes that a 3x8 decoder is needed since there are 3 inputs, and the output can be generated by connecting the appropriate decoder outputs to an OR gate.

Uploaded by

ray
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
187 views3 pages

Decoder Problem

This document discusses using a 2x4 decoder and 3x8 decoder to implement a logic function with 3 inputs (X, Y, Z) and 1 output (F). It provides a truth table for the function F(X,Y,Z)=XYZ. It then notes that a 3x8 decoder is needed since there are 3 inputs, and the output can be generated by connecting the appropriate decoder outputs to an OR gate.

Uploaded by

ray
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 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