Search This Blog

Monday, March 29, 2021

How to dump the reports

   Sanity checks related Commands

  • checkFplan -reportUtil > ./reports/dir/utilization.rpt
  • checkPlace  > ./reports/dir/checkPlace.rpt
  • check_timing -verbose > ./reports/dir/check_timing.rpt
  • checkNetlist > ./reports/dir/check_netlist.rpt
  • checkDesign -all > ./reports/dir/check_design.rpt
  • checkUnique > ./reports/dir/check_unique.rpt
Congestion Report
  • reportCongestion -overFlow > ./reports/dir/congestion.rpt
  • reportCongestion -hotspot > ./reports/dir/congestion1.rpt
Timing Reports
  • report_timing -max_paths 100 -early > ./reports/dir/early.rpt
  • report_timing -max_paths 100 -late > ./reports/dir/late.rpt
  • report_constraints -all_violators -drc_violation max_transition  > ./reports/dir/max_transition.rpt
  • report_constraints -all_violators -drc_violation max_capacitance  > ./reports/dir/max_cap.rpt
  • report_constraints -all_violators -drc_violation max_fanout  > ./reports/dir/max_fanout.rpt
  • timeDesign > ./reports/dir/timeDesign.rpt
Skew Reports
  • report_clock_timing -type skew -early -clock clock_name >./reports/dir/early_skew.rpt
  • report_clock_timing -type skew -late-clock clock_name >./reports/dir/late_skew.rpt
  • report_clock_timing -type summery -clock clock_name >./reports/dir/skew_summary.rpt

Gate_count

  • reportGateCount > ./reports/dir/gate_count.rpt
  • report_power > ./reports/dir/power.rpt

No comments:

Post a Comment

What is the sanity checks you have done for STA?

 Sanity checks for STA: Linking Checks: We need to check., is there any missing modules or missing pins in a library. this is done by link c...