← ProblemsCircuits / Combinational Logic / Multiplexers
9-to-1 multiplexer
36%muxvectorsBuild a 16-bit wide, 9-to-1 multiplexer. The 4-bit select chooses one of nine data inputs:
sel = 0selectsa,sel = 1selectsb, …sel = 8selectsi.- For the unused cases (
sel= 9 through 15), drive all 16 output bits to 1.