SlideShare ist ein Scribd-Unternehmen logo
1 von 17
Multiplexer (data Selectors)
• Definition : A multiplexers (MUX) is a device that allows digital
information from several sources to be routed onto a single
line for transmission over that line to a common destination.
• Several data input lines
• Some select line (less than the no. of input lines)
• Single output line
• If there are n data input lines and m select lines, then
2m
= n
Functional Diagram Of a Multiplexer
2 : 1 Multiplexer
S Z
0 I0
1 I1
4 : 1 Multiplexer
S0 S1 Z
0 0 I0
0 1 I1
1 0 I2
1 1 I3
8 : 1 Multiplexer
S0 S1 S3 Z
0 0 0 I0
0 0 1 I1
0 1 0 I2
0 1 1 I3
1 0 0 I4
1 0 1 I5
1 1 0 I6
1 1 1 I7
Multiplexer Tree
• The Multiplexers with more number of inputs can be obtained by
cascading two or more multiplexers with less number of inputs.
• Below is a design of 16:1 MUX using 4 4:1 MUXs :-
Demultiplexer (Data Distributor)
• Definition : A DEMULTIPLEXER (DEMUX) basically reverses
the multiplexing function. It takes data from one line and
distributes them to a given number of output lines. For this
reason, the demultiplexers is also known as a data
distributor.
• Single data input lines
• Some select line (less than the no. of output lines)
• Several output line
• If there are n data output lines and m select lines, then
2m
= n
Functional Diagram Of a Demultiplexer
1 : 2 Demultiplexer
S0 Y0 Y1
0 D 0
1 0 D
1 : 4 Demultiplexer
S0 S1 D0 D1 D2 D3
0 0 D 0 0 0
0 1 0 D 0 0
1 0 0 0 D 0
1 1 0 0 0 D
1 : 8 Demultiplexer
1 : 8 Demultiplexer (Truth Table)
S0 S1 S3 D0 D1 D2 D3 D4 D5 D6 D7
0 0 0 D 0 0 0 0 0 0 0
0 0 1 0 D 0 0 0 0 0 0
0 1 0 0 0 D 0 0 0 0 0
0 1 1 0 0 0 D 0 0 0 0
1 0 0 0 0 0 0 D 0 0 0
1 0 1 0 0 0 0 0 D 0 0
1 1 0 0 0 0 0 0 0 D 0
1 1 1 0 0 0 0 0 0 0 D
Demultiplexer Tree
F0 F1 F3F2 F4 F5 F6
F7
S0
S1
S2
1:2 Demux
1:2 Demux
1:2 Demux
1:2 Demux
1:2 Demux
1:2 Demux 1:2 Demux
INPUT
0 1
0
0
0
0
0
0
1
1
1
1
1 1
S
S
S
S
S
S
S
Below is a design of 1:8 MUX using 7 1: MUXs :-
Implementation Of Logic Functions
using Multiplexer
A B C F
0 0 0 0
0 0 1 1
0 1 0 0
0 1 1 0
1 0 0 0
1 0 1 0
1 1 0 1
1 1 1 1
f(a, b, c) = a’b’c + ab
0
0
0
1
0
0
1
1
A B C
S2 S0S1
F
8:1 MUX
0
4
3
1
2
5
6
7
A B C O F
0 0 0 0
C
0 0 1 1
0 1 0 0
0
0 1 1 0
1 0 0 0
0
1 0 1 0
1 1 0 1
1
1 1 1 1
C
0
0
1
B C
S0S1
F
4:1 MUX
0
1
2
3
f(a, b, c) = a’b’c + ab
A B C D O F
0 0 0 0 0
D
0 0 0 1 1
0 0 1 0 0
D
0 0 1 1 1
0 1 0 0 1
D’
0 1 0 1 0
0 1 1 0 0
0
0 1 1 1 0
1 0 0 0 0
0
1 0 0 1 0
1 0 1 0 0
D’
1 0 1 1 1
1 1 0 0 1
1
1 1 0 1 1
1 1 1 0 1
1
1 1 1 1 1
f(a, b, c) = F=A’B’C’D + A’B’CD + A’BC’D’ + AB’CD +
ABC’D’ + ABC’D + ABCD’ +ABCD
D
0
1
A B C
S2 S0S1
F
8:1 MUX
0
4
3
1
2
5
6
7
D’
THANK YOU

