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:workbook:computing:setup [06/12/2013 18:04]
pacher
vlsi:workbook:computing:setup [22/10/2014 20:31] (versione attuale)
pacher
Linea 229: Linea 229:
 A ''​lib/''​ or ''​libs/''​ directory is used to save your designs in form of user libraries, cells and cell views. ​ A ''​lib/''​ or ''​libs/''​ directory is used to save your designs in form of user libraries, cells and cell views. ​
 Another popular choice is ''​LibDir/''​ as well. Another popular choice is ''​LibDir/''​ as well.
- 
- 
-**log/​** ​ \\ 
-Log files directory, e.g. 
- 
-<​code>​ 
-virtuoso -log ./​log/​CDS.log 
-</​code>​ 
- 
  
  
Linea 269: Linea 260:
 when you launch a tool executable or setting a new default into a local configuration file.    when you launch a tool executable or setting a new default into a local configuration file.   
 You can create a generic ''​log/''​ or ''​logs/''​ as well as ''​log_<​username>/''​ or ''​log_<​tool_name>/''​ directories. You can create a generic ''​log/''​ or ''​logs/''​ as well as ''​log_<​username>/''​ or ''​log_<​tool_name>/''​ directories.
 +
 +e.g.
 +
 +<​code>​
 +virtuoso -log ./​log/​CDS.log
 +</​code>​
 +
 +
 +
 +
  
 **models/​** ​  \\ **models/​** ​  \\
Linea 473: Linea 474:
 alias incisive_help ​    '​$IUS_DIR/​tools/​bin/​cdnshelp'​ alias incisive_help ​    '​$IUS_DIR/​tools/​bin/​cdnshelp'​
 </​code>​ </​code>​
 +
 +
 +\\
 +<​code>​
 +if ( -r ~/​.cshrcVLSI ) then
 +        source ~/​.cshrcVLSI
 +else
 +    if ( -r /​usr/​local/​config/​.cshrcVLSI ) then
 +                source /​usr/​local/​config/​.cshrcVLSI
 +        else
 +            echo "No cshrc VLSI definition on `hostname`"​
 +        endif
 +endif
 +</​code>​
 +
  
 \\ \\
Linea 505: Linea 521:
 If you need some quick links, please refer to: If you need some quick links, please refer to:
  
-   * __[[vlsi:analog_cdsenv|Cadence environment and setup files]]__ for full-custom analog design with Cadence IC (Virtuoso) +   * __[[vlsi:workbook:​analog:​cdsenv|Cadence environment and setup files]]__ for full-custom analog design with Cadence IC (Virtuoso) 
-   * __[[vlsi:digital_cdsenv|Cadence environment and setup files]]__ for digital design+   * __[[vlsi:workbook:​digital:​cdsenv|Cadence environment and setup files]]__ for digital design
  
 ====== ====== ====== ======