Thank you.
For my case, the input port is functional input in case A, and is also a clock input in case B. On this port, I need to set input delay for case A function on input port, and set clock source for case B simultaneously. So I need to set input delay on clock path.
I found if i set the clock source on C pin of IO cell, and set input delay on PAD pin of IO. It makes the timing path stop on C pin of IO cell. But when I set the clock source on PAD pin of IO cell, which is the same point of clock source, the timing path no more stopped.
If in some case, I need to set the clock source on the C pin of IO cell, but set_input_delay on PAD of the same IO, how can I make the timing path not to be stopped on the point of clock source?
Thank you.