Forum Discussion
Altera_Forum
Honored Contributor
17 years agoWhich FFT core to use...need some advice.
I am implementing a 2D transform on images (256x256 for now). The image lines are fed thru the fft and the results stored in external memory that the fpga uses for frame buffering. Then the results...
Altera_Forum
Honored Contributor
17 years agoright, de-asserting sink_valid should stall the core. you should be able to do this mid-packet, not just between eop and sop.
streaming (or the newer variable streaming) should be able to do what you are trying to do, i don't think you need to switch to burst. can you post simulation waveforms that show any problems you're running into?