Search This Blog

Monday 9 December 2013

Implement OR Gate using 2x1 Multiplexer

We have two inputs A, B. Connect one of Mux's input to logic '1' and second to input 'B'. Connect input 'A' to selection line of Mux. So, output will give ORing operation of two inputs A, B.


So, Multiplexer will act as OR gate.

A
B
A+B
0
0
0
0
1
1
1
0
1
1
1
1




No comments:

Post a Comment