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

Scaling FFT within the wrapper

Altera_Forum
Honored Contributor II
984 Views

I am implementing the FFT megacore using a MM-ST SGDMA --->FFT ---> ST-MM SGDMA setup. Therefore, I have a wrapper to accommodate the FFT and slot it into the avalon interface in SOPC. It seems to be working so far, but scaling has yet to be applied. 

 

Is it possible to carry out the scaling automatically within this wrapper?, for instance, as described in the FFT megacore documentation, with a case statement of the exponent value. I'm using Verilog.
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
264 Views

i don't see any problem with integrating scaling into your wrapper.

0 Kudos
Reply