Altera_Forum
Honored Contributor
10 years agoClock constraints being ignored
I am working on a design on MAX V CPLD : 5M2210ZF324C5 on Quartus II 15.0 version.
I have a clock coming from one of the pins and I have create_clock constraint for this as shown below: create_clock -name {Cpld_Clk} -period 20.000 -waveform { 0.000 10.000 } [get_ports {Cpld_Clk}] However in the fitter report and sta report I get the following warnings: Warning (332174): Ignored filter at 12g_main_hp_mlk_top.sdc(148): Cpld_Clk could not be matched with a port Warning (332049): Ignored create_clock at 12g_main_hp_mlk_top.sdc(148): Argument <targets> is an empty collection Info (332050): create_clock -name {Cpld_Clk} -period 20.000 -waveform { 0.000 10.000 } [get_ports {Cpld_Clk}] Can anyone please tell me why the constraints have been ignored? Thank you