Altera_Forum
Honored Contributor
12 years agoFFT MegaCore Function simulation in Modelsim never finished
Hi, everyone!
I'd like to ask those who deals with FFT MegaCore Function. My problem: I can't get generated FFT MegaCore Function simulation finished in Modelsim. I create a project in ModelSim, then append files fft_bb.v, fft.vo, fft.v, fft_tb.v (that have been generated by wizard) into it. Compilation process is OK, so I start simulation, append all signals from fft_tb instanse to Wave window. Then I make 'Run -all' command and wait for result. However, in spite of there is a $finish task in the testbench, simulation never stops. If I make forced stop of simulation, I see signals source_valid, source_real, source_imag being in a HiZ state all the way. This repeats regardless type of FFT (streaming, variable straming, so on) or number of points (64, 128, ... 4096,... etc). Of cource, there are no output text files with FFT results. CAD Quartus II 64-bit Web Edition 13.0 ModelSim ALTERA STARTER EDITION 10.1d FPGA Altera Cyclone IV E (EP4CE40F23) So, can anyone help how to test FFT function? Thanks