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$ |