Altera_Forum
Honored Contributor
15 years agoQuartus II Warning:The following clock transfers have no clock uncertainty assignment
Hi all,
in my design project, I have 2 clock in input: 'ref_clk_i' and 'clock_i'. I set up these clocks with tickle commands create_clock -period 10 [get_ports ref_clk_i] create_clock -period 1 [get_ports clk_i] and after that I clicked 'Update the timing netlist', but this is the warning message I received: warning: the following clock transfers have no clock uncertainty assignment warning: from ref_clk_i (rise) to ref_clk_i (rise) (setup and hold)warning: from clk_i (rise) to ref_clk_i (rise) (setup and hold)
warning: from clk_i (fall) to ref_clk_i (rise) (setup and hold) Where am I going wrong? Thanks to all.