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 [20/05/2014 14:11]
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** \\
  
  
Linea 34: Linea 36:
  
 \\ \\
-**INCISIV_DIR**, **IUS_DIR** \\+**INCISIV_DIR** \\
  
 <​code>​ <​code>​
Linea 55: Linea 57:
 \\ \\
 **PATH**\\ **PATH**\\
 +
 +For 32-bit executables:​
  
 <​code>​ <​code>​
Linea 60: Linea 64:
 set path = ( $incisivPath $path ) set path = ( $incisivPath $path )
 </​code>​ </​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** \\
  
  
Linea 68: Linea 91:
 setenv SOCV_KIT_HOME $INCISIV_DIR/​kits/​VerificationKit setenv SOCV_KIT_HOME $INCISIV_DIR/​kits/​VerificationKit
 source $SOCV_KIT_HOME/​env.csh source $SOCV_KIT_HOME/​env.csh
 +</​code>​
 +
 +
 +\\
 +**LANG** \\
 +
 +<​code>​
 +setenv LANG C
 </​code>​ </​code>​