DNguy4
Occasional Contributor
7 years agoclock buffer
Hi,
I implement a one to two clock buffer in my design and feed to two different pins of a module. I need to have two distinct clock names so that we can control max/min delay between them in my timing constrain. I did the following:
out1 = inclock;
out2 = inclock;
However, the get_clocks command in timing constrain cannot match out1 and out2 with a clock. It looks like the tool see out1 and out2 as io signals, not clock. Do I need to do anything special to out1 and out2 so that the get_clocks command can recognize them as clock and applies the constrains.
Thanks