Altera_Forum
Honored Contributor
12 years agoModelsim + Cyclone V PLL = Error occurred in protected context
Hello Guys,
I am currently trying to simulate one of my designs with Modelsim SE 10.0b for a Cyclone V FPGA. I have been doing many designs in the past with Altera and I never had any issues until now. When I try to perform a simulation of a design that contains a Cyclone V PLL, I get the following error message in Modelsim transcript: # Loading sv_std.std# ** Fatal: Error occurred in protected context.# Time: 0 ps Iteration: 0 Protected: /ds_tof_gen_cycv_tb/DUT/MIXLEDGEN/MIXLED_PLL/ds_mixled_pll_cycv_altera_pll_altera_pll_i_304/genblk2/genblk1/lcell_cntsel_int_4/genblk1 File: nofile# FATAL ERROR while loading design# Error loading design Here are some more details about what I did:- My design is coded in VHDL
- I generated the Altera Modelsim libraries with the Quartus II 13.0 Simualtion Library Compiler
- When creating a PLL for Cyclone V, Quartus generates a verilog file for compilation and a *.vho file for simulation. I only included the *.vho file in my modelsim project.
- I even tried to use the TCL script generated by the megaplugin wizard msim_setup.tcl and it does not help
- The PLL has 3 outputs and does not use dynamic phase shifting or dynamic reconfiguration