diff --git a/education/computer engineering/ECE2700/Sequential Circuits.md b/education/computer engineering/ECE2700/Sequential Circuits.md index 97fdb5d..39679e8 100644 --- a/education/computer engineering/ECE2700/Sequential Circuits.md +++ b/education/computer engineering/ECE2700/Sequential Circuits.md @@ -29,4 +29,9 @@ Similar to an SR flip flop, a JK flip flop has set/reset inputs, but when *both* ## T Flip Flop A T Flip Flip, or a toggle flip flop has two inputs: - $clk$ - Clock input -- $T$ - Whenever $T$ goes from low to high, the output toggles its state \ No newline at end of file +- $T$ - Whenever $T$ goes from low to high, the output toggles its state + +# Registers +## Shift Register +![[Pasted image 20250317101146.png]] +Above is a simple shift register. \ No newline at end of file diff --git a/education/computer engineering/ECE2700/assets/Pasted image 20250317101146.png b/education/computer engineering/ECE2700/assets/Pasted image 20250317101146.png new file mode 100644 index 0000000..5fade08 Binary files /dev/null and b/education/computer engineering/ECE2700/assets/Pasted image 20250317101146.png differ