• 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. cadence ADE automation

Stats

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

cadence ADE automation

jtompson
jtompson over 16 years ago
I am writing a helper program to automate corner simulations (since cadence corners tool has some issues with our PDK). The user sets up the corners to run, then the program runs these corners through ADE. The program works, however the interface between the GUI and ADE is unreliable for starting simulations and detecting completion. The code looks something like this: ;; ************** START CODE ***************** // pvtRunSim is called when user presses "Start" button procedure(pvtRunSim(session sev_session) ;; sevNetlistAndRun(sev_session) hiRegTimer("pvtRunSimCB(session)" 20) ); pvtRunSim ;; polling routine to check for simulation completion. procedure(pvtRunSimCB(session) prog(( ) if(asiGetStatus(session) == nil then ;; else hiRegTimer(""pvtRunSimCB(session)" 20) ); end if ); prog ;; ************** END CODE ***************** There are many problems with this implimentation: Firstly, sometimes ADE finishes but if there was an error during simulation (especially netlisting errors), asiGetStatus(session) always returns true --> I think this is a cadence bug. Because of this my code will never run the next simulation. Secondly, if ADE exits (user decides to exit ADE) the CB routine is never finished, and for some reason if you try to netlist in a new ADE window, it will always fail (with no error). I don't want to focus on trying to fix these issues, I would rather improve the implimentation. Basically, I would like to setup an ADE callback routine that is called once the simulation has completed. I would like a function like sevNetlistAndRun(session ?callback "myFunc"). Does something like this exist. I feel it must since cadence's "Parametric Analysis..." tool must do something like this. Any help would be appreciated.
  • Cancel
  • jtompson
    jtompson over 16 years ago
    Sorry about the formatting. I have no idea why all my new lines are removed when I hit "post".
    • 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