Hi all, This command would report all the 100 MIN ...
# openlane
m
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:
Copy code
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?