Altera_Forum
Honored Contributor
16 years agocreate_clock .sdc syntax
Hi, I am trying to specify a period constraint to input_clk[1] port of a PLL. Every example I can find shows: create_clock -period 10.000 -name clk [get_ports {clk}] Th...