Experiment 10: Multiplexers: Mr. Mohamed El-Saied
Experiment 10: Multiplexers: Mr. Mohamed El-Saied
Name: ……………………….........................
University no:……………………..
Group no: ……………
Lab Partner Name: Mr. Mohamed El-Saied
Experiment 10: Multiplexers
S Y
0 I0
1 I1
Y = S’I0 + SI1
1
Eight-to-one-line multiplexer (8x1 MUX): An eight-to-one-line multiplexer is a combinational circuit where
one of the eight inputs is connected to one output. D0, D1, D2… D7 are the eight inputs. There are three select
lines S0, S1, and S2 to select input.
Truth table for 8-1 multiplexer:
S2 S1 S0 Y
0 0 0 D0
0 0 1 D1
0 1 0 D2
0 1 1 D3
1 0 0 D4
1 0 1 D5
1 1 0 D6
1 1 1 D7
Each of the eight inputs, D0 through D7 is applied to one input of an AND gate. Selection lines S0, S1, and S2
are decoded to select a particular AND gate.
2
IC 4051 (Eight-to-One-line Mu1tiplexer):
IC 4051 is single 8-channel analog multiplexers/demultiplexers for application as digitally–controlled analog
switches. It contains 8 bidirectional and digitally controlled analog switches. A built-in level shifting is
included to allow an input range up to ±6 V (peak) for an analog signal with digital control signal of 0 to 6 V.
The VEE supply pin is provided for analog input signals. It has an inhibit (INH) input terminal to disable all
the switches when is at high level. For operation as a digital multiplexer/demultiplexer, VEE is connected to
GND. A, B and C control inputs select one channel out of eight
3
Module: Logic Design Lab
Name: ...................................
University no:………………………..
Group no: …………………………….
Lab Partner Name: Mr. Mohamed El-Saied
Q2. Show how to implement full-adder circuit using two 4x1 line multiplexer.
Hint: S (x,y,z) = Σm(1,2,4,7), C (x,y,z) = Σm(3,5,6,7)
Q3. Implement the function F (A, B, C, D) = Σ (1, 3, 4, 11, 12, 13, 14, 15) using a multiplexer.