{{ :vlsi:workinprogress.png?100}}
====== Part VIII - Introduction to TCAD simulations ======
[ __[[vlsi:home|Home]]__ ]
[ __[[vlsi:workbook|Back]]__ ]
[ __[[vlsi:workbook|Design WorkBook]]__ ]
[ __[[vlsi:workbook:tcad#contents|Contents]]__ ]
[ __[[vlsi:workbook:tcad:webtutorials|Third party tutorials]]__ ]
[ __[[vlsi:resources:books|Books]]__ ]
[ __[[vlsi:workbook:tcad:glossary|Glossary]]__ ]
[ __[[vlsi:workbook:tcad:howtos|HowTo's]]__ ]
[ __[[vlsi:workbook:tcad:faqs|FAQs]]__ ]
[ __[[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\\
sudo yum install libXScrnSaver.x86_64
----
**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:
#if @dx@ == 20
#define _ORIGIN_ 500
#elif @dx@ == 30
#define _ORIGIN_ 510
#elif @dx@ == 40
#define _ORIGIN_ 520
#else
#define _ORIGIN_ 530
#endif
**Svisual**\\
Simulation results can be displayed with svisual.