2 bit adder implementation

277 Views Asked by At

wanted to know the minimum number of gates required to implement a $2$-bit adder, with $4$ inputs $(A_0, B_0, A_1, B_1)$, and $3$ outputs $(S_0,S_1, Carryout)$ using ONLY Universal gates

Thank you.