Problems to delete simulation results under Cadence Analog D
CADForums.net Forum Index CADForums.net
Discussion of AutoCAD and other CAD software.
 
 FAQFAQ   MemberlistMemberlist     RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Google
 
Web cadforums.net
Problems to delete simulation results under Cadence Analog D

 
Post new topic   Reply to topic    CADForums.net Forum Index -> Cadence
Author Message
Carl Cursujani
Guest





Posted: Thu Aug 19, 2004 3:58 pm    Post subject: Problems to delete simulation results under Cadence Analog D Reply with quote

Hello,

I have problems to delete simulation results under

Cadence Analog Design Environement (IC5.0)

When I try to use the menu command

results->delete

and I choose a simulation directory I get the following errors



*Error* Could not determine the simulator from data dir
/opt/sim/simulation/VCO1_PHN_SIM_pA1/spectre/schematic/distributed/040730resonant26p.

*Error* Could not delete results from
/opt/sim/simulation/VCO1_PHN_SIM_pA1/spectre/schematic/distributed/040730resonant26p




Did anybody have the same problems?


Thanks for any advice

Carl

Back to top
harry
Guest





Posted: Sun Aug 22, 2004 7:32 am    Post subject: Re: Problems to delete simulation results under Cadence Anal Reply with quote

Hi Carl

If U r using unix enviorment do this
at unix prompt
Quote:
unalias rm
rm -r simulation


it will remove ur simulation results.
simulation directory is created again when u do simulation.

Also make sure ur simulation tool like verilog -XL or analog
enviornment is closed. and ur not using simulation data anywhere else
..
once u close these u should be able to delete the data using above
commands



Carl Cursujani <carlcurs@ieee.org> wrote in message news:<cg24km$r1b$1@mamenchi.zrz.TU-Berlin.DE>...
Quote:
Hello,

I have problems to delete simulation results under

Cadence Analog Design Environement (IC5.0)

When I try to use the menu command

results->delete

and I choose a simulation directory I get the following errors



*Error* Could not determine the simulator from data dir
/opt/sim/simulation/VCO1_PHN_SIM_pA1/spectre/schematic/distributed/040730resonant26p.

*Error* Could not delete results from
/opt/sim/simulation/VCO1_PHN_SIM_pA1/spectre/schematic/distributed/040730resonant26p




Did anybody have the same problems?


Thanks for any advice

Carl
Back to top
Erik Wanta
Guest





Posted: Sun Aug 29, 2004 10:07 am    Post subject: Re: Problems to delete simulation results under Cadence Anal Reply with quote

Carl:
I see the same. Looks like a bug to me. Don't know why Cadence can't do a:
system("\\rm -rf path")
---
Erik

hsingh@ece.pdx.edu (harry) wrote in message news:<20b57af6.0408211932.7363a5ba@posting.google.com>...
Quote:
Hi Carl

If U r using unix enviorment do this
at unix prompt
unalias rm
rm -r simulation

it will remove ur simulation results.
simulation directory is created again when u do simulation.

Also make sure ur simulation tool like verilog -XL or analog
enviornment is closed. and ur not using simulation data anywhere else
.
once u close these u should be able to delete the data using above
commands



Carl Cursujani <carlcurs@ieee.org> wrote in message news:<cg24km$r1b$1@mamenchi.zrz.TU-Berlin.DE>...
Hello,

I have problems to delete simulation results under

Cadence Analog Design Environement (IC5.0)

When I try to use the menu command

results->delete

and I choose a simulation directory I get the following errors



*Error* Could not determine the simulator from data dir
/opt/sim/simulation/VCO1_PHN_SIM_pA1/spectre/schematic/distributed/040730resonant26p.

*Error* Could not delete results from
/opt/sim/simulation/VCO1_PHN_SIM_pA1/spectre/schematic/distributed/040730resonant26p




Did anybody have the same problems?


Thanks for any advice

Carl


Back to top
Erik Wanta
Guest





Posted: Mon Aug 30, 2004 6:50 pm    Post subject: Re: Problems to delete simulation results under Cadence Anal Reply with quote

Carl:
PCR # 427164 covers this bug and is set to backlog.
---
Erik

erikwanta@starband.net (Erik Wanta) wrote in message news:<84018314.0408282207.2db42645@posting.google.com>...
Quote:
Carl:
I see the same. Looks like a bug to me. Don't know why Cadence can't do a:
system("\\rm -rf path")
---
Erik

hsingh@ece.pdx.edu (harry) wrote in message news:<20b57af6.0408211932.7363a5ba@posting.google.com>...
Hi Carl

If U r using unix enviorment do this
at unix prompt
unalias rm
rm -r simulation

it will remove ur simulation results.
simulation directory is created again when u do simulation.

