0% found this document useful (0 votes)
16 views1 page

MUXx 2 X 2

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views1 page

MUXx 2 X 2

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

CSCI 230: Digital Electronics 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. We’ll 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 C B A Q Di
D C 0 0 0 0 1 1D0
A C C 0 0 0 1 0 1D1
+5v 0 0 1 0 1 1D2
0 0 1 1 0 1D3
0 1 0 0 0 1D0
Vcc 2S A 2D3 2D2 2D1 2D0 2Q
0 1 0 1 0 1D1
16 15 14 13 12 11 10 9
0 1 1 0 1 1D2
74153 0 1 1 1 1 1D3
1 0 0 0 0 2D0
Dual 1-of-4 1 0 0 1 0 2D1
Multiplexer 1 0 1 0 0 2D2
1 0 1 1 1 2D3
1 2 3 4 5 6 7 8 1 1 0 0 0 2D0
1S B 1D3 1D2 1D1 1D0 1Q GND 1 1 0 1 1 2D1
1 1 1 0 1 2D2
1 1 1 1 0 2D3
+5v
D B C
C
Main Output Q

You might also like