List of most important Cadence environment variables

[ Home ] [ Back ]

Contents
  • Introduction
  • Cadence IC (DFII/Virtuoso)
  • Cadence Incisive
  • Cadence RTL Compiler (RC)
  • Cadence Encounter Digital Implementation System (EDI)

Introduction

Cadence IC (DFII/Virtuoso)


CDS_INST_DIR


CDS_LOAD_ENV


CDS_AUTO_64BIT

Cadence Incisive


INCISIV_DIR

setenv INCISIV_DIR /path/to/top/installation/directory


CDS_LIC_FILE

setenv CDS_LIC_FILE 5280@hostname.to.infn.it
setenv CDS_LIC_FILE $LICENSE_DIR/cadence.hostID


PATH

For 32-bit executables:

set incisivPath = ( $INCISIV_DIR/bin $INCISIV_DIR/tools/bin $INCISIV_DIR/cdsgcc/gcc/bin )
set path = ( $incisivPath $path )

For 64-bit executables add $INCISIV_DIR/tools/bin/64bit or use INCA_64BIT or CDS_AUTO_64BIT.


INCA_64BIT

If the INCA_64BIT environment variable is set, all Incisive tools will be run in 64-bit mode. This does not affect other Cadence tools, such as IC tools.

setenv INCA_64BIT


CDS_AUTO_64BIT


SOCV_KIT_HOME

setenv SOCV_KIT_HOME $INCISIV_DIR/kits/VerificationKit
source $SOCV_KIT_HOME/env.csh


LANG

setenv LANG C

Cadence RTL Compiler (RC)

Cadence Encounter Digital Implementation System (EDI)



Last update: Luca Pacher - May 16, 2014