SKon1
Occasional Contributor
5 years agoLooping back a clock to its source
Hello,
Port 'X' is an FPGA clock pin.
It's defined using a "create_clock" SDC command.
I have a requirement to drive this clock to an input port 'Y' like this:
Y <= X ;
I want the delay between X and Y to be as little as possible.
What constraint do you advice to use ?