Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers

altera_mf

Altera_Forum
Honored Contributor II
1,037 Views

Hi All, 

I install the Quartus II 9.0 sp2 web edition with the ModelSim 6.4a Starter Edition (for Quartus II 9.0). I'm trying to simulate the ALTPLL that i build using the MegaFunction Wizard. When i'm geting the PLL out from reset (drive to low) the ModelSim stop on Fatal error (sometimes also crash), the cause of the error point to the altera_mf.vhd file line 7938. 

# ** Note: Cyclone II PLL was reset# Time: 0 ns Iteration: 5 Instance: /tbde2/uut/pixelclock/altpll_component/cycloneii_altpll/m3# ** Fatal: (SIGFPE) Floating point exception.# Time: 95 ns Iteration: 5 Process: /tbde2/uut/pixelclock/altpll_component/cycloneii_altpll/m3/schedule File: C:/altera/90/modelsim_ase/win32aloem/../altera/vhdl/src/altera_mf/altera_mf.vhd# Fatal error in Process schedule at C:/altera/90/modelsim_ase/win32aloem/../altera/vhdl/src/altera_mf/altera_mf.vhd line 7938#  

 

Could any one help me on that?
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
349 Views

I don't know if it's causing the fatall error, but for any designs involving a PLL, the time unit must be changed from default 1 ns to 1 ps, otherwise the PLL simulation doesn't work.

0 Kudos
Altera_Forum
Honored Contributor II
349 Views

Thanks FvM, this solve the problem! 

:)
0 Kudos
Reply