From 6a1110247332e80f878f5f429fe07a8fc50db3e5 Mon Sep 17 00:00:00 2001 From: arc Date: Mon, 3 Mar 2025 10:11:16 -0700 Subject: [PATCH] vault backup: 2025-03-03 10:11:16 --- education/computer engineering/ECE2700/Sequential Circuits.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/education/computer engineering/ECE2700/Sequential Circuits.md b/education/computer engineering/ECE2700/Sequential Circuits.md index 1403a07..e4df860 100644 --- a/education/computer engineering/ECE2700/Sequential Circuits.md +++ b/education/computer engineering/ECE2700/Sequential Circuits.md @@ -3,7 +3,8 @@ # Latches ## SR Latch -SR +SR stands for *Set*/*Reset*, and functions like so: +- When a signal comes into $S$, $Q_a$ is **set** on and stays on until a signal comes into $R$, at which point $S$ Truth table: | $S$ | $R$ | $Q_a$ | $Q_b$ |