Electronic – 8:1 multiplexer to 6:1 multiplexer

multiplexer

I have 6 inputs that I want to insert in a 8-1 multiplexer. I just want to know how to modify the 8-1 mux to support only 6 inputs. I mean the last two rows on the truth table of the 8-1 won't be available.

This is the 8-1 mux I am using:
enter image description here

and its logic table:

enter image description here

I only want to use the D0 to D5 inputs.

Best Answer

Assume that D6 and D7 are always low. Trace those signals through the gates in your design. If you find gates whose output values must always be the same, those gates can be removed and their output signals changed to a direct connection to logic '1' or '0'. Repeat until no gates are removed. Then remove unnecessary direct connections to logic '1' or '0'.