streamDiscard overload (3) - 2023.2 English

Vitis Libraries

Release Date
2023-12-20
Version
2023.2 English
#include "xf_utils_hw/stream_discard.hpp"
template <typename _TIn>
void streamDiscard (
    hls::stream <_TIn>& istrm,
    hls::stream <bool>& e_istrm
    )

Discard one stream with its end flag helper.

Parameters:

_TIn stream’s type
istrm input stream
e_istrm end flag of input stream