-
This project implementation of the
Limpel_Ziv77(LZ77) Compression and Decompressionalgorithm and was devoloped by 2 teams of 5 students each, one for the Compression and the other for the Decompression. -
The architecture is made in a
13-bitformat so that the outputted data is in the from of13-bitdivided as follows;3 bitsfor the IP,2 bitsfor the Lmax, and8 bitsfor the byte that should enter the window.
VHDL 98ISE Design Suite 14.6 (The only software that our university could provide)
- To run the project simply open it with ISE design suite click on simulation then click on the testbench of the compression_chip and put the input that you want then run the test bench. Then after running the test bench take the output from the console and put it in the test bench of the decompression and the original steam of bytes should be outputted.
A Final Report can be found, along with many charts, in the Final Report folder.
