Altera_Forum
Honored Contributor
17 years agoFFT megafunction simulation in Modelsim
Hi,
I'm trying to get a standalone FFT megafunction simulation running in Modelsim Altera Starter 6.5b (generated with QII 9.1, Verilog). I generated the simulation model and compiled the .vo and _tb.v files successfully. Now starting the simulation of the testbench, Modelsim generates dozens of warnings similar to:# ** Error: (vsim-3033) D:/hardware/components/modelsim/fft64_test.vo(6204): Instantiation of 'altmult_add' failed. The design unit was not found.# Region: /fft64_test_tb/dut# Searched libraries:# D:\hardware\components\modelsim\workNow that would make me believe that some libraries are missing. Modelsim is a fresh install and the FFT user guide doesn't give me any hints on that problem. Do I need to compile something else into my work library? Any help is greatly appreciated! Cheers, Andy