Overview - 2023.2 English

Vitis Libraries

Release Date
2023-12-20
Version
2023.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