#!/bin/tcsh ###################################################################### # # This script sets thing up to run Synopsys design_vision. 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 # Sourced the basic setup file source ${CADSETUPS}/setup-synopsys # remind the user where they are... echo "Working directory is" $PWD # Start design vision - pass args through \design_vision -xg_mode $argv