• Hey, guest user. Hope you're enjoying NeoGAF! Have you considered registering for an account? Come join us and add your take to the daily discourse.

GAF, need help simplifying a logic equation...

Status
Not open for further replies.
So I derived the following truth table for a 2 - bit synchronous down counter:

Flip Flop inputs
J1K1 J2K2
0 x 0 x
1 x x 0
x 0 0 x
x 1 x 0


x = do not care conditions.

Is it possible to have all Xs in the J2 and K2 part equal to 0? (like the following:
J1K1 J2K2
0 x = 0
x = 0 0
0 x = 0
x = 0 0

If so, how would the logic equation look like if it was all x = 0?
 

rastex

Banned
If it's a don't care then why wouldn't it work if you set the X's to 0's, and why not figure out the logic equation yourself?
 
Status
Not open for further replies.
Top Bottom