Altera_Forum
Honored Contributor
13 years agoCan't simulate ALTERA_PLL
I'm using Quartus 12.0 SP2 and standalone ModelSim PE. I have a design in Cyclone V with a MegaFunction generated ALTERA_PLL. The generated simulation source file mypllname.vho which instantiates altera_pll only references:
LIBRARY altera_lnsim; USE altera_lnsim.altera_lnsim_components.all; (in addition to ieee). When I try to sim my testbench, ModelSim reports that altera_pll is not bound. Shouldn't it be in altera_lnsim? I used msim_setup.tcl to compile the Altera libraries. It called for two files to be compiled into the altera_lnsim library. altera_lnsim_components.vhd compiled OK but altera_lnsim_for_vhdl.sv did not, since it is not in the Quartus distribution (I'm using the Web freebie if that makes a difference). Hopefully I'm missing something obvious. Thanks for any info and advice.