Implement boolean function defined by K-map using a mux

Thread Starter

skofield

Joined Dec 23, 2013
2
Helo guys! I'm having some problems with this exercise. The thing is that i dont know how should I implement this function using a mux after minimizing it. Thanks for help! :)
 

WBahn

Joined Mar 31, 2012
29,978
1) You need to explain what the expressions within your Karnaugh map are supposed to mean. Don't make us guess.

2) You need to make an attempt to solve your problem. That will give us a starting point from which to help you.
 

Thread Starter

skofield

Joined Dec 23, 2013
2
So the problem from the book sounds like this : "Implement the Boolean function with embedded variables defined by the Karnaugh map below, using a multiplexer and logic gates."

I started like this:
1) Minimizing the K-map and obtaining the minimized form of the function defined by a K-map.
2) I don't know what to do after this.
 
Top