Altera_Forum
Honored Contributor
10 years agoQuestion about unconstrained input/ouput paths
Let's say I do not specify any input/output constraints in my design (set_input_delay/set_output_delay). This means there is nothing to report 'to the input register' as well as 'from the output register'. What will happen in real hardware situation?
1) Hardware will fail as these paths are supposed to be timing-analyzed but is not due to the missing I/O constraints. 2) Hardware will not fail - but fitter might not optimize timing due to the absence of the I/O constraints.