0
966views
Convert D type flip flop into T type flip flop
1 Answer
written 3.6 years ago by |
Step 1:The truth table as follows :
INPUT | OUTPUT | ||
---|---|---|---|
T | Present State Qn State | Next State Qn+1 | |
0 | 0 | 0 | 0 |
1 | 0 | 1 | 1 |
1 | 1 | 0 | 0 |
0 | 1 | 1 | 1 |
Step 2: K map and simplification and logic diagram: K map is shown in figure 4(a) and logic diagram is shown in figure 4(b).