logidrom
logidrom copied to clipboard
Multiplexer (mux)
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']
2:1 mux expressed as a ternary operator
x = sel ? a : b
mux symbols:
DIN40900: 2:1 MUX / 4:1 MUX
2:1 MUX / 4:1
Is this feature still a proposal or has it been implemented?