Weitere ähnliche Inhalte

Was ist angesagt?

Registers and counters
Registers and counters Registers and counters
Registers and counters
Deepak John
 

Was ist angesagt? (20)

Combinational circuits
Combinational circuits Combinational circuits
Combinational circuits
 
Multiplexer & Demultiplexer
Multiplexer & DemultiplexerMultiplexer & Demultiplexer
Multiplexer & Demultiplexer
 
Multiplexer and De-Multiplexer
Multiplexer and De-MultiplexerMultiplexer and De-Multiplexer
Multiplexer and De-Multiplexer
 
Encoder and decoder
Encoder and decoderEncoder and decoder
Encoder and decoder
 
Counters
CountersCounters
Counters
 
Combinational circuits
Combinational circuitsCombinational circuits
Combinational circuits
 
Chapter 6 register
Chapter 6 registerChapter 6 register
Chapter 6 register
 
flip flops
flip flops flip flops
flip flops
 
Shift Registers
Shift RegistersShift Registers
Shift Registers
 
SOP POS, Minterm and Maxterm
SOP POS, Minterm and MaxtermSOP POS, Minterm and Maxterm
SOP POS, Minterm and Maxterm
 
decoder and encoder
 decoder and encoder decoder and encoder
decoder and encoder
 
Combinational circuit
Combinational circuitCombinational circuit
Combinational circuit
 
K - Map
  K - Map    K - Map
K - Map
 
Magnitude comparator
Magnitude comparatorMagnitude comparator
Magnitude comparator
 
Registers and counters
Registers and counters Registers and counters
Registers and counters
 
D Flip Flop
D Flip Flop D Flip Flop
D Flip Flop
 
boolean algebra and logic simplification
boolean algebra and logic simplificationboolean algebra and logic simplification
boolean algebra and logic simplification
 
Digital Logic & Design (DLD) presentation
Digital Logic & Design (DLD) presentationDigital Logic & Design (DLD) presentation
Digital Logic & Design (DLD) presentation
 
Demultiplexer presentation
Demultiplexer presentationDemultiplexer presentation
Demultiplexer presentation
 
Parity Generator and Parity Checker
Parity Generator and Parity CheckerParity Generator and Parity Checker
Parity Generator and Parity Checker
 

Ähnlich wie Multiplexers & Demultiplexers

Logic Design - Chapter 5: Part1 Combinattional Logic
Logic Design - Chapter 5: Part1 Combinattional LogicLogic Design - Chapter 5: Part1 Combinattional Logic
Logic Design - Chapter 5: Part1 Combinattional Logic
Gouda Mando
 
ENG 202 – Digital Electronics 1 - Chapter 4 (1).pptx
ENG 202 – Digital Electronics 1 - Chapter 4 (1).pptxENG 202 – Digital Electronics 1 - Chapter 4 (1).pptx
ENG 202 – Digital Electronics 1 - Chapter 4 (1).pptx
Aishah928448
 
lec1bhdbvdbvfehbvufbvudbviudhvidhvudhuhdiufhduhduhdiuhudihuidhiu3pptsdsdefefe...
lec1bhdbvdbvfehbvufbvudbviudhvidhvudhuhdiufhduhduhdiuhudihuidhiu3pptsdsdefefe...lec1bhdbvdbvfehbvufbvudbviudhvidhvudhuhdiufhduhduhdiuhudihuidhiu3pptsdsdefefe...
lec1bhdbvdbvfehbvufbvudbviudhvidhvudhuhdiufhduhduhdiuhudihuidhiu3pptsdsdefefe...
J. Glory Precious
 

Ähnlich wie Multiplexers & Demultiplexers (20)

