Project-Zipline icon indicating copy to clipboard operation
Project-Zipline copied to clipboard

Defines a lossless compressed data format that is independent of CPU type, operating system, file system, and character set, and is suitable for compression using the XP10 algorithm.

Results 9 Project-Zipline issues
Sort by recently updated
recently updated
newest added

Hi @michaelgmcintyre , While trying to implement this project in Vivado, we found some syntax errors and some ports which were wrongly declared, like in file: - [ ] https://github.com/opencomputeproject/Project-Zipline/blob/master/rtl/cr_prefix/cr_prefix_fe_ctlr.v...

Hello, There are something i want to know about zipline. First, does CCE_IP or CDD_IP have encryption and decryption module, I can not find them? Second, does Zipline open source...

- Fix the backticks in the readme for a code sample (so that they are escaped correctly.) This allows the code sample to be copied as intended. - Remove an...

Hi Bastian I see that you have worked on Makefile. I have a question regarding this issue: vlib work ** Warning: (vlib-34) Library already exists at "work". vdel -all vlib...

I'm trying to run project zipline using Cadence simulator. It compiles the RTL and tb correctly, but then runs and hangs after this step: APB_INFO: @time:573 vector --> w 0x00000374...

Hi, I just bumped into this and from the FAQ, it seems there is no decompression RTL being released? I haven't dive into RTL yet but it seemes there is...

Hi, I'm sawool. I compiled zipline design. But I suprised because of sizes of zipline. It has almost 38,000,000 gate counts. I think that it is something wrong. Do you...

Looking for updates regarding the availability of a performant XP10 SW Library that was referenced in the OCP Zipline presentation back in 2019. ![OCP Zipline](https://user-images.githubusercontent.com/67023583/84821460-27e85600-afe9-11ea-80c5-2a25f65a2d1b.jpg)

I am not sure if my understanding is correct. I have checked the data in the gzip.inbound, and the head data are 0x400000000a000400 SoT 0xff 0x0000000000000000 EoT 0xff 0x800000000a000601 SoT...