Part 3) Using "Structural Model", write VHDL code to implement a full adder using half adders and an OR gate.
Hint:
HA
Circuit Inside a Half Adder
HA
HA
Creating the Full Adder from 2 Half adders and an OR gate
The architecture of the Full Adder; declare two components: OR gate, Half Adder, then complete the component instantiation of 3 units U1, U2, U3 (2 Units would be the Half Adder and one Unit would be the OR gate): You also need to complete the entity and architecture for the OR gate component and Half Adder component (that you declared earlier) after the architecture of the Full Adder.