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:tcad [17/12/2014 01:44]
pacher
vlsi:workbook:tcad [26/05/2015 11:49] (versione attuale)
cenna
Linea 12: Linea 12:
 [ __[[vlsi:​workbook:​tcad:​faqs|FAQs]]__ ] [ __[[vlsi:​workbook:​tcad:​faqs|FAQs]]__ ]
 [ __[[vlsi:​workbook:​tcad:​kpas|Known problems and solutions]]__ ] [ __[[vlsi:​workbook:​tcad:​kpas|Known problems and solutions]]__ ]
 +
 +
 +be sure to install the correct libXss or Sentaurus won't work\\
 +for example, on a 64 bit machine\\
 +<​code>​sudo yum install libXScrnSaver.x86_64</​code>​
 +
 +
 +
 +----
 +**Sentaurus Workbench**\\
 +__Adding parameters__\\
 +
 +**SDE**\\
 +**Sdevice**\\
 +
 +__Conditional statements in Sdevice__ \\
 +Sdevice supports conditional statements within the .cmd file. The syntax to be used is: #else, #elif, #else and #endif. You have to put an # at the beginning of each line of the conditional statements. \\
 +Example:
 +<​code>​
 +#if @dx@ == 20
 +#define _ORIGIN_ 500
 +#elif @dx@ == 30
 +#define _ORIGIN_ 510
 +#elif @dx@ == 40
 +#define _ORIGIN_ 520 
 +#else 
 +#define _ORIGIN_ 530
 +#​endif</​code>​
 +
 +**Svisual**\\
 +Simulation results can be displayed with svisual.  ​
 +