SR flip flop to T flip flop - mbits-mirafra/digitalDesignCourse GitHub Wiki

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

Here the required flip-flop is T flip-flop

T TRUTH TABLE drawio

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

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

EXCI SR drawio

Step 3: The conversion table, which is a combination of the truth table and excitation table

To implement a T flip-flop from SR flip-flop is as follows

ST TO T drawio

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

In this case, the given flip-flop is SR.

Therefore, write the Boolean expressions for S AND R from the conversion table using K-Map.

K-Map for S:

image

Expression for S would be

S VALUE IN Tdrawio

K-Map for R:

image

Expression for R would be

R VALUE IN T drawio

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

sr to t conversion drawio