0% found this document useful (0 votes)
39 views3 pages

Multiplexers 2

The document describes how a 2-to-1 multiplexer works by selecting one of two data inputs (D0 or D1) to output (Y) based on the value of a single select line (S0). It then shows how multiple 2-to-1 multiplexers can be combined to create larger multiplexers like 4-to-1 and 8-to-1 multiplexers by using additional select lines to choose the specific data input line to output.

Uploaded by

cgamio
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)
39 views3 pages

Multiplexers 2

The document describes how a 2-to-1 multiplexer works by selecting one of two data inputs (D0 or D1) to output (Y) based on the value of a single select line (S0). It then shows how multiple 2-to-1 multiplexers can be combined to create larger multiplexers like 4-to-1 and 8-to-1 multiplexers by using additional select lines to choose the specific data input line to output.

Uploaded by

cgamio
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/ 3

2-to-1 multiplexer

S0 D 0 D1 Y S0 Y
or
0 0 0 0 0 D0
0 0 1 0 1 D1
0 1 0 1
0 1 1 1
1 0 0 0
1 0 1 1
1 1 0 0
1 1 1 1

implementation:
D0

Y
D1

S0
4-to-1 multiplexer (using 2-to-1 multiplexers)
8-to-1 multiplexer (using 2-to-1 multiplexers)
D0

D1

D2

D3 S2 S 1 S0 X
X 0 0 0 D0
D4 0 0 1 D1
0 1 0 D2
D5 0 1 1 D3
1 0 0 D4
D6
1 0 1 D5
1 1 0 D6
D8
1 1 1 D7

S0 S1 S2

You might also like