https://open-source-silicon.dev logo
Title
m

mehdi

10/30/2021, 2:33 PM
Hi all, This command would report all the 100 MIN failing paths:
report_checks -path_delay min -fields {slew cap input nets fanout} -format full_clock_expanded -group_count 100
How do we report only the paths that are failing (with negative slack)? The following commands seems to be doing the job based on openSTA's doc but I am still unsure:
report_checks -path_delay min
find_timing_paths -path_delay min
report_checks -path_delay min
find_timing_paths -path_delay min
Does anyone know how to do this right?