T FLIP FLOP TO SR FLIP FLOP - mbits-mirafra/digitalDesignCourse GitHub Wiki

T flipflop to SR flipflop

Step 1: Write the truth table of the required flip-flop

Here the required flip-flop is SR flip-flop

ST TRUTH drawio

Step 2: Write the excitation table of the given flip-flop

In this case the given flip-flop is T flip-flop

EXC T drawio

Step 3: The conversion table, which is a combination of truth table and excitation table, to implement a SR flip-flop from T flip-flop is as follows

T SR COMB drawio

Step 4: Find the Boolean expressions for the inputs of the given flip-flop

In this case the given flip-flop is T.

Therefore, write the Boolean expression for T from the conversion table using K-Maps.

K-Map for T:

image

Expression for T would be

image

Step 5: Draw the circuit for implementing SR flip-flop from T flip-flop

For this, connect the input of the T flip-flop to the circuit of the Boolean expression for T.

Therefore, the circuit would be:

image