Quick Setup for  Tools


This document shows what environment variables need to be set and what directories need to be included in the search path when using Cadence tools at ECE of UMass. (ECE659 students should be able to access tikva or terry to run the Cadence tools).

Append the following lines to your .cshrc file, then you can run Cadence tools now!

# Note: The following environment settings assume that the Cadence tools
#     have been installed in the directory # /cadence. 
#     If you have installed them under the directory structure /A/B/C
#     then please precede /cadence by a /A/B/C everywhere in the following document
#     ex: setenv CDS_INST_DIR /cadence/sunos41
#     will have to be replaced by setenv CDS_INST_DIR /A/B/C/cadence/sunos41
setenv CDS_INST_DIR /cadence/sunos41
setenv CDSDIR /cadence/sunos41/tools.sun4
setenv XKEYSYMDB /cadence/sunos41/tools.sun4/leapfrog/files/X/XKeysymDB
setenv XNLSPATH /cadence/sunos41/tools.sun4/leapfrog/files/X/nls
setenv CDS_VHDL $CDS_INST_DIR/tools.sun4/leapfrog
setenv LD_LIBRARY_PATH .:$CDS_VHDL/lib:/usr/lib/X11
setenv CMAN_EXE $CDS_INST_DIR/tools.sun4/bin/cman
setenv HDL_TOOL_PATH $CDS_VHDL/bin
set cadpath=($CDS_INST_DIR/tools.sun4/bin $CDS_INST_DIR/install/bin.sun4
$CDS_INST_DIR/tools.sun4/hdlCommon/bin $CDS_INST_DIR/tools/dfII/bin
$CDS_INST_DIR/tools/dfII/frame
$CDS_INST_DIR/tools.sun4/dfII/samples/cdslib/cellslib
$CDS_VHDL/bin)
 
set path=($cadpath $path .)



Last updated 26 Oct. 98