diff --git a/education/computer engineering/ECE2700/Sequential Circuits.md b/education/computer engineering/ECE2700/Sequential Circuits.md index 5fdfb3c..9cc2797 100644 --- a/education/computer engineering/ECE2700/Sequential Circuits.md +++ b/education/computer engineering/ECE2700/Sequential Circuits.md @@ -14,4 +14,9 @@ Truth table: | 0 | 1 | 0 | 1 | | 1 | 0 | 1 | 0 | | 1 | 1 | 0 | 0 | -![[Pasted image 20250303095542.png]] \ No newline at end of file +![[Pasted image 20250303095542.png]] + +# T Flip Flop +A T Flip Flip, or a toggle flip flop has two inputs: +- $clk$ - Clock input +- $T$ - Whenever $T$ goes from low to high, the output toggles its state \ No newline at end of file