SKILL code to submit the Assura verification runs in queue

Discussion in 'Cadence' started by Subhash, Dec 3, 2009.

  1. Subhash

    Subhash Guest

    Hi everyone,
    I would like to run the Assura DRC/LVS jobs even at night (When I am
    not infront of it ;) )
    I want to write a SKILL code to submit the DRC or LVS once its done or
    if its exits with a error message (License unavailable situations).

    Now I am trying with Cadence queue system but I need to lot of other
    licenses for bsub, bpeek and all.
    Which is not available.
    So want to go for SKILL code

    Can you please help me for the same.

    Regards,
    Subhash
     
    Subhash, Dec 3, 2009
    #1
  2. Subhash

    rick Guest

    Assura will run with line commands, all you need is the rsf file and
    submit using:

    assura <cellName>.rsf

    You can stack the jobs with a csh-script that waits for each job to
    complete before it submits the
    next job or you can use the sleep command to stack the jobs. The
    sleep command wait time
    is in seconds and the syntax is:

    sleep 60; assura <cellName.rsf>

    You can also use this in a shell script.

    Rick
     
    rick, Dec 3, 2009
    #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.