############## Cppsim Configuration (General) ##############

### Setting MATLAB_SHELL as below fixes some issues when running
### Cppsim within Matlab
setenv MATLAB_SHELL /bin/sh

### Used by Cppsim and CppsimView binaries and Cppsim Cadence GUI
setenv CPPSIMHOME $HOME/CppSim

### Used within included $CPPSIM/cds/cds.lib and $CPPSIM/cds/.cdsinit files
### Also used by PLL Design Assistant
setenv CPPSIMSHAREDHOME /u/CppSimShared

### EDITOR specifies graphical text editor used to create or modify text files
setenv EDITOR /usr/bin/emacs

############## CppSim Configuration for Cadence ##############

### Used by AMS - may need to be changed for other AMS setups
setenv AMS $HOME/AMSD/Design

### If you are running on a 64-bit machine, uncomment below to
### set CDS_AUTO_64BIT so that Cppsim will run properly
setenv CDS_AUTO_64BIT all

############## CppSim Configuration for Synopsys ##############

setenv HSPCHOME $HOME/HSPC
setenv SYNOPSYS_LIB_FILE_DIR $CPPSIMHOME/Synopsys
setenv HSPICE_MODEL_FILE $HOME/Synopsys/ipdk_tsmc180nm/models/hspice/cr018gpii_v1d0.l

###########################################################
###### Stuff below need not be changed in most cases ######
###########################################################

#####  Note:  the path must include Cadence binaries ######
#####         before this point so that cds_root is  ######
#####         is recognized                          ######

set path = ( $path $CPPSIMSHAREDHOME/bin )

### Used within included $CPPSIMHOME/cds/cds.lib file
setenv CDS_ROOT_DIR `cds_root virtuoso`
## setenv CDS_ROOT_DIR `cds_root icms`
### Used by Cppsim binary if ncvlog_root_dir: is not specified
### in $CPPSIMHOME/.cppsimrc
setenv NCVLOG_ROOT_DIR `cds_root ncvlog`



