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

Optimize registers usage on xwb_fofb_shaper_filt.vhd #38

Merged
merged 1 commit into from
Oct 25, 2024

Conversation

guilhermerc
Copy link
Contributor

Don't instantiate registers for the coefficients of non-instantiated biquads. Handle their (improper?) access by returning 0 to readings and doing nothing to writings.

This commit frees 360 coefficients registers.

@guilhermerc guilhermerc requested a review from augustofg October 24, 2024 13:38
Don't instantiate registers for the coefficients of non-instantiated
biquads. Handle their (improper?) access by returning 0 to readings and
doing nothing to writings.

This commit frees 360 coefficients registers.
@guilhermerc guilhermerc merged commit 71e6c74 into master Oct 25, 2024
1 check passed
@guilhermerc guilhermerc deleted the optmize-shaper-regs branch October 25, 2024 18:54
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

Successfully merging this pull request may close these issues.

2 participants