- #1
Kizaru
- 45
- 0
Homework Statement
Implement F(w, x, y, z) with an 8-to-1 multiplexer which is constructed from two 4-to-1 multiplexers. The control signals must be w, y, and z.
Homework Equations
[tex]
F(w, x, y, z) = \sum m(0, 3, 6, 8, 10, 13)
[/tex]
The Attempt at a Solution
I believe x is used for the strobes to enable and disable one of the 4-to-1 MUXes. For example, x is used for enable to MUX A and x' is used for enable input to MUX B.
I figured out the data inputs (x', 0, x, x', x', x, x', 0 for I0 to I7) from the sub-function K-maps (sub functions for wyz = 000 to wyz = 111). The issue is I only have two shared control signal selects in the total 8-to-1 multiplexer. This MUX is formed from two 4-to-1 MUXes combined. The MUX is formed using IC 74153.
I assume I need to figure out some sort of external gate arrangements to get the right High and Low combinations for the signal selects, but I don't know how to do this.