Gate level logic circuit

Thread Starter

rds1975

Joined Aug 30, 2004
8
Hi

Can somebody help in solving this one also

Given the following table, generate the gate level logic circuit.
A B C Z
0 0 0 1
0 0 1 0
0 1 0 0
0 1 1 1
1 0 0 0
1 0 1 1
1 1 0 1
1 1 1 0
 

Kingcosmos

Joined Sep 23, 2004
5
Originally posted by rds1975@Sep 21 2004, 12:59 AM
Hi

Can somebody help in solving this one also

Given the following table, generate the gate level logic circuit.
A B C Z
0 0 0 1
0 0 1 0
0 1 0 0
0 1 1 1
1 0 0 0
1 0 1 1
1 1 0 1
1 1 1 0
[post=2590]Quoted post[/post]​
Digital design brings back memories. I want to say that you need to look at Karnaugh Maps for this one. Unfortunately, It has been a long time since I did them. But that is what I suggest you look at.
 
Top