Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
17255 Discussions

PLL simulation with Altera Modelsim starter edidtion

Altera_Forum
Honored Contributor II
2,109 Views

Hello, 

When I try to simulate Altera PLL generated with Megawizard using Altera Modelsim starter edition I am getting error message : (vlog-13006) Could not find the package (altera_lnsim_functions). 

I am using .vo file for the PLL simulation. 

Thanks. 

- See more at: https://mysupport.altera.com/alteraservreq/openservreqdetail.html?srno=11179184&srrowid=1-dq3s97#sthash.pntmq6lq.dpuf
0 Kudos
3 Replies
Altera_Forum
Honored Contributor II
1,075 Views

If you use the .v file instead of the .vo file, will the same issue occur? You could double check if any library not being compiled also.

0 Kudos
Altera_Forum
Honored Contributor II
1,075 Views

Are you adding and compiling the right Altera library in ModelSim? You will need to add and compile the 'altera_mf.v' library, which comes as part of the Quartus installation. You'll find it under: 

<quartus_install_path>/quartus/eda/sim_lib/altera_mf.v 

 

Cheers, 

Alex
0 Kudos
Altera_Forum
Honored Contributor II
1,075 Views

 

--- Quote Start ---  

Are you adding and compiling the right Altera library in ModelSim? You will need to add and compile the 'altera_mf.v' library, which comes as part of the Quartus installation. You'll find it under: 

<quartus_install_path>/quartus/eda/sim_lib/altera_mf.v 

 

Cheers, 

Alex 

--- Quote End ---  

 

 

Alex, 

Thanks! 

Yes. I compiled the library. 

When I used Mentor's ModelSim/QuestaSim before I never had this kind of problem. 

This time I have to use the ModelSim Altera Starter edition and I am getting this issue. 

Thanks, 

-Mike
0 Kudos
Reply