Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
16 years ago

Error : Powerplay Power Analyzer

I am trying to estimate the power for my design using Power Play Power Analyzer, for that purpose I am using vcd files as input to the power tool to estimate the toggle rate.

My error occured in the middle of the power estimation process and the error details are :

Internal Error: Sub-system: PUTIL_EXTERNAL, File: /quartus/power/putil/putil_library.cpp, Line: 418

(percent >= 0) && (percent <= 100)

Stack Trace:

0x2637 : putil_lib_update_progress_bar + 0x77 (POWER_PUTIL_EXTERNAL)

End-trace

Quartus II Version 8.0 Build 231 07/10/2008 SJ Full Version

Service Pack Installed: 1

I dunno whats the cause of the error but I am assuming that since I am using large vcd file as the input (20GB) quartus is unable to parse the file.

Any help would be much appreciated

22 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    I tried that and it still gave me a low confidence level. That is the reason why I think my testbench is not correct. I am attaching my test verilog code and the test bench, if someone could look at it and comment, I would really appreciate it. Thank you

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    That command did not work for me. i am using Modelsim Altera 10.0d version. I also have the trouble of having low confidence and 0% for signals read from simulation in Confidence metric report. Is it the right command - vcd add -r /top/dut/*?

    --- Quote Start ---

    In that case, try simulating for a shorter period of time, try it with a small amount data first. That way you can see if the file is just too big. I was able to feed in a file of size up to 5 GB.

    Good luck and please post how it turns out for you.

    By the way, I use the same command vcd add -r /top/dut/* during my simulation but didn't get a High confidence level. I'm still trying to figuring out why, but I do see that toggle and static rate from my simulation file is at about 60%.

    --- Quote End ---