Also make sure ur simulation tool like verilog -XL or analog
enviornment is closed. and ur not using simulation data anywhere else
.
once u close these u should be able to delete the data using above
commands



Carl Cursujani <carlcurs@ieee.org> wrote in message news:<cg24km$r1b$1@mamenchi.zrz.TU-Berlin.DE>...
Hello,

I have problems to delete simulation results under

Cadence Analog Design Environement (IC5.0)

When I try to use the menu command

results->delete

and I choose a simulation directory I get the following errors



*Error* Could not determine the simulator from data dir
/opt/sim/simulation/VCO1_PHN_SIM_pA1/spectre/schematic/distributed/040730resonant26p.

*Error* Could not delete results from
/opt/sim/simulation/VCO1_PHN_SIM_pA1/spectre/schematic/distributed/040730resonant26p




Did anybody have the same problems?


Thanks for any advice

Carl
Back to top
Andrew Beckett
Guest





Posted: Mon Aug 30, 2004 10:20 pm    Post subject: Re: Problems to delete simulation results under Cadence Anal Reply with quote

Erik,

Doing an rm -rf wouldn't help. The problem is that an application (spectre in
this case) still has a file open, and so if the directory is on an nfs mounted
disk, nfs makes sure there is still a means of accessing the file even if the
main filename has been deleted (the nfs equivalent of an inode). So you'd
see a .nfsXXX file appearing.

I suspect that if you did Simulation->Stop or exited the ADE window, you'd
be able to delete with no problem.

The root cause is understood, and the fix is understood (I think) - it just
needs scheduling amongst all the other priorities.

Andrew.

On 30 Aug 2004 07:50:45 -0700, erikwanta@starband.net (Erik Wanta) wrote:

Quote:
Carl:
PCR # 427164 covers this bug and is set to backlog.
---
Erik

erikwanta@starband.net (Erik Wanta) wrote in message news:<84018314.0408282207.2db42645@posting.google.com>...
Carl:
I see the same. Looks like a bug to me. Don't know why Cadence can't do a:
system("\\rm -rf path")
---
Erik

hsingh@ece.pdx.edu (harry) wrote in message news:<20b57af6.0408211932.7363a5ba@posting.google.com>...
Hi Carl

If U r using unix enviorment do this
at unix prompt
unalias rm
rm -r simulation

it will remove ur simulation results.
simulation directory is created again when u do simulation.

Also make sure ur simulation tool like verilog -XL or analog
enviornment is closed. and ur not using simulation data anywhere else
.
once u close these u should be able to delete the data using above
commands



Carl Cursujani <carlcurs@ieee.org> wrote in message news:<cg24km$r1b$1@mamenchi.zrz.TU-Berlin.DE>...
Hello,

I have problems to delete simulation results under

Cadence Analog Design Environement (IC5.0)

When I try to use the menu command

results->delete

and I choose a simulation directory I get the following errors



*Error* Could not determine the simulator from data dir
/opt/sim/simulation/VCO1_PHN_SIM_pA1/spectre/schematic/distributed/040730resonant26p.

*Error* Could not delete results from
/opt/sim/simulation/VCO1_PHN_SIM_pA1/spectre/schematic/distributed/040730resonant26p




Did anybody have the same problems?


Thanks for any advice

Carl

--
Andrew Beckett
Senior Technical Leader
Custom IC Solutions
Cadence Design Systems Ltd
Back to top
Erik Wanta
Guest





Posted: Tue Aug 31, 2004 3:25 am    Post subject: Re: Problems to delete simulation results under Cadence Anal Reply with quote

Andrew:
I don't think this error has to do with a directory where a file can't
be deleted (.nfs...). The error is:
*Error* Could not determine the simulator from data dir

Why does it need to know the simulator to delete a directory?

I had no problem doing a system("\\rm -rf path") on the results
directory with ADE still open just after Simulation->Results->Delete
failed.
---
Erik

Andrew Beckett <andrewb@DELETETHISBITcadence.com> wrote in message news:<aqr6j010pdpi2k301fd32rscei0gkplvja@4ax.com>...
Quote:
Erik,

Doing an rm -rf wouldn't help. The problem is that an application (spectre in
this case) still has a file open, and so if the directory is on an nfs mounted
disk, nfs makes sure there is still a means of accessing the file even if the
main filename has been deleted (the nfs equivalent of an inode). So you'd
see a .nfsXXX file appearing.

I suspect that if you did Simulation->Stop or exited the ADE window, you'd
be able to delete with no problem.

The root cause is understood, and the fix is understood (I think) - it just
needs scheduling amongst all the other priorities.

Andrew.

On 30 Aug 2004 07:50:45 -0700, erikwanta@starband.net (Erik Wanta) wrote:

Carl:
PCR # 427164 covers this bug and is set to backlog.
---
Erik

