Forum Discussion
Altera_Forum
Honored Contributor
16 years agoFFT Source_valid
Hello everyone, i have some trouble with the fft core (quartus 8.1) i am using a 512 fft with streaming interface. the fft core does not give any output. after transfering some data pack...
Altera_Forum
Honored Contributor
16 years ago --- Quote Start --- .. after transfering some data packages, the sink_valid kept high, no sink/source_errors, the core should assert the "source_valid" high - but it isn't. --- Quote End --- why do you say there are no errors? it clearly shows source_error=1 which means missing sop. Recheck you sop eop, they should be one clock long and correctly spaced. To improve your test validity you should really put some data !=0. DC or just put random pattern. Edit:[Be aware that the very first input sample having sink_valid=1, sink_ready=1 MUST also have SOP=1, otherwise you get missing sop]