I need to design a decoder using the table given and logic gates. I dont need a complete solution but an approach or headstart on this problem. Any help is appreciated.
Asked
Active
Viewed 65 times
1 Answers
1
Some quick tips when reading the table:
A = E
B = E
C = E and Q2
D = E and (Q1 or Q2)
E = E
F = E and Q1 and Q2
G = not C
This is not the only solution; it is also possible to use variable Q0.
It is a bit strange to have a variable and an output named E.

Emond
- 50,210
- 11
- 84
- 115