MUX blocks
Demultiplexer
1-to-N demultiplexer that routes a single input to one of multiple outputs based on a binary select …
Fixed P. Max
Returns the larger of two fixed-point operands, as a value rather than a flag.
Fixed P. Max TM
Fixed P. Min
Returns the smaller of two fixed-point operands. Unlike a comparator, which only produces a boolean …
Fixed P. Min TM
Float Max
Returns the selected IEEE-754 floating point VALUE, not a boolean flag. Needs no floating point IP …
Float Max TM
Float Min
Float Min TM
Multi MUX
N-channel multiplexer for a whole SET of signals at once, each with its own width, direction and …
Multi MUX TM
Time-multiplexed variant of the Multi MUX: multiplexes a whole SET of TM signals (data, valid, …
Multiplexer
N-to-1 multiplexer that routes one of multiple inputs to a single output based on a binary select …
Multiplexer [TM]
Time-multiplexed N-to-1 multiplexer for parallel routing operations.
Select Greater
Selects and outputs the greater of two input values. Pure combinational comparator that passes …
Select Greater [TM]
Time-multiplexed maximum selector for parallel max operations.
Select Smaller
Selects and outputs the smaller of two input values. Pure combinational comparator that passes …
Select Smaller [TM]
Time-multiplexed minimum selector for parallel min operations.