#include "gzip_compress_multicore_stream.hpp"
void xilGzipComp ( hls::stream <ap_axiu <GMEM_DWIDTH, 0, 0, 0>>& inaxistream, hls::stream <ap_axiu <GMEM_DWIDTH, TUSER_DWIDTH, 0, 0>>& outaxistream )
GZIP streaming compression kernel takes the raw data as input from axi interface and compresses the data using num cores and writes the output to an axi interface.
Parameters:
inaxistream | input raw data |
outaxistream | output compressed data |