Compare commits

..

No commits in common. "9509ccdcedfaed75019bdc69bcc9376b80dff761" and "2b6f1878d2134291dbfa8ecc2a1b05910108291a" have entirely different histories.

View File

@ -16,15 +16,6 @@ Truth table:
| 1 | 1 | 0 | 0 | | 1 | 1 | 0 | 0 |
![[Pasted image 20250303095542.png]] ![[Pasted image 20250303095542.png]]
# Gated Latch
A gated latch is similar to a basic latch, but the output only changes when $clk = 1$.
# D Latch
A D latch has two inputs, $clk$ and $data$. When $clk$ is high, $data$ is stored.
# Flip Flop
A latch, but the output only changes on $clk$ edge
- Can be a rising edge latch or a falling edge latch
# T Flip Flop # T Flip Flop
A T Flip Flip, or a toggle flip flop has two inputs: A T Flip Flip, or a toggle flip flop has two inputs:
- $clk$ - Clock input - $clk$ - Clock input