Skip to content

Emulation models for the DRIE Sequences DEM, DREM, and DREAM.

Notifications You must be signed in to change notification settings

ViennaTools/DRIESequences

Repository files navigation

DRIE Models

This repository contains geometric models for several different DRIE processes.

Dependencies

Usage

The CMake configuration automatically checks if ViennaLS is installed. If CMake is unable to find it, the dependency will be built from source with the buildDependencies target.

mkdir build && cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/path/to/your/ViennaLS/install/
make buildDependencies # this will install all dependencies and might take a while
cmake .. # this is only necessary if ViennaLS is installed with make buildDependencies
make

Execute the models by running:

./DEM2D
./DEM3D
./DREM3D
./DREAM

Note: The size of the DREM model has been reduced, so it can be executed on most common processors.

About

Emulation models for the DRIE Sequences DEM, DREM, and DREAM.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published