Forum Discussion

Yamada1's avatar
Yamada1
Icon for Occasional Contributor rankOccasional Contributor
2 years ago
Solved

About 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...
  • RichardT_altera's avatar
    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