Altera_Forum
Honored Contributor
11 years agoSimulate FIR MegaCore IP with Verilog in ModelSim
I am trying to simulate the FIR MegaCore IP with Verilog test bench in ModelSim Altera Starter Edition.
I have generated the IP with Verilog as chosen language. Generated simulation files and scripts include a VHDL test bench, the script works just fine when it comes to the included VHDL test bench. However when I try to alter the script (msim_setup.tcl) to simulate my design with my Verilog test bench, ModelSim says that it is unable to instantiate the IP and ALTERA version supports only one HDL. Can you please tell me how to simulate this IP with my custom Verilog test bench?