vault backup: 2025-03-03 09:56:16
This commit is contained in:
parent
8468365679
commit
68007bd0f2
@ -0,0 +1,14 @@
|
||||
- Output depends on input and past behavior
|
||||
- Requires use of storage elements
|
||||
|
||||
# Latches
|
||||
## A Latch Built with NOR gates
|
||||
Truth table:
|
||||
|
||||
| $S$ | $R$ | $Q_a$ | $Q_b$ |
|
||||
| --- | --- | ----- | ----- |
|
||||
| 0 | 0 | 0/1 | 1/0 |
|
||||
| 0 | 1 | 0 | 1 |
|
||||
| 1 | 0 | 1 | 0 |
|
||||
| 1 | 1 | 0 | 0 |
|
||||
![[Pasted image 20250303095542.png]]
|
Before Width: | Height: | Size: 102 KiB After Width: | Height: | Size: 102 KiB |
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 29 KiB |
Binary file not shown.
After Width: | Height: | Size: 54 KiB |
Loading…
x
Reference in New Issue
Block a user