RFIC dynamic link setup

From VLSI
Revision as of 02:45, 30 January 2013 by Xhyu (talk | contribs)
Jump to navigation Jump to search
  • Creat a virutoso with RFIC dynamic link start-up script, naming dylink (you may name it as you wish), and put it under <home directory>/bin
#!/bin/bash
#setups to setup RFIC dynamic lilnk and start Virtuoso
###ADS2011 environment#####################
#export  CDS_SITE=$IC
export HPEESOF_DIR=/usr/local/ADS2011_01
#export HPEESOF_DIR=/usr/local/ADS2009
export LM_LICENSE_FILE=/usr/local/ADS2011_01/licenses/license.lic
export PATH=$PATH:$HPEESOF_DIR/bin
#export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/ADS2011_01/lib/linux_x86
export AGILEESOFD_LICENSE_FILE=/usr/local/ADS2011_01/licenses
export ADS_LICENSE_FILE=27007@io.ece.iastate.edu
export IDF_CDS_VERSION="6.1.5"
source $HPEESOF_DIR2011/bin/setCSF.ksh
# setCSF.ksh will overwrite CDS_LOAD_ENV, the setup in $IC is CWDElseHome
# add the following line without # in .cdsinit file under the working directory
# load strcat(getShellEnvVar("HPEESOF_DIR") "/idf/config/.cdsinit")
virtuoso &

The above script works for the Linux server configurations dated 01/29/2013. Make the necessary change when the system is configured differently.

  • Add the following line to the .cshinit file in the Cadence design directory:
load strcat(getShellEnvVar("HPEESOF_DIR") "/idf/config/.cdsinit")
  • Type dylink in your Cadence design directory to start Cadence