Overview - 2024.2 English

Vitis Libraries

Release Date
2025-05-14
Version
2024.2 English

Multiplexer is a wrapper around FIFO for sending/receiving data of different types.

Parameters:

S specifies this wrapper is on which side of the FIFO.
W specifies the width of the FIFO.
template <
    MuxSide S,
    int W
    >
class Multiplexer