T Flip-Flop
The T also called toggle flip-flop is changes the output on each clock edge, giving an output which is half the frequency of the signal to the T input.
Equation: $$Q = T xor Q = TQ' + T'Q$$
T flip-flop symbol
T flip-flop circuits
T flip-flop truth table
CLK | T | Q | Q' | Description |
---|---|---|---|---|
↑ | 0 | Q | Q' | Memory no change |
↑ | 1 | Q' | Q | Toggle |