FPGA Intellectual Property
PCI Express*, Networking and Connectivity, Memory Interfaces, DSP IP, and Video IP
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
6673 Discussions

Unable to get correct output in my FFT megacore function model

Altera_Forum
Honored Contributor II
1,135 Views

My inputs are fed correctly but my FFT megacore output always shows a 0 

 

O/P signals 

sink_ready=1 

sink_valid=1 

 

Streaming Mode FFT 

 

Is anything wrong in my Simulink model 

 

I have attached the .mdl file
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
426 Views

Without having looked at your code I can only say that you need to obey to the protocol for the Avalon ports: sink_sop, sink_eop and reset for the FFT to work. Also - you must have source_ready=1 to enable downstream flow. Good luck

0 Kudos
Reply