Flip flop conversion

Thread Starter

siam

Joined Sep 21, 2012
4
i know j-k flip flop ic is available.but i m not looking for ic.i want to design it from t flip flop and using basic gates.thanx
 

ian field

Joined Oct 27, 2012
6,536
hello everyone!can anyone please explain how to design a j-k flip flop from T flip flop...
For the minute, the definition of a T flip-flop eludes me - but a D flip-flop will toggle on each relevant clock edge if you connect the NOT-Q output back to the D input.
 

MrChips

Joined Oct 2, 2009
30,802
The definition of a T flip-flop is
when T input = 0, Q output remains unchanged with the next clock pulse
when T input = 1, Q = Q' with the next clock pulse.

Connecting Q' to the D input of a D flip-flop creates the second functional part of the T flip-flop.
 
Top