#!/bin/tcsh ###################################################################### # # This script sets thing up to run Synopsys design compiler. Note that # it doesn't set things up for any particular target library. Make sure # to set the target library in your .synopsys_dc.setup file or in your # synthesis script. # Erik Brunvand, University of Utah ###################################################################### setenv CADPUB /uusoc/facility/cad_common/ setenv CADSETUPS ${CADPUB}/local/setups/F08 # Source the basic setup file source ${CADSETUPS}/setup-synopsys # remind the user where they are... echo "Working directory is" $PWD # Start the design compiler shell in xg (TCL) mode \dc_shell-xg-t $argv