diff --git a/education/computer engineering/ECE2700/Sequential Circuits.md b/education/computer engineering/ECE2700/Sequential Circuits.md index 7cfcc11..60ef56e 100644 --- a/education/computer engineering/ECE2700/Sequential Circuits.md +++ b/education/computer engineering/ECE2700/Sequential Circuits.md @@ -39,4 +39,8 @@ 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 +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. + +# Counters +## A 3-bit Up-counter +![[Pasted image 20250317102911.png]] \ No newline at end of file diff --git a/education/computer engineering/ECE2700/assets/Pasted image 20250317102911.png b/education/computer engineering/ECE2700/assets/Pasted image 20250317102911.png new file mode 100644 index 0000000..ab0990d Binary files /dev/null and b/education/computer engineering/ECE2700/assets/Pasted image 20250317102911.png differ