0
1.2kviews
Convert T Flip Flop to D Flip Flop
1 Answer
1
2views

If we want to convert one type of flip flop into another type of flip flop, first we have to design a combinational circuit to connect it to the inputs of actual flip flop. So, the outputs of combinational circuit will be the inputs of the actual flip flop and then it will produce same output as that of the required flip flop.

A T flip flop can be converted to a D flip flop by the following table and K-map:

enter image description here

enter image description here

Formula :-

$T = \bar D.Qn + D . \bar {Qn} = D ⊕ Qn$

Please log in to add an answer.