Search This Blog

Tuesday, April 6, 2021

Voltus

 VOLTUS

Inputs for VOLTUS (power analysis):

  • Technology lefs

    • Tech lef

    • Macro lef

    • Decap lef

    • Buf lef

  •  Libraries

  • Verilog netlist

  • DEF (data exchange format)

  • SPEF (standard parasitic extraction format)

  • CPF (common power factor)


Commands used in voltus

  • read_lib -lef $lefs

  • read_view_definition ../design/viewDefinition.tcl

  • read_verilog ../design/postRouteOpt.enc.dat/Top.v.gz

  • read_def ../design/routed_data.def.gz

  • read_power_domain -cpf ../design/Top.cpf

  • Read_spef ../design/postRouteOpt_RC_wc_125.spef.gz


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