Demultiplexor Chip

Abstraction and Implementation of Demultiplexor Chip in Hardware Design Language and Java™.

Demultiplexor (DMux)

A Demultiplexor performs the opposite function of a Multiplexor.

It takes a single input and channels it to one of two possible outputs according to a selector bit that specifies which output to chose.

Abstraction of Demultiplexor Chip - Representation and Truth Table

Implementation of Demultiplexor Chip in HDL

You can create Demultiplexor Chip in the similar way as Multiplexor Chip.

Unlike Multiplexor Chip, Demultiplexor Chip has two outputs and one input.

Implementation of Demultiplexor using a Not gate and two And gates.

Implementation of Demultiplexor Chip in Java™

Similar to the Implementation in HDL

Last updated