In our application the stream data width is 128 bit. However, we found that all data compression kernels here seems to have a fixed data width of 8 bits. This means the data compression rate can not keep up with data transmission rate.
I wonder why you chose to use a low data width here. Are there ant technical constraints (e.g., memory size)?
Hi there,
In our application the stream data width is 128 bit. However, we found that all data compression kernels here seems to have a fixed data width of 8 bits. This means the data compression rate can not keep up with data transmission rate.
I wonder why you chose to use a low data width here. Are there ant technical constraints (e.g., memory size)?
Thanks!