Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 780 Bytes

File metadata and controls

32 lines (20 loc) · 780 Bytes

ViennaCore

ViennaCore implements common functionality found in all ViennaTools libraries.

Contributing

If you want to contribute to ViennaCore, make sure to follow the LLVM Coding guidelines.

Make sure to format all files before creating a pull request:

cmake -B build
cmake --build build --target format

Authors

Contact us via: viennatools@iue.tuwien.ac.at

ViennaCore was developed under the aegis of the 'Institute for Microelectronics' at the 'TU Wien'. http://www.iue.tuwien.ac.at/

License

Versions < 2.0.0 were released under MIT. Starting with version 2.0.0 the project is licensed under GPL-3.0. See file LICENSE in the base directory.