Forum Discussion
Altera_Forum
Honored Contributor
15 years ago --- Quote Start --- Hi, If you know for sure you are not enabling B, you can simple cut it by adding a false path from B* to B*. look for set_false_path in the help or google "set_false_path TimeQuest". But if you don't want to remove B from the analysis, you can use report_timing -from A* -to A* to check the timing for A. Of course, I am assuming you have a target period defined on the clock, so this will show you the slack for paths within A. Hope this helps. DK --- Quote End --- Thanks, this is exactly what I was looking for.