FFT IP simulation errors in modelsim
Hi,
I am trying to use FFT IP in Intel Quartus 18.1. The IP catalog opens a platform designer window for selecting the parameters. It generates a FFT folder in which the related files and pkg files are present.
When I tired to simulate the IP separately, I could run it in modelsim successfully. Now I am trying to use thr FFT IP instance inside my RTL design file, which when tried to run in modelsim for same version and license throws error as below:
///////////////////////////////////////////////////////////////////////////////////////////////////////////
# vsim -t 1ps -L altera_ver -L lpm_ver -L sgate_ver -L altera_mf_ver -L altera_lnsim_ver -L twentynm_ver -L twentynm_hssi_ver -L twentynm_hip_ver -L rtl_work -L work -L FFT -L FFT_altera_fft_ii_181 -voptargs=""+acc"" fft_interface_tb
# Start time: 10:26:05 on Mar 16,2021
# Loading sv_std.std
# Loading work.fft_interface_tb
# Loading work.fft_interface
# Loading FFT.FFT
# Loading FFT_altera_fft_ii_181.FFT_altera_fft_ii_181_rmnmcui
# ** Error: (vsim-3033) /<project_path>/fft_interface/FFT/altera_fft_ii_181/synth/FFT_altera_fft_ii_181_rmnmcui.sv(52): Instantiation of 'auk_dspip_r22sdf_top' failed. The design unit was not found.
# Time: 0 ps Iteration: 0 Instance: /fft_interface_tb/fft_interface_dut/FFT_dut/fft_ii_0 File: /<project_path>/fft_interface/FFT/altera_fft_ii_181/synth/FFT_altera_fft_ii_181_rmnmcui.sv
# Searched libraries:
# /opt/intelFPGA_PRO/modelsim_ase/altera/verilog/altera
# /opt/intelFPGA_PRO/modelsim_ase/altera/verilog/220model
# /opt/intelFPGA_PRO/modelsim_ase/altera/verilog/sgate
# /opt/intelFPGA_PRO/modelsim_ase/altera/verilog/altera_mf
# /opt/intelFPGA_PRO/modelsim_ase/altera/verilog/altera_lnsim
# /opt/intelFPGA_PRO/modelsim_ase/altera/verilog/twentynm
# /opt/intelFPGA_PRO/modelsim_ase/altera/verilog/twentynm_hssi
# /opt/intelFPGA_PRO/modelsim_ase/altera/verilog/twentynm_hip
# /<project_path>/fft_interface/simulation/modelsim/rtl_work
# /<project_path>/fft_interface/simulation/modelsim/FFT_altera_fft_ii_181
# /<project_path>/fft_interface/simulation/modelsim/FFT
# /<project_path>/ip_test_rough/fft_interface/simulation/modelsim/FFT_altera_fft_ii_181
# Error loading design
# Error: Error loading design
# Pausing macro execution
# MACRO ./fft_interface_run_msim_rtl_systemverilog.do PAUSED at line 22
//////////////////////////////////////////////////////////////////////////////////////////////////////
Please suggest what to do for this issue.
Regards
Susmita