Question 8.3: Design a 16-to-1 multiplexer using two 8-to-1 multiplexers h...

Design a 16-to-1 multiplexer using two 8-to-1 multiplexers having an active LOW ENABLE input.

The Blue Check Mark means that this solution has been answered and checked by an expert. This guarantees that the final answer is accurate.
Learn more on how we answer questions.

A 16-to-1 multiplexer can be constructed from two 8-to-1 multiplexers having an ENABLE input. The ENABLE input is taken as the fourth selection variable occupying the MSB position.
Figure 8.14 shows the complete logic circuit diagram. IC 74151 can be used to implement an 8-to-1
multiplexer.

The circuit functions as follows. When S_{3} is in logic ‘0’ state, the upper multiplexer is enabled and the lower multiplexer is disabled. If we recall the truth table of a four-variable Boolean function, S_{3} would be ‘0’ for the first eight entries and ‘1’ for the remaining eight entries. Therefore, when S_{3}= 0 the final output will be any of the inputs from D_{0} toD_{7} , depending upon the logic status of S_{2} , S_{1} and S0. Similarly, when S_{3} = 1 the final output will be any of the inputs fromD_{8} to D_{15} , again depending upon the logic status of S_{2} , S_{1} and S0. The circuit therefore implements the truth table of a 16-to-1 multiplexer.

8.3

Related Answered Questions

A decoder with an OR gate at the output can be use...