Forum Discussion
Altera_Forum
Honored Contributor
9 years agoset_input_delay And set_output_delay .SDC Constraints
Hello! I have little familiarity with the set_input_delay and set_output_delay SDC and was wondering whether the following commands would correctly constrain the inputs as per the requirements in th...
Altera_Forum
Honored Contributor
9 years agoUPDATE : When I remove the -clock_fall constraint, which I included since the data was changing on the negative edge of the clock, the failing constraints go away.With the following constraints, I get no errors.
set_input_delay -clock clkvin -max 25
set_input_delay -clock clkvin -min 10 The only change I've made is the removal of the -clock_fall