FPGA Intellectual Property
PCI Express*, Networking and Connectivity, Memory Interfaces, DSP IP, and Video IP
6359 Discussions

Scaling FFT within the wrapper

Altera_Forum
Honored Contributor II
853 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
133 Views

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

0 Kudos
Reply