[SOLVED] Interfacing LogiCore FFT 7.1 block

Status
Not open for further replies.

panos_papajohn

Member level 2
Joined
Mar 18, 2011
Messages
46
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,288
Activity points
1,640
Hello everyone,

I used Xilinx's core generator to create a fft block. How can I connect it to another vhdl script that I have written?

Thanks in advance
 

panos did you figured it out? i also wanted to know the same, in case if you know how to do it please let me know...
 

Actually the answer was pretty simple. I did a long time ago but I forgot to reply, so I apologize. Read about instantiation in VHDL. You must connect the ports of the FFT block to another entity that you built. Be sure that you connect scale_sch_we, fwd_inv_we and start ports. The scale_sch and the fwd_inv port can have a constant value. When you do the simulation be careful with the timings of each signal. Let the signal start to take a High value for at least 1us. But then again that depends of the core's architecture that you chose.
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…