Specifying the CDS.log File Name
To specify a unique log file name using the CDS_LOG_VERSION environment variable:
-
Set the variable before starting the Cadence software or include the
setenvcommand in your.cshrcfile:
setenv CDS_LOG_VERSION {sequential | pid}
-
sequentialadds a sequential number to the name of the log file, such as CDS.log.1 or CDS.log.2 -
pidadds the number of the UNIX process to the name of the log file, such as CDS.log.1719 or CDS.log.2250
Related Topics
Conversion of Common Lisp Files to SKILL or TCL Format
Options and Status Files in Abstract Generator
Return to top