Analog Artist (Want to trigger a SKILL function..

Discussion in 'Cadence' started by Bob Moore, Aug 1, 2004.

  1. Bob Moore

    Bob Moore Guest

    Hello,

    I have Analog Artist running, I start a simulation (Spectre).
    I have a SKILL source code file loaded.

    This is what I want to happen:

    Once the Spectre simulation is over I want to trigger a function in my
    skill source code to get executed automatically.

    Can anyone help me with that?

    Bob
     
    Bob Moore, Aug 1, 2004
    #1
  2. Hi Bob,

    I don't believe there's a way of doing this with a public SKILL functions (I can
    think of ways of doing it with private functions, but that's not going to help
    you).

    You can of course do this with OCEAN, as the run() function will by default wait
    for the job to finish - or with distributed runs you can use the wait()
    function, or you can run in blocking mode.

    What are you trying to achieve here?

    One trick you can do is to make the SKILL function one of your output
    expressions (in the output pane), and so if you have the option to automatically
    plot the outputs, it will be triggered at the end of the simulation ;-)

    Andrew.
     
    Andrew Beckett, Aug 4, 2004
    #2
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.