research_vlsi
Advanced Member level 4
2 input xor using mux
Hi friends,
To design 4-bit 2's complementer using minimum number of 2:1 Mux.
I tryed and got a result, First I found the boolean equation's using K'Map. The equations are
If A,B,C,D are inputs and W,X,Y,Z are outputs
W=A xor (B+C+D)
X=B xor (C+D)
Y=C xor D
Z= D
After that I implemented these equation using 2:1 mux, I got 5 mux's.
If any body have solution to reduce the no: of mux.ie, below 5 mux.
Regards...
Hi friends,
To design 4-bit 2's complementer using minimum number of 2:1 Mux.
I tryed and got a result, First I found the boolean equation's using K'Map. The equations are
If A,B,C,D are inputs and W,X,Y,Z are outputs
W=A xor (B+C+D)
X=B xor (C+D)
Y=C xor D
Z= D
After that I implemented these equation using 2:1 mux, I got 5 mux's.
If any body have solution to reduce the no: of mux.ie, below 5 mux.
Regards...