Forum Discussion
Altera_Forum
Honored Contributor
13 years agoI believe tCO is meant for input state and tSU for output state (though the other way round is also allowed but unusual).
if tCO is meant for input then the rule for set input delay is: set_input_delay <10 ... and so tSU is for output then the rule for set ouput delay is: set_output_delay -max <10 and add it to above if we go for the odd case of opposite sense then: set_input_delay –max < ui – tsu > i.e. unti interval minus tSU while set output delay relation to tCO is not documented as far as I am aware.