New Reply

digital circuits 2-input multiplexer implemented into an and gate

 
Share Thread Thread Tools
Feb11-12, 12:54 PM   #1
 

digital circuits 2-input multiplexer implemented into an and gate


How do you implement different gates by using a two-input multiplexer? What are the inputs supposed to be? How do you implement an AND gate, for example? An OR?
PhysOrg.com
PhysOrg
engineering news on PhysOrg.com

>> PNNL-developed injection molding process recognized with emerging technologies award
>> How soon could car seats enter the 3-D comfort zone?
>> NASA: Austin, calling Austin. 3-D pizzas to go
Feb11-12, 11:45 PM   #2
 
There are different ways of building logic with a 2-to-1 multiplexer.

One way is to built a 4-to-1 multiplexer with your 2-to-1 chips; once you have a 4-to-1 multiplexer, you can implement any logic function with 2 inputs.

Food for thought: what happens if you choose your inputs to be:

f(0,0) = 0
f(0,1) = 1
f(1,0) = 1
f(1,1) = 0



what will be the truth table for your inputs I0 and I1? which function f(x,y) are you implementing?

Same process for AND / OR function.
Attached Images
File Type: bmp a.bmp (20.4 KB, 10 views)
New Reply
Thread Tools


Similar Threads for: digital circuits 2-input multiplexer implemented into an and gate
Thread Forum Replies
4 input xor gate Engineering, Comp Sci, & Technology Homework 2
digital multiplexer question Electrical Engineering 5
How big circuits are implemented on small IC... Engineering Systems & Design 3
Help with 3 input AND gate Engineering, Comp Sci, & Technology Homework 4
how to obtain 4 input or gate using 2 input gates? Introductory Physics Homework 3