Search This Blog

Wednesday 11 December 2013

Implement XOR Gate using 2x1 Multiplexer

We have two inputs A, B. Connect one of Multiplexer's input to input 'B'. Connect input 'B' to input of NOT gate and output of this NOT gate connect to second input of Multiplexer. Then connect input 'A' to selection line of Multiplexer. So, this Multiplexer will XORing operation of input A, B.

So, Multiplexer will act as XOR Gate.

A
B
A xor B
0
0
0
0
1
1
1
0
1
1
1
0



No comments:

Post a Comment