reading data from simulation results via command line

D

danniel

Guest
Hi,
I am using spectre's analog artist to run simulation but I want
through a skill code to get the simulation data such as temperature
and the spectre.out directory, etc.
thanks
 
I think you can use OCEAN script to do that.

On Dec 5, 3:37 am, danniel <dann...@il.ibm.com> wrote:
Hi,
I am using spectre's analog artist to run simulation but I want
through a skill code to get the simulation data such as temperature
and the spectre.out directory, etc.
thanks
 
On Dec 5, 9:21 am, JD <Jiandong...@gmail.com> wrote:
I think you can use OCEAN script to do that.

On Dec 5, 3:37 am, danniel <dann...@il.ibm.com> wrote:

Hi,
I am using spectre's analog artist to run simulation but I want
through a skill code to get the simulation data such as temperature
and the spectre.out directory, etc.
thanks
You can use ocean to read back the results very easy. You can do this
with the results browser using the ocean command openResults(). Or
you can load ascii waveforms back into the waveform viewer with the
ocean command getAsciiWave(<datafile> <x column> <y column>).
 
On Dec 7, 11:09 pm, Dan <d...@e-woodard.net> wrote:
On Dec 5, 9:21 am, JD <Jiandong...@gmail.com> wrote:

I think you can use OCEAN script to do that.

On Dec 5, 3:37 am, danniel <dann...@il.ibm.com> wrote:

Hi,
I am using spectre's analog artist to run simulation but I want
through a skill code to get the simulation data such as temperature
and the spectre.out directory, etc.
thanks

You can use ocean to read back the results very easy. You can do this
with the results browser using the ocean command openResults(). Or
you can load ascii waveforms back into the waveform viewer with the
ocean command getAsciiWave(<datafile> <x column> <y column>).
thanks all, but I need a clarification:
I dont know Ocean, I use skill because this need is a part of a
general skill program I am using.
If you can explain to me what is exactly ocean and whether i can use
it in a skill program?
thanks
 
On Sun, 9 Dec 2007 03:23:04 -0800 (PST), danniel <danniel@il.ibm.com>
wrote:

On Dec 7, 11:09 pm, Dan <d...@e-woodard.net> wrote:
On Dec 5, 9:21 am, JD <Jiandong...@gmail.com> wrote:

I think you can use OCEAN script to do that.

On Dec 5, 3:37 am, danniel <dann...@il.ibm.com> wrote:

Hi,
I am using spectre's analog artist to run simulation but I want
through a skill code to get the simulation data such as temperature
and the spectre.out directory, etc.
thanks

You can use ocean to read back the results very easy. You can do this
with the results browser using the ocean command openResults(). Or
you can load ascii waveforms back into the waveform viewer with the
ocean command getAsciiWave(<datafile> <x column> <y column>).

thanks all, but I need a clarification:
I dont know Ocean, I use skill because this need is a part of a
general skill program I am using.
If you can explain to me what is exactly ocean and whether i can use
it in a skill program?
thanks
OCEAN is just a name given to a set of SKILL functions which allow you
to setup, run and analyse the results from simulations.

It's SKILL - we just give it a name so that it's not too scary for
designers who don't like programming...

If you look in <instdir>/doc/oceanref/oceanref.pdf you'll find details
of the available SKILL functions for accessing results and so on.

Regards,

Andrew.
 

Welcome to EDABoard.com

Sponsor

Back
Top