Chargement…
The entity xor_gate has two inputs (i_a, i_b) and one output (o_q), all of type std_logic.
entity
xor_gate
i_a
i_b
o_q
std_logic
The output o_q is '1' when both inputs are different. It is '0' when both inputs are the same.