• 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. Logic Design
  3. using ModelSim/QuestaSim VCD file in RTL compiler

Stats

  • Locked Locked
  • Replies 4
  • Subscribers 62
  • Views 6727
  • 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

using ModelSim/QuestaSim VCD file in RTL compiler

dkhan
dkhan over 12 years ago

Hi,

I want to use VCD file from QuestaSim 6.0 in RTL compiler to obtain power report. The netlist file I am using in QuestaSim for simulation and VCD file generation is also generated by RTL compiler byt when I run following commands I got no asserted signals in the power result. Does RTL compiler supports other VCD files besides from NCVHDL?

read_netlist synthesized_RISC_32.v

define_clock -name clk_main -period 5000 [find / -port clk_main]

read_vcd -module RISC_32 -static RISC_32.vcd

report power

  • Cancel
Parents
  • bmiller
    bmiller over 12 years ago

     It is great that you got it to work with vcd2saif.

     However, that should not be necessary.  I suspect you need to use the -vcd_scope (or -vcd_module in older releases) option to read_vcd in order to select the "scope" in the VCD that you want to apply to the top design in RC.

     It is very common for a VCD to only contain signals from the design you are interested in, but also contain the full hierarchy from the testbench.  For example, your VCD may look like this:

    $scope module tb $end

    $scope module dut $end

    $scope module my_top_design $end
    $var wire       1 Tc4# clk $end
    $var wire       1 Eb4# reset_n $end
    ....

     In this above case, you need to specify "read_vcd -vcd_scope tb/dut/my_top_design ..." or just "read_vcd -vcd_scope my_top_design ...".

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • shvd
    shvd over 6 years ago in reply to bmiller

    Hi, 

    can anyone tell me how to check the asserted toggle rate and asserted probability in the genus (synthesis tool) 17.20 version.

    Following commands is showing error in running,

    get_db lp_asserted_toggle_rate

    get_db lp_asseted_probability

    Can anyone help me with this?

    Thanks 

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • shvd
    shvd over 6 years ago in reply to bmiller

    Hi, 

    can anyone tell me how to check the asserted toggle rate and asserted probability in the genus (synthesis tool) 17.20 version.

    Following commands is showing error in running,

    get_db lp_asserted_toggle_rate

    get_db lp_asseted_probability

    Can anyone help me with this?

    Thanks 

    • 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