Forum Discussion
Altera_Forum
Honored Contributor
10 years agoYour first line cuts every setup/hold/recovery/removal analysis in the design. That's pretty close to everything.
Anyway, if you want to look at what's cut, use report_timing -false_path with the same options, e.g. something like; report_timing -setup -npaths 100 -pairs_only -detail full_path -from [get_clocks *] -to [get_clocks *] -panel_name "Clock to Clock" report_timing -setup -npaths 100 -pairs_only -detail full_path -from [get_clocks *] -to [get_clocks *] -panel_name "FP:Clock to Clock" -false_path The first one should return nothing and the second one should list the first 100 paths that have been cut.