• Skip to main content
  • Skip to search
  • Skip to footer
Cadence Home
  • This search text may be transcribed, used, stored, or accessed by our third-party service providers per our Cookie Policy and Privacy Policy.

  1. Community Forums
  2. Digital Implementation
  3. Reg static and dynamic Power Analysis

Stats

  • Locked Locked
  • Replies 9
  • Subscribers 92
  • Views 17098
  • Members are here 0
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Reg static and dynamic Power Analysis

Music
Music over 15 years ago

Hi...

I would like to knwo the steps included in finding out Static and dynamic Power analysis in SoC Encounter 8.1

I have a design.v, design_synth.v, .lib file, .lef file, .sdf file .So please let me know how to get the power .. include the steps plz...

how can i view(from GUI) my IO pads on the chip... i also included .io file when i import my design.
 
  • Cancel
Parents
  • gops
    gops over 15 years ago
    Hello;
     
    There are two types of power analysis possible
    one is static which dont require a VCD or TCF (the tool assumes a default switching activity fo all nodes, which you can change) and
    other is dynamic which either requires a VCD file or Timing window file(TWF)
    For better analysis of power you have to do the dynamic power analysis.
     
    Regarding your problem that you are not seeing IOs on encounter
    Do you a have the IO PADs in your netlist?
    just check for them whether its available or not else include them.
     
    Now how to generate a VCD file in simulator (NCsim).I think VCD is not generated in RC, its generated frm simulator.You should have a good testbench which should have satisfactory functional coverage for the purpose .Other wise the power value maynot be the accurate one.
     
    For VHDL rtl Codes
    use the following procedure:
     
    ncsim >  call vcdfile filename.vcd
     
    ncsim >  call vcdaddscope : -a      
     
    ncsim >  call vcddumpvars
     
    ncsim >  run
     
    ncsim >  call vcdflush
     
    For verilog rtl codes
    use the following initial in your testbench:
     
    Below should be sufficient to dump all the signals inside testname and all the instantiations in this top module.
     
     
     
    initial
     
    begin
     
            $dumpfile("debug.vcd");
            $dumpvars(0, testname);
            $dumpall;
    end
     
     
     
    Please let me know if you have further questions .
     
     
    gops
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • gops
    gops over 15 years ago
    Hello;
     
    There are two types of power analysis possible
    one is static which dont require a VCD or TCF (the tool assumes a default switching activity fo all nodes, which you can change) and
    other is dynamic which either requires a VCD file or Timing window file(TWF)
    For better analysis of power you have to do the dynamic power analysis.
     
    Regarding your problem that you are not seeing IOs on encounter
    Do you a have the IO PADs in your netlist?
    just check for them whether its available or not else include them.
     
    Now how to generate a VCD file in simulator (NCsim).I think VCD is not generated in RC, its generated frm simulator.You should have a good testbench which should have satisfactory functional coverage for the purpose .Other wise the power value maynot be the accurate one.
     
    For VHDL rtl Codes
    use the following procedure:
     
    ncsim >  call vcdfile filename.vcd
     
    ncsim >  call vcdaddscope : -a      
     
    ncsim >  call vcddumpvars
     
    ncsim >  run
     
    ncsim >  call vcdflush
     
    For verilog rtl codes
    use the following initial in your testbench:
     
    Below should be sufficient to dump all the signals inside testname and all the instantiations in this top module.
     
     
     
    initial
     
    begin
     
            $dumpfile("debug.vcd");
            $dumpvars(0, testname);
            $dumpall;
    end
     
     
     
    Please let me know if you have further questions .
     
     
    gops
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Children
No Data

Community Guidelines

The Cadence Design Communities support Cadence users and technologists interacting to exchange ideas, news, technical information, and best practices to solve problems and get the most from Cadence technology. The community is open to everyone, and to provide the most value, we require participants to follow our Community Guidelines that facilitate a quality exchange of ideas and information. By accessing, contributing, using or downloading any materials from the site, you agree to be bound by the full Community Guidelines.

© 2025 Cadence Design Systems, Inc. All Rights Reserved.

  • Terms of Use
  • Privacy
  • Cookie Policy
  • US Trademarks
  • Do Not Sell or Share My Personal Information