Forum Discussion
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- The fact that you have two internal Tco requirements should not mean you need two output delays. If the pin is the same, then the external delays are the same, and therefore, you only need to worry about a single output delay. Or are the output delay changing based on which register it is coming from?. --- Quote End --- I'm designing to a specification so actual external delays don't matter. I just need to express what the specification says. --- Quote Start --- That said, you should be able to use set_max_delay to define the delays on these two different paths. --- Quote End --- Thanks, it looks like that may do what i need. I'll try it.