Design an XOR gate using only two 2:1 mux.
Anonymous
Well it say only using 2 muxes. So it's not allowed to use XOR. The alternate can be: Mux1: (sel = B; in1=0; in2=1) Mux2: (sel = A; in1 = B; in2=mux1_out)
Check out your Company Bowl for anonymous work chats.