From 0fa73dc59993e4f0ca5750520cf4f2e5fcb2e8cc Mon Sep 17 00:00:00 2001 From: arc Date: Mon, 17 Mar 2025 10:19:18 -0600 Subject: [PATCH] vault backup: 2025-03-17 10:19: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 39679e8..7cfcc11 100644 --- a/education/computer engineering/ECE2700/Sequential Circuits.md +++ b/education/computer engineering/ECE2700/Sequential Circuits.md @@ -34,4 +34,9 @@ A T Flip Flip, or a toggle flip flop has two inputs: # Registers ## Shift Register ![[Pasted image 20250317101146.png]] -Above is a simple shift register. \ No newline at end of file +Above is a simple shift register. + +## Parallel Shift Register +A parallel shift register has 4 inputs, 4 outputs, a serial input, and a shift/load input. + +When the *load* input is high, the input is stored into the register. When the *shift* input is high, the registers are shifted and the serial input is read into the new space. \ No newline at end of file