Forum Discussion
Altera_Forum
Honored Contributor
9 years agoFFT IP Core and Modelsim
Hello! I'm trying to run the RTL simulation of a project which contains Altera FFT module. In Modelsim (spawned with the NativeLink), after pointing all libraries I still have an error: error...
Altera_Forum
Honored Contributor
9 years ago --- Quote Start --- Modelsim will look at library of compiled units. It is likely a file source code exists but is not compiled if its path is wrong(by tool setup). I suggest you check path of [asi_ft_si_se_so_b] as declared in fft1_f_ii_0.sv --- Quote End --- Thanks for reply! fft1_f_ii_0.sv file does not have any path within [asi_ft_si_se_so_b] declaration. asj_fft_si_se_so_b# (
.device_family("cyclone iv e"),
.nps(4096),
.bfp(1),
.....
asj_fft_si_se_so_b_inst (
.clk(clk),
.clk_ena(1'b1),
.reset_n(reset_n),
..... As I'm launching Modelsim via the Quartus, it sets the library for the FFT automatically. There are just 4 files in the FFT library set in Modelsim, no path to [asi_ft_si_se_so_b]. How can I fix paths? Regards! Nick