#! /bin/csh
# This sets the netlisting mode to analog
setenv CDS_Netlisting_Mode Analog
# These unset any environment variables that have been previously set
unsetenv CDSHOME
unsetenv MMSIMHOME
# These next two are for Red Hat Linux support
# setenv LD_ASSUME_KERNEL 2.4.1
setenv LANG en_US
# These environment variables can be added to the user .cshrc file
# Put in the correct path names to the software installs
setenv CDSHOME /cds/IC613
setenv MMSIMHOME /cds/MMSIM70
setenv USIM_ROOT $MMSIMHOME/tools
setenv CLASSHOME ~/AnaSimTech
# These lines set up the paths needed for the course
setenv LD_LIBRARY_PATH ${CDSHOME}/tools/lib:${MMSIMHOME}/tools/ultrasim/lib
set path=($path ${CDSHOME}/tools/dfII/bin ${CDSHOME}/tools/bin)
set path=($path ${MMSIMHOME}/tools/bin )
alias anasim 'cd $CLASSHOME/design/custom_oa22'
limit descriptors 1024
rehash
