Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Xilinx IP CORE FFT: Missing signals/functions

Status
Not open for further replies.

Wild Life

Member level 1
Joined
May 4, 2011
Messages
34
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,565
Dear All, I realized an FFT via IP CORE in Xilinx Ise (virtex 5), the problem is that FFT hasn't input enable! So I should have the entire stream of samples to elaborate one sample-per-clock (without missing spaces)! Without other cores when I hadn't samples available I simly put input_enable as '0' waiting for samples' availability. Now, this can't be me made: in N-1 clock cycles i shouls have k-1 samples available... there's a way to have the input-enable function or I'm forced to have the entire frame available?
 

Well this is quite hard to decipher what you're actually asking, but i think a FIFO is what you're looking for. Just buffer your data and when you have enough to do your fft, stream it out of the FIFO into the FFT as one continuous data stream. There's a FIFO generator in coregen.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top