reduce priority of simulation precess (spectre/verilog)

T

tritue

Guest
How can I set the default priority of the spectre/verilog process
automatically ?
We have to run renice every time the simulation start to reduce the priority
of the spectre process. Is there an easier way to do it??
 
On Fri, 28 Jan 2005 14:47:59 -0500, "tritue" <ttt@yahoo.com> wrote:

How can I set the default priority of the spectre/verilog process
automatically ?
We have to run renice every time the simulation start to reduce the priority
of the spectre process. Is there an easier way to do it??
This can be done with a cdsenv setting:

spectre.init processPriority int 0

or the SKILL function:

envSetVal("spectre.init" "processPriority" 'int 0)

The number has to be between 0 and 20 - I think 20 is the "nicest" (i.e.
lowest priority), but I can't remember for certain. Look up ipcSetPriority()
in the documentation for more details.

Note, the above will only have an effect before you start an ADE session (I
think).

Andrew.
 
Thank you


"Andrew Beckett" <andrewb@DcEaLdEeTnEcTe.HcIoSm> wrote in message
news:k44vv0dubtpc1ugm8c8irqju5gmfu9b96h@4ax.com...
On Fri, 28 Jan 2005 14:47:59 -0500, "tritue" <ttt@yahoo.com> wrote:

How can I set the default priority of the spectre/verilog process
automatically ?
We have to run renice every time the simulation start to reduce the
priority
of the spectre process. Is there an easier way to do it??



This can be done with a cdsenv setting:

spectre.init processPriority int 0

or the SKILL function:

envSetVal("spectre.init" "processPriority" 'int 0)

The number has to be between 0 and 20 - I think 20 is the "nicest" (i.e.
lowest priority), but I can't remember for certain. Look up
ipcSetPriority()
in the documentation for more details.

Note, the above will only have an effect before you start an ADE session
(I
think).

Andrew.
 

Welcome to EDABoard.com

Sponsor

Back
Top