--- 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