ENTITY full_adder IS PORT (A, B, Cin: IN bit; Sum, Cout: OUT bit); END full_adder;
Can we build the Full Adder's architecture using these gates?