Categories
Combination Circuits

Q8: Implement function using MUX & ADDER

Q- Design and implement the following logical functions with a combinational circuit (with A and B being 4-bit numbers):

S1           S0           Output

0              0              A OR B

0              1              A AND B

1              0              A’

1              1              A XOR B

Ans:  The following circuit would give the required outputs:

Leave a Reply

Your email address will not be published. Required fields are marked *