The Designer's Guide Community Forum
https://designers-guide.org/forum/YaBB.pl
Simulators >> Circuit Simulators >> enviroment setup of Virtuoso
https://designers-guide.org/forum/YaBB.pl?num=1164731912

Message started by danda821 on Nov 28th, 2006, 8:38am

Title: enviroment setup of Virtuoso
Post by danda821 on Nov 28th, 2006, 8:38am

Everytime when I use Virtuoso Analog Design Enviroment, the default "State Save Directory" always points to ~/.artist_states, "Project Directory" always to "~/simulation". So I have to change them to the location I prefer manually everytime. Is there anyway I can change the default value. Thanks.

Title: Re: enviroment setup of Virtuoso
Post by ACWWong on Nov 28th, 2006, 9:31am

setting something up in your .cdsinit will should do the trick (or .user_cdsinit if you have it)

envSetVal("asimenv" "saveDir" 'string "SAVE_STATES_PATH")
envSetVal("asimenv.startup" "projectDir" 'string "SAVE_DATA_PROJECT_DIRECTORY")

or best is to ask your cad support to do it for you....

Title: Re: enviroment setup of Virtuoso
Post by danda821 on Nov 28th, 2006, 11:05am

Thanks. How about  "Path to Model Library File"?

Title: Re: enviroment setup of Virtuoso
Post by ACWWong on Nov 28th, 2006, 1:32pm

envSetVal( "spectre.envOpts" "modelFiles" 'string "
/path/mymodels1.scs;section
/path/mymodels2.scs;section")

section is nom, typ etc. depending on how your .scs files are coded.

anyway you save this in a state, and load it quite easily.
you should look at your .cdsinit files to learn how your environment defaults are set for you, then you can easily edit them to suit your own needs. also using cdsFinder will help


Title: Re: enviroment setup of Virtuoso
Post by danda821 on Nov 28th, 2006, 8:05pm

Thanks.

Title: Re: enviroment setup of Virtuoso
Post by achim.graupner on Nov 30th, 2006, 12:04am

Hi,

all possible setups for ADE you find in
$CDSHOME/tools/dfII/etc/tools/asimenv/.cdsenv

for other tools it is
$CDSHOME/tools/dfII/etc/tools/<tool>/.cdsenv

You just have to adapt the syntax.

Regards,
Achim

Title: Re: enviroment setup of Virtuoso
Post by danda821 on Nov 30th, 2006, 2:29pm

Thanks for the general information. It is very useful.


achim.graupner wrote on Nov 30th, 2006, 12:04am:
Hi,

all possible setups for ADE you find in
$CDSHOME/tools/dfII/etc/tools/asimenv/.cdsenv

for other tools it is
$CDSHOME/tools/dfII/etc/tools/<tool>/.cdsenv

You just have to adapt the syntax.

Regards,
Achim


Title: Re: enviroment setup of Virtuoso
Post by sugar on Dec 11th, 2006, 8:24pm

very helpful. thanks!
another question:

how to change path and file name of icfb log file?

Title: Re: enviroment setup of Virtuoso
Post by bernd on Dec 12th, 2006, 12:11am

With the UNIX environment variables
setenv CDS_LOG_PATH directoryList
and
setenv CDS_LOG_VERSION pid | sequential (csh syntax).

For more detailed explanation have a look at
Cadence Application Infrastructure User Guide,
Chapter 12, Miscellaneous Infrastructure Technologies.

Bernd

The Designer's Guide Community Forum » Powered by YaBB 2.2.2!
YaBB © 2000-2008. All Rights Reserved.