• 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. Custom IC SKILL
  3. Finding devices with DC currents greater than some thre...

Stats

  • Locked Locked
  • Replies 1
  • Subscribers 143
  • Views 13056
  • 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

Finding devices with DC currents greater than some threshold

aakhavan
aakhavan over 9 years ago

I need to search a large schematic hierarchy for unwanted leakage currents in a DC sim. My current implementation traverses the schematic hierarchy and uses OP() to check the current through devices whose cell/library name match some predefined regex list. Unfortunately, this is extremely slow and causes the whole environment to hang until its done. Is there a better way to do this? Particularly, is there a way to dump all of the dcOpInfo (or a subset, or specific parameters) to an ASCII file and parse that externally?

  • Cancel
  • Andrew Beckett
    Andrew Beckett over 9 years ago

    If you're using a recent-ish subversion of IC616, the Outputs->Save All menu in ADE has the ability to add new "info" analyses so that you could save the operating point to an ASCII file in addition to the normal PSF database.

    Here you can see I've added a new row. This file would get saved into the "netlist" directory by default (I think...)

    Alternatively, if using an older version, you could create a file, myinfo.scs with:

    myOpPoint info what=oppoint where=file file="opPoint.txt"

    and then reference this file via Setup->Model Libraries or Setup->Simulation Files and add it as a "definition file".

    Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel

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