Altera_Forum
Honored Contributor
14 years agoQuartusII: Invalid assignment for clock
solved
the problem was to leave a space between '10' and '[' : create_clock -period 10 [get_ports ref_clk_i] ***************************************************** Hi all, before TimeQuest Analysis, i was setting clock_port named "ref_clk_i" to a signal of 100MHz: create_clock -period 10[get_ports ref_clk_i] but appears this error: warning: invalid assignment for clock: the option -name has the following error: could not identify a name for this clock. clock was not created or updated. Where am I going wrong?