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}] The issue is that I have two PLLs which have the same port names.. so how do I modify the [get_ports{clk}] parameter to specify a specific PLL port? I've tried including a specific instance name but TA barfed... Any ideas? thx