Chargement…
The entity not_gate has one input (i_a) and one output (o_q), both of type std_logic.
entity
not_gate
i_a
o_q
std_logic
The output o_q is the inverse of input i_a: if i_a is '0', o_q is '1' and vice versa.