Vol. Digital Circuits
Chapter 9 Combinational Logic Functions

Demultiplexers

A demultiplexer, sometimes abbreviated dmux, is a circuit that has one input and more than one output. It is used when a circuit intends to send a signal to one of many devices. This description sounds similar to the description given for a decoder, but a decoder is used to select among many devices while a demultiplexer is used to send a signal among many devices.

A demultiplexer is used often enough that it has its own schematic symbol (Figure below)

The truth table for a 1-to-2 demultiplexer is:

 

I A D0 D1
0 0 0 0
0 1 0 0
1 0 1 0
1 1 0 1

 


 

 

Using our 1-to-2 decoder as part of the circuit, we can express this circuit easily as:

 

1 to 2 line decoder

 

1 to 2 line decoder diagram

 

 

This circuit can be expanded into two different ways. You can increase the number of signals that get transmitted, or you can increase the number of inputs that get passed through. To increase the number of inputs that get passed through just requires a larger line decoder. Increasing the number of signals that get transmitted is even easier.

 

As an example, a device that passes one set of two signals among four signals is a “two-bit 1-to-2 demultiplexer”. Its circuit is:

two bit 1 to 2 demultiplexer

 

or by expressing the circuit as,
two bit 1 to 2 demultiplexer circuit

 

 

two bit 1 to 2 demultiplexer circuit

 

 

shows that it could be two one-bit 1-to-2 demultiplexers without changing its expected behavior.

 

A 1-to-4 demultiplexer can easily be built from 1-to-2 demultiplexers as follows.

1 to 4 demultiplexer can easily be built from 1 to 2 demultiplexers

RELATED WORKSHEET:

1 Comment
  • O
    okoro21 December 02, 2023

    Thank you for the informative content! I believe the symbol for the Dmux should be flipped (The base of the trapezoid should be on the right side). This symbol that is currently being used represents a mux.

    Like. Reply