#!/bin/tcsh ###################################################################### # Startup script for Cadence RTL Compiler # Erik Brunvand, University of Utah ###################################################################### setenv CADPUB /uusoc/facility/cad_common/ setenv CADSETUPS ${CADPUB}/local/setups/F08 # Source the basic Cadence setup (NCSU not needed) source ${CADSETUPS}/setup-cadence # remind the user where they are... echo "Working directory is" $PWD # Remind the user that they are not using the NCSU modification echo " " echo "Note that you are NOT using the NCSU modifications" # Start icfb (pass args through if there are any) rc -gui $argv