Altera_Forum
Honored Contributor
10 years agoMissing clock assignment warning
Hello,
in a Cylone V SOC project under Quartus 14.0 I get the following message from the Linker: Warning (332060): Node: clk50a was determined to be a clock but was found without an associated clock assignment. The Project contains a .sdc file with the following constraint: create_clock -name {clk50a} -period 20.000 -waveform { 0.000 10.000 } Any idea what I forgot to do?