Regarding jk flip flop Q' stability.

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 3K views
nascentmind
Messages
52
Reaction score
0
Hi,

I am trying to understand and analyze JK flip flop's (using RS flop flop i.e. using NOR gates). I have written out the characteristic table and when I give Q = 1, J=1 and K = 0 I am trying to analyze the Q' (Q complement) by giving the intial state to 0. I find that Q settles to 1 (i.e. Q(t+1)) but Q' oscillates between 0 and 1. How is this fixed? Is the Q' needed in JK flip flops? Also why do textbooks don't talk about Q' in JK or D or T but only Q and Q(t+1) ?

Thanks.
 
Engineering news on Phys.org
J-K-Flip-Flop.jpg


No it won't oscillate for Q=1, J=1, K=0. AND gate with i/p K will always be 0 and AND gate with i/p Q' will always be 0, making FF to hold its state.

However, for J=1, K=1, If the clock enable time is larger than Q/Q' to R/S delay the circuit will oscillate. To resolve the problem use master slave JK FF.