MUXx 2 X 2
MUXx 2 X 2
Dr. McLean
Multiplexer Quadrupling
Using the 74153 MUX to Generate a 16 row Truth Table
The 74153 MUX has two separate 2-input/4-row MUXs on it. To create a single 16-row truth table, we can start by implementing parts of the table on different MUXs, and then combining the two separate outputs into one output. Well turn on only the MUX needed using the STROBEs. The multiple outputs are combined with an OR gate. Remember, each strobe turns its MUX on when it is low. On each MUX, we have to use the MUX doubling technique to fit a 3-input/8-row truth table onto a 2-input/4-row MUX. The circuit shown will generate the accompanying truth table. Besides the 74153 MUX, it requires two inverters ( C and D ), and one two-input OR gate.
D
+5v Vcc 16 2S 15
A 14
D 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1
C 0 0 0 0 1 1 1 1 0 0 0 0 1 1 1 1
B 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1
A 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1
Q 1 0 1 0 0 0 1 1 0 0 0 1 0 1 1 0
Di 1D0 1D1 1D2 1D3 1D0 1D1 1D2 1D3 2D0 2D1 2D2 2D3 2D0 2D1 2D2 2D3
Main Output Q