Chargement…
Chargement…
The entity half_adder has two inputs (i_a, i_b) and two outputs (o_sum, o_carry), all of type std_logic.
The sum o_sum is the XOR of both inputs. The carry o_carry is '1' only when both inputs are '1' (AND).
i_ai_bo_sumo_carry