#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 |