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

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

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

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

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

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

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

### If you are not running on a 64-bit machine, comment below to
### avoiding setting CDS_AUTO_64BIT so that Cppsim will run properly
export CDS_AUTO_64BIT=all

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

export HSPCHOME=$HOME/HSPC
export SYNOPSYS_LIB_FILE_DIR=$CPPSIMHOME/Synopsys
export 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                          ######

export PATH=$PATH:$CPPSIMSHAREDHOME/bin

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



