Search This Blog

Tuesday, July 12, 2022

Power Analysis Inputs

Power Analysis

 Inputs For power Analysis

  1. Netlist
  2. Constraints
  3. Upf
  4. Liblist
  5. Vcd name
  6. Tb_top_instance
  7. Ptpx_clock_period
  8. Rail Names 
  9. Sdf (Optional)
  10. Spef (Optional)
  11. Mapping file

Netlist: - 

-We should Provide the flat netlist otherwise should miss the interface information

-We should mention the Netlist of ram's because who libs don't have the Power information

-We should mention the Top-level Netlist and black level Netlists

Liblist:

-Give all the standard cells and memories Libs which will have the power information

Spef

-Spef contains the wire capacitance

Constraints

-From this file, we can read the transition of the Pin (If you have already flat constraints, you can use it otherwise use hierarchical constraints because we are not considering the False path, multi cycle paths, and Half cycle paths

UPF:

-Where you have the Power connectivity and voltage, Rail information

VCD:

-We can get the Activity information from this File

TB_top_instance:

-For which black do you want to do the power analysis this will indicate that hm

PTPx_clk_period:

-We can take the Dominant clock, clock period for ptpx because it will reach the maximum percentage of the flops

Rails:

-Rail names we can get them from the UPF file

SDF
-Where we have the exact interconnect and Call delays are present

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...