From 2b6f1878d2134291dbfa8ecc2a1b05910108291a Mon Sep 17 00:00:00 2001 From: arc Date: Mon, 17 Mar 2025 09:48:18 -0600 Subject: [PATCH] vault backup: 2025-03-17 09:48:18 --- .../computer engineering/ECE2700/Sequential Circuits.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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