Using Figure 14, describe how the fast carry logic can be used to
generate a carry function for a full adder. Reminder: The function
for Cout for a full adder is:
Cout = (A & B) | (A & Cin) | (B & Cin)
Where Cin is the carry in, and A and B are the two inputs. Ampersand
is the logical AND, and the bar (|) is the logical OR. What gates or
MUXs are used, and what paths are enabled?