Altera_Forum
Honored Contributor
16 years agoSimulate cyclone iii pll with cascading counters
i had some problems when i was simulating cyclone iii pll with cascading counters.
Main settings of the are: input clock 25MHz c1 output 25kHz (25MHz / 1000) c3 output 25kHz (25MHz / 1000) i simulated this pll in questasim 6.5b and got error messages: # ** Error: (vsim-8604) D:/altera/quartus90/quartus/eda/sim_lib/altera_mf.v(11544): NaN results from division operation. ......(repeat 6 times) # ** Error: (vsim-8604) D:/altera/quartus90/quartus/eda/sim_lib/altera_mf.v(15526): NaN results from division operation. ......(repeat 6 times) # ** Error: (vsim-3601) Iteration limit reached at time 0 ps. then i modified the pll. i set c3 output 25MHz and simulated it again. I got no error messages this time but found that c1 did not work while c3 output 25MHz clock correctly. Can anyone help me?:confused: