ZXued
New Contributor
5 years agoAbout 10bitsPerSymbol of ihc::stream_out
I want to use ihc::stream with 10bitsPerSymbol parameter, I defined a interface using:
typedef ihc::stream_out<ac_int<120, false>, ihc::buffer<2>, ihc::readyLatency<1>, ihc::usesPackets<true>, ihc::bitsPerSymbol<10>, ihc::usesEmpty<true>, ihc::firstSymbolInHighOrderBits<true>> stream_out_pixels;
When compiling, the compiler report following error:
_stream.h:769:54: error: HLS builtin parameter must be a factor of the type size
_readyLatency, _bitsPerSymbol,
How can I use 10bitsPerSymbol stream interface.