Forum Discussion
aikeu
Regular Contributor
1 year agoHi Ric2,
Sorry for the late reply, I have consulted the team regarding the issue.
According to the compiler error: Compiler Error: The data type carried by _InStream exceeds the bits per symbol. You can either enable the sideband signal 'use empty' or increase the bits per symbol.
Try to set the sideband signal to empty as below will avoid the error:
false>; // disable the empty signal
to
true>; // enable the empty signal
Thanks.
Regards,
Aik Eu