You must login before you can post a comment.
Author: Kevin Galán
Forked from: Aditya Pandey/T flip-flop
Project access type: Public
Description:
T flip-flop is known as toggle flip-flop. The T flip-flop is modification of the J-K flip-flop. Both the JK inputs of the JK flip – flop are held at logic 1 and the clock signal continuous to change as shown in table below.
Truth Table of T flip-flop
Clk
T
Q
Q’
0
1
Previous or memory state
0
0
1
0
1
1
Toggle state
Created: May 09, 2023
Updated: Aug 27, 2023
Comments