Altera_Forum
Honored Contributor
10 years agoTimequest: -clock is not an object ID
In my sdc file I have a set_input delay command as
set_input_delay -add_delay -clock { dctu_i|a_uniphy_i|a_uniphy_inst|pll0|pll_afi_clk } -min -0.01 [get_ports { my_signal}] I keep getting the following warning from this line ignored set_input_delay at myfile.sdc(116): argument -clock is not an object id If I do a report clocks, I can see the clock name dctu_i|a_uniphy_i|a_uniphy_inst|pll0|pll_afi_clk Anyone got any ideas why I am getting this warning? Your help is very much appreciated C