Compare commits

...

3 Commits

Author SHA1 Message Date
arc
9509ccdced vault backup: 2025-03-17 09:59:18 2025-03-17 09:59:18 -06:00
arc
9a5e78f4c0 Merge remote-tracking branch 'origin/main' 2025-03-17 09:54:19 -06:00
arc
6567569e66 vault backup: 2025-03-17 09:54:19 2025-03-17 09:54:19 -06:00

View File

@ -16,6 +16,15 @@ Truth table:
| 1 | 1 | 0 | 0 |
![[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
A T Flip Flip, or a toggle flip flop has two inputs:
- $clk$ - Clock input