• 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. Multiple asynchronous ADEXL simulations using SKILL

Stats

  • Locked Locked
  • Replies 5
  • Subscribers 143
  • Views 14645
  • 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

Multiple asynchronous ADEXL simulations using SKILL

frasheed
frasheed over 9 years ago

Hello,

I am writing a code to run simulations from different cellviews. All these simulations are in ADEXL and there tests has already been setup. All I want to is to open each ADEXL view and run the simulation for each test and then extract the simulation results. I have already written a SKILL code to start the simulation but my code exits before the simulations ends. Can anyone guide me how I can make my script to wait till all simulations ends, so that I can extract the simulation data after this point. Thanks

Here is sample code to run simulation

axl_session=axlCreateSession(getCurrentTime())

hsdb=axlSetMainSetupDBLCV(axl_session libName cell "adexl" ?mode "r")

tests=axlGetTests(hsdb)

;; Get enabled tests
test_names=setof( test
cadr(tests)
axlGetEnabled( axlGetTest( hsdb test )));setof
;; Run simulation
printf("RUNNING SIMULATION\n")
simId = axlRunSimulation(?session axl_session)
jobs = axlGetRunStatus(axl_session)

  • Cancel
Parents
  • frasheed
    frasheed over 9 years ago
    Ok, No problem :) BTW I am using Virtuoso Design Environment IC6.1.6.500.10
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • frasheed
    frasheed over 9 years ago
    Ok, No problem :) BTW I am using Virtuoso Design Environment IC6.1.6.500.10
    • 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