unit-6_combinational_jbiunkjnjbkjbjjcircuit-2.ppt
unit-6_combinational_jbiunkjnjbkjbjjcircuit-2.pptunit-6_combinational_jbiunkjnjbkjbjjcircuit-2.ppt
unit-6_combinational_jbiunkjnjbkjbjjcircuit-2.ppt
 
minimization technique.ppt
minimization technique.pptminimization technique.ppt
minimization technique.ppt
 
Logic Design - Chapter 5: Part1 Combinattional Logic
Logic Design - Chapter 5: Part1 Combinattional LogicLogic Design - Chapter 5: Part1 Combinattional Logic
Logic Design - Chapter 5: Part1 Combinattional Logic
 
Digital electronics Multiplexers & Demultiplexers
Digital electronics Multiplexers & DemultiplexersDigital electronics Multiplexers & Demultiplexers
Digital electronics Multiplexers & Demultiplexers
 
Multiplexer and De multiplexers.docx
Multiplexer and De multiplexers.docxMultiplexer and De multiplexers.docx
Multiplexer and De multiplexers.docx
 
Combinational circuit
Combinational circuitCombinational circuit
Combinational circuit
 
Combinational circuits
Combinational circuitsCombinational circuits
Combinational circuits
 
10 multiplexers-de mux
10 multiplexers-de mux10 multiplexers-de mux
10 multiplexers-de mux
 
ANALYSIS & DESIGN OF COMBINATIONAL LOGIC
ANALYSIS & DESIGN OF COMBINATIONAL LOGICANALYSIS & DESIGN OF COMBINATIONAL LOGIC
ANALYSIS & DESIGN OF COMBINATIONAL LOGIC
 
ENG 202 – Digital Electronics 1 - Chapter 4 (1).pptx
ENG 202 – Digital Electronics 1 - Chapter 4 (1).pptxENG 202 – Digital Electronics 1 - Chapter 4 (1).pptx
ENG 202 – Digital Electronics 1 - Chapter 4 (1).pptx
 
UNIT3.3.pdf
UNIT3.3.pdfUNIT3.3.pdf
UNIT3.3.pdf
 
Multiplux
MultipluxMultiplux
Multiplux
 
multiplexer 4 input
multiplexer 4 inputmultiplexer 4 input
multiplexer 4 input
 
microprocessors
microprocessorsmicroprocessors
microprocessors
 
Chapter-04.pdf
Chapter-04.pdfChapter-04.pdf
Chapter-04.pdf
 
multiplexer and d-multiplexer
multiplexer and d-multiplexermultiplexer and d-multiplexer
multiplexer and d-multiplexer
 
Decodder presentation by ibrar
Decodder presentation by ibrarDecodder presentation by ibrar
Decodder presentation by ibrar
 
lec1bhdbvdbvfehbvufbvudbviudhvidhvudhuhdiufhduhduhdiuhudihuidhiu3pptsdsdefefe...
lec1bhdbvdbvfehbvufbvudbviudhvidhvudhuhdiufhduhduhdiuhudihuidhiu3pptsdsdefefe...lec1bhdbvdbvfehbvufbvudbviudhvidhvudhuhdiufhduhduhdiuhudihuidhiu3pptsdsdefefe...
lec1bhdbvdbvfehbvufbvudbviudhvidhvudhuhdiufhduhduhdiuhudihuidhiu3pptsdsdefefe...
 
Lecture 1
Lecture 1Lecture 1
Lecture 1
 
Multiplexers and demultiplexers 2
Multiplexers and demultiplexers 2Multiplexers and demultiplexers 2
Multiplexers and demultiplexers 2
 

Mehr von Jayanshu Gundaniya

Engineering Mathematics - Total derivatives, chain rule and derivative of imp...
Engineering Mathematics - Total derivatives, chain rule and derivative of imp...Engineering Mathematics - Total derivatives, chain rule and derivative of imp...
Engineering Mathematics - Total derivatives, chain rule and derivative of imp...
Jayanshu Gundaniya
 

Mehr von Jayanshu Gundaniya (15)

Erbium Doped Fiber Amplifier (EDFA)
Erbium Doped Fiber Amplifier (EDFA)Erbium Doped Fiber Amplifier (EDFA)
Erbium Doped Fiber Amplifier (EDFA)
 
