Sign In

Don't have a Xilinx account yet?

  • Choose to receive important news and product information
  • Gain access to special content
  • Personalize your web experience on Xilinx.com

Create Account

Username

Password

Forgot your password?
XClose Panel
Xilinx Home
Reply
Newbie
viswa_1981
Posts: 1
Registered: ‎07-07-2012
0

Program on How to interface data stored in FIFO to FFT core in Virtex 5 FPGA

Hi,

I am facing an issue in FPGA.I am expecting some solution on the following problem.

 

how do we write program to interface the data stored in FIFO to FFT core in virtex 5 fpga  compute and again send back to external static ram(sram)

 

please assist me.

 

 

Expert Contributor
bassman59
Posts: 4,671
Registered: ‎02-25-2008

Re: Program on How to interface data stored in FIFO to FFT core in Virtex 5 FPGA


viswa_1981 wrote:

Hi,

I am facing an issue in FPGA.I am expecting some solution on the following problem.

 

how do we write program to interface the data stored in FIFO to FFT core in virtex 5 fpga  compute and again send back to external static ram(sram)

 

please assist me.

 

 


First, you need to design a FIFO, or use an existing design. Then you need to figure out how to get data into it. Then you need to design an FFT engine, or use an existing design, and then figure out how to connect its inputs to the FIFO outputs. Then you need to design an interface to the external SRAM, and then figure out how to connect that interface to the FFT engine's outputs.

 

Seems pretty simple and straightforward to me.


----------------------------------------------------------------
Yes, I do this for a living.
Xilinx Employee
klumsde
Posts: 37
Registered: ‎04-18-2011
0

Re: Program on How to interface data stored in FIFO to FFT core in Virtex 5 FPGA

Xilinx provides a BRAM/FIFO generator in Coregen. 

It can instantiate a FIFO for you in your design. 

 

You should also look at the IP catalog to see if there is an FFT IP that suits your purpose. 

 

Then there is the MIG(Memory interface GUI) this can instance in a memory controller and interface to communicate with your SRAM.