Chargement…
The entity nor_gate has two inputs (i_a, i_b) and one output (o_q), all of type std_logic.
entity
nor_gate
i_a
i_b
o_q
std_logic
The output o_q is '1' only when both inputs are '0'. As soon as one input is '1', the output goes to '0'.