DigiFlop

One select bit picks between two inputs.

Verilog Coding Exercise · Combinational II
2:1 Multiplexer
One select bit picks between two inputs.

The simplest multiplexer — a single select line chooses whether the output follows I0 or I1.

Boolean expressionOUT = SEL′·I0 + SEL·I1
▶ Try the interactive version