streamDiscard overload (1) - 2024.2 English

Vitis Libraries

Release Date
2025-05-14
Version
2024.2 English
#include "xf_utils_hw/stream_discard.hpp"
template <
    typename _TIn,
    int _NStrm
    >
void streamDiscard (
    hls::stream <_TIn> istrms [_NStrm],
    hls::stream <bool> e_istrms [_NStrm]
    )

Discard multiple streams with end flag helper for each.

Parameters:

_TIn streams’ type
_NStrm the number of streams
istrms input streams
e_istrms end flag of streams