#include "xf_utils_hw/stream_discard.hpp"
template < typename _TIn, int _NStrm > void streamDiscard ( hls::stream <_TIn> istrms [_NStrm], hls::stream <bool>& e_istrm )
Discard multiple streams synchronized with one end flag.
Parameters:
_TIn | streams’ type |
_NStrm | the number of streams |
istrms | input streams |
e_istrm | end flag, which is shared in all input streams |