erikwanta@starband.net (Erik Wanta) wrote in message news:<84018314.0408282207.2db42645@posting.google.com>...
Carl:
I see the same. Looks like a bug to me. Don't know why Cadence can't do a:
system("\\rm -rf path")
---
Erik

hsingh@ece.pdx.edu (harry) wrote in message news:<20b57af6.0408211932.7363a5ba@posting.google.com>...
Hi Carl

If U r using unix enviorment do this
at unix prompt
unalias rm
rm -r simulation

it will remove ur simulation results.
simulation directory is created again when u do simulation.

Also make sure ur simulation tool like verilog -XL or analog
enviornment is closed. and ur not using simulation data anywhere else
.
once u close these u should be able to delete the data using above
commands



Carl Cursujani <carlcurs@ieee.org> wrote in message news:<cg24km$r1b$1@mamenchi.zrz.TU-Berlin.DE>...
Hello,

I have problems to delete simulation results under

Cadence Analog Design Environement (IC5.0)

When I try to use the menu command

results->delete

and I choose a simulation directory I get the following errors



*Error* Could not determine the simulator from data dir
/opt/sim/simulation/VCO1_PHN_SIM_pA1/spectre/schematic/distributed/040730resonant26p.

*Error* Could not delete results from
/opt/sim/simulation/VCO1_PHN_SIM_pA1/spectre/schematic/distributed/040730resonant26p




Did anybody have the same problems?


Thanks for any advice

Carl
Back to top
Andrew Beckett
Guest





Posted: Tue Aug 31, 2004 2:31 pm    Post subject: Re: Problems to delete simulation results under Cadence Anal Reply with quote

From reading the PCR, it appears to be related to the .nfs file in some cases...

Sorry, don't have time to experiment more right now.

Andrew.

On 30 Aug 2004 16:25:23 -0700, erikwanta@starband.net (Erik Wanta) wrote:

Quote:
Andrew:
I don't think this error has to do with a directory where a file can't
be deleted (.nfs...). The error is:
*Error* Could not determine the simulator from data dir

Why does it need to know the simulator to delete a directory?

I had no problem doing a system("\\rm -rf path") on the results
directory with ADE still open just after Simulation->Results->Delete
failed.
---
Erik

Andrew Beckett <andrewb@DELETETHISBITcadence.com> wrote in message news:<aqr6j010pdpi2k301fd32rscei0gkplvja@4ax.com>...
Erik,

Doing an rm -rf wouldn't help. The problem is that an application (spectre in
this case) still has a file open, and so if the directory is on an nfs mounted
disk, nfs makes sure there is still a means of accessing the file even if the
main filename has been deleted (the nfs equivalent of an inode). So you'd
see a .nfsXXX file appearing.

I suspect that if you did Simulation->Stop or exited the ADE window, you'd
be able to delete with no problem.

The root cause is understood, and the fix is understood (I think) - it just
needs scheduling amongst all the other priorities.

Andrew.

On 30 Aug 2004 07:50:45 -0700, erikwanta@starband.net (Erik Wanta) wrote:

Carl:
PCR # 427164 covers this bug and is set to backlog.
---
Erik

erikwanta@starband.net (Erik Wanta) wrote in message news:<84018314.0408282207.2db42645@posting.google.com>...
Carl:
I see the same. Looks like a bug to me. Don't know why Cadence can't do a:
system("\\rm -rf path")
---
Erik

hsingh@ece.pdx.edu (harry) wrote in message news:<20b57af6.0408211932.7363a5ba@posting.google.com>...
Hi Carl

If U r using unix enviorment do this
at unix prompt
unalias rm
rm -r simulation

it will remove ur simulation results.
simulation directory is created again when u do simulation.

Also make sure ur simulation tool like verilog -XL or analog
enviornment is closed. and ur not using simulation data anywhere else
.
once u close these u should be able to delete the data using above
commands



Carl Cursujani <carlcurs@ieee.org> wrote in message news:<cg24km$r1b$1@mamenchi.zrz.TU-Berlin.DE>...
Hello,

I have problems to delete simulation results under

Cadence Analog Design Environement (IC5.0)

When I try to use the menu command

results->delete

and I choose a simulation directory I get the following errors



*Error* Could not determine the simulator from data dir
/opt/sim/simulation/VCO1_PHN_SIM_pA1/spectre/schematic/distributed/040730resonant26p.

*Error* Could not delete results from
/opt/sim/simulation/VCO1_PHN_SIM_pA1/spectre/schematic/distributed/040730resonant26p




Did anybody have the same problems?


Thanks for any advice

Carl

--
Andrew Beckett
Senior Technical Leader
Custom IC Solutions
Cadence Design Systems Ltd
Back to top
 
Post new topic   Reply to topic    CADForums.net Forum Index -> Cadence All times are GMT
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




Windows Server DSP VoIP Electronics New Topics
Contact Us
Powered by phpBB