Chargement…
Chargement…
The entity porte_nand has two inputs (i_a, i_b) and one output (o_q), all of type std_logic.
The output o_q is '0' only when both inputs are '1'. In all other cases, the output is '1'. It is the inverse of an AND gate.
| Signal | Direction | Width | Description |
|---|---|---|---|
i_a | Input | 1 bit | Input A |
i_b | Input | 1 bit | Input B |
o_q | Output | 1 bit | Output |