Altera_Forum
Honored Contributor
16 years agoFFT modelsim stand alone simulation
I new to Quartus II and ModelSim. I am trying to simulate the FFT MegaCore and I am getting a VHDL compile error. I have reviewed the documentation but I don't see what I am doing wrong. The documentation I am looking at is "Ch 6: Simulating Altera IP in Third-Party Simulation Tools page 6-11" The Q2 generated VHDL uses the lib/package "fft_lib.fft_pack_fft_90" I don't see how the package "fft_pack_fft_90" gets included into the vcom command. I do see a binary file called "fft_pack_fft_90.vhd" which Q2 generated.
vcom -work work -93 -explicit fft.vhd# Model Technology ModelSim SE-64 vcom 6.1a Compiler 2005.07 Jul 19 2005# -- Loading package standard# -- Loading package std_logic_1164# ** Error: (vcom-19) Failed to access library 'fft_lib' at "fft_lib".