Forum Discussion
Altera_Forum
Honored Contributor
12 years agoI'm sorry for the description fault, the tool calculate the required time is as follows:
2ns(max_delay) - 3ns(output_delay) = -1ns; And the arrived time is as follows: 3ns(input_delay) + tDELAY; So tools think the constraints should be: 3ns(input_delay) + tDELAY < -1ns => tDELAY <-4ns; But my thinking is that I want to constraint the max delay time is 2ns from ina to oub (tDELAY < 2ns), so, for that, I need to constraint the max_delay is 8ns; It is right? --- Quote Start --- I'm sorry for the description fault, the tool calculate the required time is as follows: 2ns(max_delay) - 3ns(output_delay) = -1ns; And the arrived time is as follows: 3ns(input_delay) + tDELAY; So tools think the constraints should be: 3ns(input_delay) + tDELAY < -1ns => tDELAY <-4ns; But my thinking is that I want to constraint the max delay time is 2ns from ina to oub (tDELAY < 2ns), so, for that, I need to constraint the max_delay is 8ns; It is right? --- Quote End ---