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

backpressure at jpeg_output.v #5

Open
MJChku opened this issue Jan 9, 2023 · 0 comments
Open

backpressure at jpeg_output.v #5

MJChku opened this issue Jan 9, 2023 · 0 comments

Comments

@MJChku
Copy link

MJChku commented Jan 9, 2023

At jpeg_output.v line 184
assign inport_accept_o = (y_level_w <= 32'd384 && cr_level_w <= 32'd128) | idle_o;
For 4:2:0 ratio jpeg image, the cr_level_w increases 4 at a time, which means for a block with 64 elements, cr_level_w<=128 could only hold half a block before raise back pressure, is it intended ?

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

1 participant