Create a combinational circuit whose output is high only when both inputs are low.
Interface
| Signal | Direction | Width | Description |
|---|---|---|---|
a, b |
input | 1 each | Gate inputs |
y |
output | 1 | not (a or b) |
Create a combinational circuit whose output is high only when both inputs are low.
| Signal | Direction | Width | Description |
|---|---|---|---|
a, b |
input | 1 each | Gate inputs |
y |
output | 1 | not (a or b) |