Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[MOVED] Boolean implementation using multiplexer

Status
Not open for further replies.

sunidrak

Full Member level 1
Joined
Apr 12, 2012
Messages
97
Helped
2
Reputation
4
Reaction score
2
Trophy points
1,288
Location
Bengaluru, India
Activity points
1,738
hi,

how to implement this using mux??

f(A,B,C)=A+(Abar)B using 4:1 Mux

i knw how to implement F(A,B,C)=Σ(0,1,5,6) using 4:1 Mux
my question is how to bring the reduced form of boolean expression to its original form , so to implement it using Mux??
 

Re: Boolean implementation using multiplexer

Seems simple to just spell-out the four function possibilities like this ...
A | B | Y | MUX-input
--|---|---|------------
0 | 0 | 0 | In0
0 | 1 | 1 | In1
1 | 0 | 1 | In2
1 | 1 | 1 | In3

The Y column is the tied-off level at the four corresponding MUX inputs.
And then A feeds into Select1 and B feeds into Select0 of the MUX.
But this seems too obvious and I must be misunderstanding the real question?
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top