Altera_Forum
Honored Contributor
13 years agoProblem in controlling FFT megacore function???
Hi, I'm currently working in a project, in which I use FFT block to correlate signal. I got stuck in simulating the fft block. My block do fft for 1024 points. I use a clock 1Mhz to clock.
I simulated in modelsim with : -I assert port reset, sink_valid, sink_ready to '1' and sink_error, inverse to "00", '0'... -For 1024 points FFT, there 1024 clock cycles between sink_sop and sink_eop but the outputs stuck a zero, Where did I do wrong? By the way, what 's the standard method to control fft megacore block when I have to control sink_eop and sink_sop, clock, reset... Can I use sink_sop and sink_eop from one source? Because they have same form ( In streaming data flow chart in user guide megacore fft 11.)