Forum Discussion
Altera_Forum
Honored Contributor
14 years agoProblems with FFT Testbench
Hi All, I'm relatively new to FPGA programming, and as a part of a larger project, I am designing a FFT hardware solution to convert a live audio signal into frequency and amplitude pairs (but ...
Altera_Forum
Honored Contributor
14 years agoUPDATE
I've sorted that problem I was having, turned out the Testbench .v file missed out any instance of setting sink_ready to 1. So at the moment, all the input processes are working fine. The testbench runs for 4 frames of random real and imaginary input data, read from respective text files. ...and that's as far as it gets. I'm currently not getting any output from the instantiated FFT module, either as a wave form or in the file on disk. Any ideas?