Differenze

Queste sono le differenze tra la revisione selezionata e la versione attuale della pagina.

Link a questa pagina di confronto

Entrambe le parti precedenti la revisione Revisione precedente
Prossima revisione
Revisione precedente
vlsi:workbook2:cdsenv [16/05/2014 18:28]
pacher
vlsi:workbook2:cdsenv [22/05/2014 18:17] (versione attuale)
pacher
Linea 2: Linea 2:
 ====== List of most important Cadence environment variables ====== ====== List of most important Cadence environment variables ======
  
 +[ __[[vlsi:​home|Home]]__ ]
 [ __[[vlsi:​workbook2|Back]]__ ] [ __[[vlsi:​workbook2|Back]]__ ]
- 
  
 == Contents == == Contents ==
Linea 29: Linea 29:
  
  
 +\\
 +**CDS_AUTO_64BIT** \\
  
  
 ====== Cadence Incisive ====== ====== Cadence Incisive ======
  
 +\\
 +**INCISIV_DIR** \\
 +
 +<​code>​
 +setenv INCISIV_DIR /​path/​to/​top/​installation/​directory
 +</​code>​
 +
 +\\
 +**CDS_LIC_FILE** \\
 +
 +<​code>​
 +setenv CDS_LIC_FILE 5280@hostname.to.infn.it
 +</​code>​
 +
 +<​code>​
 +setenv CDS_LIC_FILE $LICENSE_DIR/​cadence.hostID
 +</​code>​
 +
 +
 +
 +\\
 +**PATH**\\
 +
 +For 32-bit executables:​
 +
 +<​code>​
 +set incisivPath = ( $INCISIV_DIR/​bin $INCISIV_DIR/​tools/​bin $INCISIV_DIR/​cdsgcc/​gcc/​bin )
 +set path = ( $incisivPath $path )
 +</​code>​
 +
 +
 +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.
 +
 +<​code>​
 +setenv INCA_64BIT
 +</​code>​
 +
 +
 +
 +\\
 +**CDS_AUTO_64BIT** \\
 +
 +
 +\\
 +**SOCV_KIT_HOME**\\
 +
 +<​code>​
 +setenv SOCV_KIT_HOME $INCISIV_DIR/​kits/​VerificationKit
 +source $SOCV_KIT_HOME/​env.csh
 +</​code>​
 +
 +
 +\\
 +**LANG** \\
 +
 +<​code>​
 +setenv LANG C
 +</​code>​
  
 ====== Cadence RTL Compiler (RC) ====== ====== Cadence RTL Compiler (RC) ======
Linea 43: Linea 110:
 ---- ----
  
-Last update:+Last update: ​[[pacher@NOSPAMto.infn.it|Luca Pacher]] - May 16, 2014
 ~~NOTOC~~ ~~NOTOC~~