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
vlsi:workbook:analysis:root [20/08/2013 20:56]
pacher
vlsi:workbook:analysis:root [23/05/2014 09:48] (versione attuale)
pacher
Linea 48: Linea 48:
  
  
 +====== Accessing gcc/g++ from Cadence ======
 +
 +The ''​g++''​ compiler might not be installed on your VLSI lab machine!
 +Nevertheless,​ you can use the GCC version which comes with a Cadence Incisive installation under
 +
 +''/​usr/​cadence/​Incisive_13.10/​tools/​cdsgcc/​gcc/'' ​
 +
 +
 +To use g++ you need to set up the UNIX environment as follows:
 +
 +<​code>​
 +setenv INCISIV_DIR /​usr/​cadence/​Incisive_13.10/​
 +set incisivPath = ( $INCISIV_DIR/​bin $INCISIV_DIR/​tools/​bin $INCISIV_DIR/​tools/​cdsgcc/​gcc/​bin )
 +set path = ( $incisivPath $path )
 +</​code>​