#!/bin/tcsh ###################################################################### # Startup script for icfb with the NCSU technologies # Erik Brunvand, University of Utah ###################################################################### setenv CADPUB /uusoc/facility/cad_common/ setenv CADSETUPS ${CADPUB}/local/setups/F08 source ${CADSETUPS}/setup-ncsu # remind the user where they are and which versions of the underlying # tools they'll be using echo "Working directory is" $PWD which spectre which elc # We need the elccfg file in the startup directory! Copy it if it's # not here already... if (! -e elccfg) then cp ${CADPUB}/local/class/6710/F07/cadence/SLC/elccfg . endif # Start the Encounter Library Characterizer elc $argv