| Author |
Message |
Gunnar Munder
Guest
|
Posted:
Tue Dec 14, 2004 2:47 pm Post subject:
cornerRun() in background |
|
|
Hi,
starting a corner analysis from the Corner Tool pops up the log file
and shows steady progress. Whilst simulating all cadence windows are
not locked.
If I save the ocean script from the corner tool and load it via
load("corner.ocn")
in the CIW window, the same simulation runs, but the logfile doesn't
show any progress until all simulations are finished. Whilst
simulating all cadence windows are locked. Since everything is locked
and I don't the the progress from the logfile I don't know whether
cadence has crashed down or whether and how long the simulations are
still ongoing.
Is there any way to push the
cornerRun()
command into the background, so that the cadence windows are not
locked while simulating and the simulation progress is visible?
Gunnar Munder
|
|
| Back to top |
|
 |
S. Badel
Guest
|
Posted:
Tue Dec 14, 2004 3:42 pm Post subject:
Re: cornerRun() in background |
|
|
one way i can see is to run ocean in a separate process - something like
ipcBeginProcess("ocean < corner.ocn")
this would prevent the ciw hanging up i guess.
cheers,
stéphane
Gunnar Munder wrote:
| Quote: | Hi,
starting a corner analysis from the Corner Tool pops up the log file
and shows steady progress. Whilst simulating all cadence windows are
not locked.
If I save the ocean script from the corner tool and load it via
load("corner.ocn")
in the CIW window, the same simulation runs, but the logfile doesn't
show any progress until all simulations are finished. Whilst
simulating all cadence windows are locked. Since everything is locked
and I don't the the progress from the logfile I don't know whether
cadence has crashed down or whether and how long the simulations are
still ongoing.
Is there any way to push the
cornerRun()
command into the background, so that the cadence windows are not
locked while simulating and the simulation progress is visible?
Gunnar Munder |
|
|
| Back to top |
|
 |
Andrew Beckett
Guest
|
Posted:
Thu Dec 16, 2004 11:48 am Post subject:
Re: cornerRun() in background |
|
|
If you do ocnHelp('cornerRun) you'll see there's an argument ?block.
Try doing cornerRun(?block nil) - I've not tried this to make sure that it
works, but it does with run(), so I would expect it to.
Regards,
Andrew.
On Tue, 14 Dec 2004 11:42:25 +0100, "S. Badel"
<stephane.badel@REMOVETHISepfl.ch> wrote:
| Quote: | one way i can see is to run ocean in a separate process - something like
ipcBeginProcess("ocean < corner.ocn")
this would prevent the ciw hanging up i guess.
cheers,
stéphane
Gunnar Munder wrote:
Hi,
starting a corner analysis from the Corner Tool pops up the log file
and shows steady progress. Whilst simulating all cadence windows are
not locked.
If I save the ocean script from the corner tool and load it via
load("corner.ocn")
in the CIW window, the same simulation runs, but the logfile doesn't
show any progress until all simulations are finished. Whilst
simulating all cadence windows are locked. Since everything is locked
and I don't the the progress from the logfile I don't know whether
cadence has crashed down or whether and how long the simulations are
still ongoing.
Is there any way to push the
cornerRun()
command into the background, so that the cadence windows are not
locked while simulating and the simulation progress is visible?
Gunnar Munder |
|
|
| Back to top |
|
 |
|
|
|
|