2
Environment Settings in Virtuoso
Environment settings and initialization instructions for Cadence applications are specified in .cdsenv and .cdsinit files, respectively. You can also use these files to customize your design environment settings. Your system administrator copies a customized version of .cdsenv and .cdsinit files to your local site: your_install_dir/tools/dfII/local, there is an option to maintain local copies in your home directory. This file is present only if your site administrator copies a customized environment file to this location.
Before customizing these files you must customize your home directory. A home directory is specified by a tilde, such as ~/.cshrc.To make UNIX-level changes affecting file locations, paths, and display devices, you need to edit your .cshrc file, .login file or .profile file in your home directory. When the Cadence software loads, it reads the site-specific settings first and the individual settings last, so settings in your home directory override system and group settings.
Design Environment Customization
You can customize the following files in the Cadence software:
-
Log File
To specify a unique log file name using theCDS_LOG_VERSIONenvironment variable, set the variable before starting the Cadence software or include thesetenvcommand in your.cshrcfile:setenv CDS_LOG_VERSION {sequential|pid}
where,-
sequentialadds a sequential number to the name of the log file, such asCDS.log.1orCDS.log.2 -
pidadds the number of the UNIX process to the name of the log file, such asCDS.log.1719orCDS.log.2250
You can also set these additional variables in your.cshrcfile.Variable Description Sets monochrome display of Cadence software.
Value:BlackAndWhiteSets the path to FrameMaker product directory if not in the default directory
-
-
Sample Files
The Cadence software includes commented sample files in install_dir/tools/dfII/samples. The install_dir directory is the directory where the Cadence software is installed. You can also customize parts of your environment using the Options menu in the Command Interpreter Window.
Each file has a different format: -
Help Files
To specify the location of your Doc Assistant files, add the following command to your.cshrc file,.login file, or.profile file:setenv HELPDIR install_dir/tools/dfII/myHelp
where myHelp is the name of the Help directory you want. -
Search Path
To add the installation directory to your UNIX search path, use one of the following commands:set path = ($PATH install_dir/tools/dfII/bin)
setenv PATH $PATH:install_dir/tools/dfII/bin
Additionally, you can specify.cdsenvand.cdsinitin your csfLookupConfig file, Virtuoso uses the Cadence Setup Search File mechanism to find this file.
Return to top