Design a sequential circuit with two JK flip flops and one input, x_in.
a) When x_in = 1, the state of the circuit remains the same, When x_in = 0, the circuit goes through the state transistions from 00 to 01 to 11 to 10 to 00 and repeats.
b) Design the same circuit with T flip flops.