Forum Discussion
Altera_Forum
Honored Contributor
13 years agoTimeQuest reports outputs unconstrained if they dont' have a set_output_delay or set_false_path on them. I've tried to get this changed, since having a clock constraint on it is just as good. (Otherwise you could argue that clock inputs are "unconstrained"). I would recommend doing c) and ignore it. If you put a set_max/min_delay, you're constraining it in a way you don't want to. (What you want is your output data port constrained in relation to this clock, which you've successfully done). Putting a set_false_path on it might work, but it might cut the clock analysis. I'm not sure.