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

using DSPs in the FPGA as ALMs for standard FFT IP

VenkateshSathar
New Contributor I
6,452 Views

Hi,

 

We are using standard FPGA FFT IP for our design given by intel.

 

we want to use many FFT IPs parallely for that the problem that we are seeing is resources for ALMs required is not suffiecient with the fpga availability.

 

It has sufficient amount of dsp available in the fpga.

 

So, is there any way for that fft ip to consume some of the DSPs in the fpga for some part of logic instead of ALMs so that we can fit more parallel ffts in our design and use all the ALMs and DSPs effectively.

 

As this is critical for us any answer soon helps us a lot.

 

0 Kudos
42 Replies
VenkateshSathar
New Contributor I
465 Views

Hi,

 

The issue is solved now. THe whole problem is because of the Twiddle factor width which is given as 24 and datawidth given as 16 and for this configuration your fft ip will not synthesize propely where as when i gave both as 16 bit and then checked things are working in both simulation and implementation and it is consuming dsps also without giving any attribute itself.

 

But all this confusion started as you see because for the above mentioned wrong configuration simulation in model sim still working.

 

and to answer you questions.

 

1) does the design able to simulate using your testbench for Q16.1 fft?

--> Yes it is able to simulate in model sim for Q16.1 itself.

 

2) Also, I notice that your resource had drop for your FFT. In your screenshot, it show it had about 10000++ ALUT but your design only shows 2097. This means that you have leave your pin float. You cannot leave your pin float as it will optimized a way a lot of logic.

--> It's not dropping because of floating pin etc, it is because of the above twiddle problem with your fft ip as i mentioned it's trimming the multiplier logic itself in synthesis. and 10K for you consuming may be because when you open project the ip of fft taking defualt varibale streaming config instead of what i configured for so once open qsys of ip and regenerate and run.

 

3) Can you make your design when tools -> simulation tools -> rtl simulation works? from my side, if I do that, I see error messages.

--> I didnt do simulation directly as you can see some file called fftblock.do in my zip folder in mentor folder, that i am running as macro file in modelsim.

 

4) if your design work for Q16.1fft, can you attached it for me to make comparison as well? I will try it on Q18.1 to see if this can be work or not.

--> The problem is not with 16.1 at all it is config problem of fft.

 

5) you do not need to zip the whole design to send it as it take a lot of spaces. Just project -> archive project and it would be sufficient. please resend your design after you make the changes above.

--> this i am aware of but sent you zip to give you the essence of all the background generated files and to find any mistake in it if possible and to pass you simulation code of model sim also.

 

Hence, the problem solved. The twiddle factor related thing actually explained to us today by one of our local field application engineer.

 

 

0 Kudos
Reply