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

Design a 16to116-to-1 multiplexer using two 8to18-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 16to116-to-1 multiplexer can be constructed from two 8to18-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 8to18-to-1
multiplexer.

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

8.3

Related Answered Questions

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