Yamada1
Occasional Contributor
2 years agoAbout loading constraints
It would be helpful if you could teach me about reading the constraints of the fitter. There is no particular problem when editing the SDC with Timing Analyzer, but when compiling afterwards, a warn...
- 2 years ago
The constraints you used will remove the Unconstrained path being reported out because the -to node (RLO_CLK_node) that is false path is the same.
At the end, designers need to know their design requirement and know where & when to use set_false_path. These constraints tell Timing Analyzer not to analyze specific paths or clock transfers. Once a path has been cut by either of these commands, there is no way to un-cut it, i.e. these constraints have the highest priority.
Regards,
Richard Tan