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

Added fixed point Finite Impulse Response filter. #32

Merged
merged 2 commits into from
Feb 12, 2024

Conversation

Kev-J
Copy link
Contributor

@Kev-J Kev-J commented Feb 8, 2024

Fully pipelined FIR.

@schoeberl
Copy link
Collaborator

I propose that you use Scala/Java naming conventions and have the same spelling of the file name and the class name (Start with UpperCase).

ChiselEnum should now be in normal Chisel, no need for use of experimental.

Kevin Joly added 2 commits February 12, 2024 09:20
Fully pipelined FIR.

Signed-off-by: Kevin Joly <kevin.joly@armadeus.com>
Signed-off-by: Kevin Joly <kevin.joly@armadeus.com>
@Kev-J
Copy link
Contributor Author

Kev-J commented Feb 12, 2024

Hello @schoeberl ,

I've fixed FIRFilter.scala and IIRFilter.scala filenames while I was at it.

Unfortunately, ChiselEnum is still in experimental package when using 3.5.5. To overcome this, we need to upgrade this package to 3.6.0.

Thanks for the review,

Kevin

@schoeberl
Copy link
Collaborator

You are right, ip-contribution is missing updates. It is on my TODO list.

@schoeberl schoeberl merged commit 1001056 into freechipsproject:master Feb 12, 2024
3 checks passed
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