Demultiplexor Chip
Abstraction and Implementation of Demultiplexor Chip in Hardware Design Language and Java™.
Last updated
Abstraction and Implementation of Demultiplexor Chip in Hardware Design Language and Java™.
Last updated
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.
You can create Demultiplexor Chip in the similar way as Multiplexor Chip.
Unlike Multiplexor Chip, Demultiplexor Chip has two outputs and one input.
Similar to the Implementation in HDL