Forum Discussion
Altera_Forum
Honored Contributor
16 years ago --- Quote Start --- I just had another idea... the FIR filter doesn't know anything about packets, as it works with bytes. Instead of generating the SOP and EOP signals yourself, which would require to work with the control signals between the two cores, you should use a avalon-st bytes to packets converter core (http://www.altera.com/literature/hb/nios2/qts_qii55012.pdf). Be sure you configure it with a packet size that the FFT will like. --- Quote End --- Thank you so much. I am going to try it now