#!/bin/tcsh ###################################################################### # Startup script for Cadence Abstract # Erik Brunvand, University of Utah ###################################################################### setenv CADPUB /uusoc/facility/cad_common/ setenv CADSETUPS ${CADPUB}/local/setups/F08 # Source the basic NCSU setup source ${CADSETUPS}/setup-ncsu # remind the user where they are... echo "Working directory is" $PWD # We need the cdsLibMgr.il file in the startup directory! Copy it if it's # not here already... if (! -e cdsLibMgr.il) then cp $CDK_DIR/cdssetup/cdsLibMgr.il . endif # Start the Abstract tool abstract $argv