Multiplexers & Demultiplexers Implementation

Multiplexers & Demultiplexers Implementation Visually

Learn multiplexers and demultiplexers through interactive simulations. Explore 2:1, 4:1, 8:1 MUX, 1:2, 1:4, 1:8 DEMUX with real-time visualization and testing.

Multiplexers Demultiplexers Select Lines Data Routing Logic Implementation Input Control Visual Simulation

Data Routing Circuit Simulator

Select Line: 0 → Output: I0
Inputs: I0=0, I1=0
Select: S=0
Output: Y=0

Truth Table

2:1 Multiplexer

A 2:1 multiplexer selects one of two input data lines and forwards it to the output based on the select line.

Y = S'·I0 + S·I1
When S=0: Y = I0
When S=1: Y = I1

Interactive Controls

Slow Fast

Example Operations

Operation Statistics

0
Total Operations
0
MUX Operations
0
DEMUX Operations
0
Data Transfers