#!/bin/csh -f set path = ($path /afs/ece/usr/veriwell) set path = ($path /afs/ece/sun4_55/omega/usr/supported/synplcty/bin) set path = ($path /afs/ece/common/local/usr/cds/tools/bin) set path = ($path /afs/ece/common/local/usr/supported/xilinx/M13/bin/sol) setenv SYNOPSYS /usr/supported/synopsys setenv XILINX /afs/ece/common/local/usr/supported/xilinx/M13 alias openbook 'openbook -f /afs/ece/common/local/usr/cds/doc/openbook/menus/main.doc' setenv PATH :${PATH}:${SYNOPSYS}/iview2/bin:$SYNOPSYS/rs6000/syn/bin setenv LM_LICENSE_FILE "/afs/ece.cmu.edu/common/local/usr/cds/share/license/license.dat:/afs/ece/sun4_55/omega/usr/supported/synplcty/license.dat:/afs/ece/common/local/usr/supported/xilinx/M13/license/license.dat" if ( ${?LD_LIBRARY_PATH} ) then set x=`echo $LD_LIBRARY_PATH | sed -e 's/^::/YES /'` if ($x[1] == YES) then setenv LD_LIBRARY_PATH "/afs/ece/common/local/usr/supported/xilinx/M13/bin/sol:/afs/ece/common/local/usr/cds/tools/verilog/lib:/usr/dt/lib:/usr/home/seth/lib/share$LD_LIBRARY_PATH" else setenv LD_LIBRARY_PATH "/afs/ece/common/local/usr/supported/xilinx/M13/bin/sol:/afs/ece/common/local/usr/cds/tools/verilog/lib:/usr/dt/lib:/usr/home/seth/lib/share:$LD_LIBRARY_PATH" endif else setenv LD_LIBRARY_PATH "/afs/ece/common/local/usr/supported/xilinx/M13/bin/sol:/afs/ece/common/local/usr/cds/tools/verilog/lib:/usr/dt/lib:/usr/home/seth/lib/share" endif