Overview - 2024.1 English

Vitis Libraries

Release Date
2024-08-06
Version
2024.1 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