Three Phase to Three phase Cycloconverter
Three Phase to Three phase CycloconverterThree Phase to Three phase Cycloconverter
Three Phase to Three phase Cycloconverter
 
Fourier Series for Continuous Time & Discrete Time Signals
Fourier Series for Continuous Time & Discrete Time SignalsFourier Series for Continuous Time & Discrete Time Signals
Fourier Series for Continuous Time & Discrete Time Signals
 
Comparison of A, B & C Power Amplifiers
Comparison of A, B & C Power AmplifiersComparison of A, B & C Power Amplifiers
Comparison of A, B & C Power Amplifiers
 
Initial Conditions of Resistor, Inductor & Capacitor
Initial Conditions of Resistor, Inductor & CapacitorInitial Conditions of Resistor, Inductor & Capacitor
Initial Conditions of Resistor, Inductor & Capacitor
 
First order non-linear partial differential equation & its applications
First order non-linear partial differential equation & its applicationsFirst order non-linear partial differential equation & its applications
First order non-linear partial differential equation & its applications
 
Engineering Mathematics - Total derivatives, chain rule and derivative of imp...
Engineering Mathematics - Total derivatives, chain rule and derivative of imp...Engineering Mathematics - Total derivatives, chain rule and derivative of imp...
Engineering Mathematics - Total derivatives, chain rule and derivative of imp...
 
Engineering Graphics - Projection of points and lines
Engineering Graphics - Projection of points and linesEngineering Graphics - Projection of points and lines
Engineering Graphics - Projection of points and lines
 
Internal expanding shoe brake short presentation
Internal expanding shoe brake short presentationInternal expanding shoe brake short presentation
Internal expanding shoe brake short presentation
 
Hydrological cycle
Hydrological cycleHydrological cycle
Hydrological cycle
 
Ecology and ecosystem
Ecology and ecosystemEcology and ecosystem
Ecology and ecosystem
 
Basics of pointer, pointer expressions, pointer to pointer and pointer in fun...
Basics of pointer, pointer expressions, pointer to pointer and pointer in fun...Basics of pointer, pointer expressions, pointer to pointer and pointer in fun...
Basics of pointer, pointer expressions, pointer to pointer and pointer in fun...
 
Architectural acoustics topics and remedies - short presentation
Architectural acoustics   topics and remedies - short presentationArchitectural acoustics   topics and remedies - short presentation
Architectural acoustics topics and remedies - short presentation
 
Superconductors and Superconductivity
Superconductors and SuperconductivitySuperconductors and Superconductivity
Superconductors and Superconductivity
 
Superposition theorem
Superposition theoremSuperposition theorem
Superposition theorem
 

Kürzlich hochgeladen

scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
HenryBriggs2
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ssuser89054b
 
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
Neometrix_Engineering_Pvt_Ltd
 
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
mphochane1998
 

Kürzlich hochgeladen (20)

Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdf
 
Bridge Jacking Design Sample Calculation.pptx
Bridge Jacking Design Sample Calculation.pptxBridge Jacking Design Sample Calculation.pptx
Bridge Jacking Design Sample Calculation.pptx
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.
 
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
 
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the start
 
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
 
Computer Lecture 01.pptxIntroduction to Computers
Computer Lecture 01.pptxIntroduction to ComputersComputer Lecture 01.pptxIntroduction to Computers
Computer Lecture 01.pptxIntroduction to Computers
 
Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network Devices
 
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best ServiceTamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxHOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
 
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
 
Air Compressor reciprocating single stage
Air Compressor reciprocating single stageAir Compressor reciprocating single stage
Air Compressor reciprocating single stage
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
 
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKARHAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
 

