3) Design, build and test a sequential circuit with JK flip flops
A sequential circuit has two JK flip-flops A and B and one input x. The circuit is described by the following flip-flop input equations:
JA = x
KA = B
JB = x
KB = A’
a) Derive the state equation A(t+1) and B(t+1) by substituting the input equations for the J and K variables.
b) Complete the table
c) Draw the state diagram for the circuit
d) Draw the logic circuit diagram
e) show the timing diagram
** I am using Quartus to run the circuit***