logidrom icon indicating copy to clipboard operation
logidrom copied to clipboard

Multiplexer (mux)

Open drom opened this issue 8 years ago • 1 comments

multiplexer (or mux) is a device that selects one of several input signals and forwards the selected input into a single line.

Proposed mux expression (selector in position 1):

['x', ['?', 'sel', 'a', 'b', 'c', 'd']

mux4-1 svg

2:1 mux expressed as a ternary operator

x = sel ? a : b

mux symbols:

DIN40900: 2:1 MUX / 4:1 MUX 200px-mux-symbol_din40900 svg2-mux_symbol2_din40900 svg

2:1 MUX / 4:1 multiplexer_2-to-1 svg200px-multiplexer_4-to-1 svg

drom avatar Mar 13 '16 19:03 drom