Forum Discussion
Altera_Forum
Honored Contributor
17 years agoBe sure to pay attention to the sink_ready signal when you are using Altera's FFT core: the signal indicates when the core is ready to take on input. You are seeing the shift because you are not paying attention to this signal and are sending in data when the core isn't ready.