How constraint the output delay from the different clock edge to the same pad?
I get a ASIC design. And the path structure as follows.
Clock_a -----> IP1 use positive edge of Clock_a ------------> Pad_a: always capture the data on the
| | positive edge of Clock_a.
---> IP2 use negative edge of Clock_a -----
I want to set the output delay from the IP1 to "Clock_a period * 0.5".
And I also want to set the output delay from the IP2 to "Clock_a period * 0.25" at the same time.
How to constraint the output delay on the Pad_a from the different path?
Originally, I want to use "-through" command for "set_out_delay" command.
But "set_out_delay" command don't support it.
Could someone can help me about this?
Thank you very much.