specifying path to spectre in ocean?

D

danmc

Guest
Is there a way to specify the complete path to the spectre executible
in an ocean script? Alternatively can one specify the shell path that
ocean will use?

In other words, it seems that ../netlist/runSimulation gets created
which has a line like:

spectre [the various spectre options]

but I'd like to have more control of the full path or maybe the name
like

spectre-x.y [the various spectre options]

Can this be done? I tried running
createNetlist()
and then hacking runSimulation but
run('tran)
then seems to create a new runSimulation file.

Thanks
-Dan
 
danmc wrote:

Is there a way to specify the complete path to the spectre executible
in an ocean script? Alternatively can one specify the shell path that
ocean will use?

....

Hello Dan,

Please take a look at the following thread for the solutions.

http://groups-beta.google.com/group/comp.cad.cadence/browse_thread/thread/5d13556e7bcd91f4/f9250914df9cd7b1?hl=en

Satya

--
Posted via a free Usenet account from http://www.teranews.com
 
Thanks! I picked bad search terms when I was searching this group for
an idea. Your suggestion worked fine.

-Dan
 
On Thu, 16 Nov 2006 07:40:01 -0700, Satya <snmishra@XXXhotYYYpop.com> wrote:

danmc wrote:

Is there a way to specify the complete path to the spectre executible
in an ocean script? Alternatively can one specify the shell path that
ocean will use?

...

Hello Dan,

Please take a look at the following thread for the solutions.

http://groups-beta.google.com/group/comp.cad.cadence/browse_thread/thread/5d13556e7bcd91f4/f9250914df9cd7b1?hl=en

Satya
You can also use:

envSetVal("spectre.envOpts" "simExecName" 'string "/path/to/spectre")

Regards,

Andrew.
--
Andrew Beckett
Principal European Technology Leader
Cadence Design Systems, UK.
 

Welcome to EDABoard.com

Sponsor

Back
Top