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

Simulation Error

Altera_Forum
Honored Contributor II
1,370 Views

Hi, all: 

I encoutered a problem --- when I do RTL simualtion, it shows a warning: 

 

Warning : Invalid transition to 'X' detected on PLL input clk. This edge will be ignored. 

Time: 0 Instance: Test_vlg_vec_tst.i1.ClkConv.altpll_component.pll0.n1 

Error: (vsim-3601) Iteration limit reached at time 0 ps. 

 

I just have an initial block to simulate the external clock input. So what's the problem. Please give me some clues. Thank you very much!
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
666 Views

Check that you don't have two sources for the pll input clock, such as two different processes.

0 Kudos
Altera_Forum
Honored Contributor II
666 Views

Hi, Daixiwen: 

 

Thanks for the reply. I found the error was caused by the unit of timescale. I change 1ps to 1ns, and the error vanished.
0 Kudos
Reply