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

Fix dependency bug in fir_filter #16

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

oswald3141
Copy link
Contributor

Add an implementation of tapped_delay_line which is not present in
pipelining package.
Closes #4.
Thanks to @cweickhmann for help and the example of an implementation.

The code seems to be a previous version of fir_filter entity.
Use 2008 version. Mention it in the dependencies list.
Add an implementation of tapped_delay_line which is not present in
pipelining package.
@cweickhmann
Copy link

cweickhmann commented Jul 19, 2023

Hi! It seems the reference to tapped_delay_line is now in the docs (doc/rst/modules/pipelining.rst) and it's referenced in rtl/extras_2008/filtering.vhdl, but it's no in rtl/extras_2008/pipelining_2008.vhdl.
Did this go missing on your local repository, maybe?

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.

Missing 2008 pipelining variant
2 participants