Multiplexers & Demultiplexers

  • 1. Multiplexer (data Selectors) • Definition : A multiplexers (MUX) is a device that allows digital information from several sources to be routed onto a single line for transmission over that line to a common destination. • Several data input lines • Some select line (less than the no. of input lines) • Single output line • If there are n data input lines and m select lines, then 2m = n
  • 2. Functional Diagram Of a Multiplexer
  • 3. 2 : 1 Multiplexer S Z 0 I0 1 I1
  • 4. 4 : 1 Multiplexer S0 S1 Z 0 0 I0 0 1 I1 1 0 I2 1 1 I3
  • 5. 8 : 1 Multiplexer S0 S1 S3 Z 0 0 0 I0 0 0 1 I1 0 1 0 I2 0 1 1 I3 1 0 0 I4 1 0 1 I5 1 1 0 I6 1 1 1 I7
  • 6. Multiplexer Tree • The Multiplexers with more number of inputs can be obtained by cascading two or more multiplexers with less number of inputs. • Below is a design of 16:1 MUX using 4 4:1 MUXs :-
  • 7. Demultiplexer (Data Distributor) • Definition : A DEMULTIPLEXER (DEMUX) basically reverses the multiplexing function. It takes data from one line and distributes them to a given number of output lines. For this reason, the demultiplexers is also known as a data distributor. • Single data input lines • Some select line (less than the no. of output lines) • Several output line • If there are n data output lines and m select lines, then 2m = n
  • 8. Functional Diagram Of a Demultiplexer
  • 9. 1 : 2 Demultiplexer S0 Y0 Y1 0 D 0 1 0 D
  • 10. 1 : 4 Demultiplexer S0 S1 D0 D1 D2 D3 0 0 D 0 0 0 0 1 0 D 0 0 1 0 0 0 D 0 1 1 0 0 0 D
  • 11. 1 : 8 Demultiplexer
  • 12. 1 : 8 Demultiplexer (Truth Table) S0 S1 S3 D0 D1 D2 D3 D4 D5 D6 D7 0 0 0 D 0 0 0 0 0 0 0 0 0 1 0 D 0 0 0 0 0 0 0 1 0 0 0 D 0 0 0 0 0 0 1 1 0 0 0 D 0 0 0 0 1 0 0 0 0 0 0 D 0 0 0 1 0 1 0 0 0 0 0 D 0 0 1 1 0 0 0 0 0 0 0 D 0 1 1 1 0 0 0 0 0 0 0 D
  • 13. Demultiplexer Tree F0 F1 F3F2 F4 F5 F6 F7 S0 S1 S2 1:2 Demux 1:2 Demux 1:2 Demux 1:2 Demux 1:2 Demux 1:2 Demux 1:2 Demux INPUT 0 1 0 0 0 0 0 0 1 1 1 1 1 1 S S S S S S S Below is a design of 1:8 MUX using 7 1: MUXs :-
  • 14. Implementation Of Logic Functions using Multiplexer A B C F 0 0 0 0 0 0 1 1 0 1 0 0 0 1 1 0 1 0 0 0 1 0 1 0 1 1 0 1 1 1 1 1 f(a, b, c) = a’b’c + ab 0 0 0 1 0 0 1 1 A B C S2 S0S1 F 8:1 MUX 0 4 3 1 2 5 6 7
  • 15. A B C O F 0 0 0 0 C 0 0 1 1 0 1 0 0 0 0 1 1 0 1 0 0 0 0 1 0 1 0 1 1 0 1 1 1 1 1 1 C 0 0 1 B C S0S1 F 4:1 MUX 0 1 2 3 f(a, b, c) = a’b’c + ab
  • 16. A B C D O F 0 0 0 0 0 D 0 0 0 1 1 0 0 1 0 0 D 0 0 1 1 1 0 1 0 0 1 D’ 0 1 0 1 0 0 1 1 0 0 0 0 1 1 1 0 1 0 0 0 0 0 1 0 0 1 0 1 0 1 0 0 D’ 1 0 1 1 1 1 1 0 0 1 1 1 1 0 1 1 1 1 1 0 1 1 1 1 1 1 1 f(a, b, c) = F=A’B’C’D + A’B’CD + A’BC’D’ + AB’CD + ABC’D’ + ABC’D + ABCD’ +ABCD D 0 1 A B C S2 S0S1 F 8:1 MUX 0 4 3 1 2 5 6 7 D’