Module multiplexer

Source
Expand description

Multiplexer (Mux) operation that takes three inputs a, b, c and returns b if a is 1 or c if a is 0.

Structsยง

Mux
A structure that defines the custom operation Mux that takes three inputs a, b, c and returns b if a is 1 or c if a is 0.