Altera_Forum
Honored Contributor
9 years agoSDC constraints: One GCLK with two net names.
I have a large design with one GCLK that is used as two unrelated clocks. The clocks have two names in the Verilog source, but refer to the same GCLK net, by assignment.
I would like a simple way to set_false_path between the two uses of this one clock, rather than having many set_false_path constraints for all the logic that is clocked by the two clocks. Is it possible to define two clocks in the SDC by source code net name, rather than the actual clock source? I can work around the issue by using a PLL to generate the second clock from the first at the same frequency, but that is expensive in resource and power for doing nothing.