Truth table for sequential circuits - flip flops

Thread Starter

mario_wins

Joined Nov 3, 2008
3
I can complete the truth tables for combinational circuits, but i'm having trouble understanding the concept of flip flops. For exmaple in the diagram i have attached i don't get where are the values for the AND gates on the left & how to construct its truth table.
Thanks for the help.

 

Attachments

Last edited:

mik3

Joined Feb 4, 2008
4,843
The inputs for the AND gates are coming from the output of the flip flops. You have to assume an initial state on the outputs like A=1 and B=0 and start making the truth table.
 

Thread Starter

mario_wins

Joined Nov 3, 2008
3
So it would be like this? Then how do you get the next state due to the flip flops?

A B X
0 0 0
0 0 1
0 1 0
0 1 1
1 0 0
1 0 1
1 1 0
1 1 1
 
Top