Examples
Building
The examples can be built using CMake:
git clone https://github.com/ViennaTools/ViennaPS.git
cd ViennaPS
cmake -B build -DVIENNAPS_BUILD_EXAMPLES=ON
cmake --build build
The examples can then be executed in their respective build folders with the config files, e.g.:
cd build/examples/exampleName
./ExampleName.bat config.txt # (Windows)
./ExampleName config.txt # (Other)
Build one example with cmake --build build --target exampleName. Most examples also provide a Python script using the ViennaPS bindings.
Examples
More Examples:
- Custom Example Process
- GDS Reader
- Interpolation Demo
- Oxide Regrowth
- Step Oxidation
- Fin Oxidation
- Trench Oxidation
- LOCOS Oxidation
- Neutral Transport Cylinder
- Surface Diffusion
- SiGe Selective Etching
- Trench Deposition Geometric
- Ion Implantation and Anneal
- Manual Phosphorus Implant and Anneal
- PN Junction
















