Altera_Forum
Honored Contributor
10 years agoFFT Megacore sink_ready never goes to 1
Right now I am trying to read 16 bit values from memory and put the data into the FFT Megacore function I have in my design. The only problem is that in my Verilog project, the sink_ready value never goes to 1 and therefore I can never push data into it. I have a VHDL implementation where I am reading from memory as well and it works as desired. This is acquiring data through the line in however.
In the Verilog implementation I have attached the ADDA GPIO card to my DE1 board. In SignalTap I am reading from the ADDA card just fine, writing those values to memory just fine, and can read those same values from memory just fine as well. The only issue so far is that the FFT sink_ready value never goes to 1 so I can never push data through it. I have already tried scouring the forum here but only found older posts or problems that weren't relevant to the sink_ready value. I was wondering if anyone would hopefully know anything that would get in the way of the FFT Megacore outputting a 1 for the sink_ready. I have tried rereading the FFT Megacore manual many times too but can't seem to locate anything (though, it is also very long and it is possible I missed something while reading through trying to resolve this tedious issue).