Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I change the deflate core data bus width? #4

Open
jackylinpda opened this issue Jul 24, 2021 · 1 comment
Open

How can I change the deflate core data bus width? #4

jackylinpda opened this issue Jul 24, 2021 · 1 comment

Comments

@jackylinpda
Copy link

In my current design, input data width is 256bit.
In deflate.v, the input i_data & output o_byte are 8bit.
How can I extend the data bus to 256bit?

@tomtor
Copy link
Owner

tomtor commented Jul 24, 2021

you would have to write interface logic which converts from 1 256bit word to 8 8bit byte IO operations and uses an 8 byte buffer. The deflate algorithm is byte stream oriented by design.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants