The Designer's Guide Community
Forum
Welcome, Guest. Please Login or Register. Please follow the Forum guidelines.
Jul 21st, 2024, 2:34am
Pages: 1
Send Topic Print
enviroment setup of Virtuoso (Read 7232 times)
danda821
Junior Member
**
Offline



Posts: 27

enviroment setup of Virtuoso
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.
Back to top
 
 
View Profile   IP Logged
ACWWong
Community Fellow
*****
Offline



Posts: 539
Oxford, UK
Re: enviroment setup of Virtuoso
Reply #1 - 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....
Back to top
 
 
View Profile   IP Logged
danda821
Junior Member
**
Offline



Posts: 27

Re: enviroment setup of Virtuoso
Reply #2 - Nov 28th, 2006, 11:05am
 
Thanks. How about  "Path to Model Library File"?
Back to top
 
 
View Profile   IP Logged
ACWWong
Community Fellow
*****
Offline



Posts: 539
Oxford, UK
Re: enviroment setup of Virtuoso
Reply #3 - 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

Back to top
 
 
View Profile   IP Logged
danda821
Junior Member
**
Offline



Posts: 27

Re: enviroment setup of Virtuoso
Reply #4 - Nov 28th, 2006, 8:05pm
 
Thanks.
Back to top
 
 
View Profile   IP Logged
achim.graupner
Community Member
***
Offline



Posts: 51

Re: enviroment setup of Virtuoso
Reply #5 - 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
Back to top
 
 

Achim Graupner
ZMD AG, Dresden, Silicon Saxony, Germany
View Profile   IP Logged
danda821
Junior Member
**
Offline



Posts: 27

Re: enviroment setup of Virtuoso
Reply #6 - 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

Back to top
 
 
View Profile   IP Logged
sugar
Community Member
***
Offline



Posts: 54

Re: enviroment setup of Virtuoso
Reply #7 - Dec 11th, 2006, 8:24pm
 
very helpful. thanks!
another question:

how to change path and file name of icfb log file?
Back to top
 
 
View Profile   IP Logged
bernd
Senior Member
****
Offline



Posts: 229
Munich/Germany
Re: enviroment setup of Virtuoso
Reply #8 - 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
Back to top
 
 

Just another lonesome cad guy
View Profile WWW   IP Logged
Pages: 1
Send Topic Print
Copyright 2002-2024 Designer’s Guide Consulting, Inc. Designer’s Guide® is a registered trademark of Designer’s Guide Consulting, Inc. All rights reserved. Send comments or questions to editor@designers-guide.org. Consider submitting a paper or model.