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

Hard coded 32 in fft.vhd #15

Open
MyTechCatalog opened this issue Jun 18, 2023 · 0 comments
Open

Hard coded 32 in fft.vhd #15

MyTechCatalog opened this issue Jun 18, 2023 · 0 comments

Comments

@MyTechCatalog
Copy link

Thanks for this great project. It's awesome!
There is a hard coded 32 on Line 478 and line 502 of fft.vhd.
I tried to compute an FFT of a size other than 64, and it did not work. I got don't cares in a simulator. I replaced the hard coded 32 with (N/2). Now it works for other power of 2 FFT sizes. I only checked a few (16, 32, 64 and 128).

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