From 9509ccdcedfaed75019bdc69bcc9376b80dff761 Mon Sep 17 00:00:00 2001 From: arc Date: Mon, 17 Mar 2025 09:59:18 -0600 Subject: [PATCH] vault backup: 2025-03-17 09:59:18 --- .../computer engineering/ECE2700/Sequential Circuits.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/education/computer engineering/ECE2700/Sequential Circuits.md b/education/computer engineering/ECE2700/Sequential Circuits.md index 9cc2797..2843f3f 100644 --- a/education/computer engineering/ECE2700/Sequential Circuits.md +++ b/education/computer engineering/ECE2700/Sequential Circuits.md @@ -16,6 +16,15 @@ Truth table: | 1 | 1 | 0 | 0 | ![[Pasted image 20250303095542.png]] + +# Gated Latch +A gated latch is similar to a basic latch, but the output only changes when $clk = 1$. +# D Latch +A D latch has two inputs, $clk$ and $data$. When $clk$ is high, $data$ is stored. + +# Flip Flop +A latch, but the output only changes on $clk$ edge +- Can be a rising edge latch or a falling edge latch # T Flip Flop A T Flip Flip, or a toggle flip flop has two inputs: - $clk$ - Clock input