############################################################### # This is a setup file for Cadence using the NCSU CDK design kit. # It's based on the example that came with the NCSU CDK, and # modified slightly for use at Utah. # Erik Brunvand, University of Utah # echo Using setup-NCSU from F08 and CDK-F07 -CDK1.5.utah.spectre ############################################################### # set the directories that have the basic setups setenv CADPUB /uusoc/facility/cad_common setenv CADSETUPS ${CADPUB}/local/setups/F08 ############################################################### # set the location of the NCSU local directory setenv NCSU_LOCATION ${CADPUB}/NCSU/CDK-F07 ############################################################### # source the general Cadence setup file... source $CADSETUPS/setup-cadence # with CDK1.5 the new installation procedure is to set CDK_DIR setenv CDK_DIR ${NCSU_LOCATION} # Set CDS_SITE so that Cadence can find the cdsLibMgr.il, .cdsinit, # and .cdsenv in the NCSU CDK directory... setenv CDS_SITE ${CDK_DIR}/cdssetup unset base_dir uname #---- End of Cadence NCSU Setup ------------------------------- echo "You are now set up to run Cadence with the NCSU packages." ### EOF