Question: (4)(25pts) (a) The HalfAdder (HA) adds two input bits A, B and outputs the MSB C(A,B) = AB and the LSB S(A,B) = A B.

(4)(25pts) (a) The HalfAdder (HA) adds two input bits A, B and outputs the MSB C(A,B) = AB and the LSB S(A,B) = A B. Fill in these TTs for the HA: A B | S (b) Complete the entity and the architecture in this VHDL template the implement the HalfAdder HA with inputs A, B and outputs C, S: library ieee; use ieee.std_logic. 1164.all; entity HA is port ); end HA; architecture behave of HA is begin S
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
