SKILL code to submit the Assura verification runs in queue

S

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
 
On Dec 3, 3:56 am, Subhash <subhash...@gmail.com> wrote:
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
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
 

Welcome to EDABoard.com

Sponsor

Back
Top