Altera_Forum
Honored Contributor
19 years agoFFT v6.1 - sink_ready de-asserting by itself
I have encountered a problem in FFT v6.1 (streaming architecture). It seems like the core is de-asserting sink_ready signal (for exactly three cycles) even if the core is not back-pressured.
This has caused me many sleepless nights Not expecting the sink_ready signal to go low by itself, I kept feeding data into the core. Needless to say, the core did not get three data points. Consequently, I asserted sink_eop exactly three cycles too early. This really messed up the core as it asserts source_eop before it asserts source_sop. I checked with Altera. They claimed that this is technically not an illegal behavior for the Avalon Streaming protocol. However, they did agree that the behavior is not desirable and promised to fix this problem in a future release. For the meantime, they have suggested two temporary work-arounds: a. Use variable streaming mode and tie the transform size to a fix number. b. Insert a fifo (depth of 4) in front of the FFT core. Hope this helps.