#include "lz4_compress_stream.hpp"
void xilLz4CompressStream ( hls::stream <ap_axiu <8, 0, 0, 0>>& inaxistream, hls::stream <ap_axiu <8, 0, 0, 0>>& outaxistream, uint32_t inputSize )
LZ4 compression streaming kernel. It takes input from axi kernel stream and writes compressed data back to output axi kernel stream.
Parameters:
inaxistream | Input axi kernel stream |
outaxistream | Output axi kernel stream |
inputSize | Input compressed data size |