This repository contains the source code for the OpenVAF project's website. OpenVAF is an open-source tool designed to compile Verilog-A code. The website can be found at https://openvaf.github.io.
OpenVAF's website contains a quick presentation, the documentation, a download page and blog posts.
Contributions to improve the documentation or website are welcome. If you spotted something you can open an issue or fix it by doing a pull request, for this:
- Fork the repository
- Make your modifications
- Submit a pull request with a clear description of your changes
This website uses the mardown based engine Zola with the AdiDoks theme. To run the website locally, ensure you have zola then run this command in the cloned directory:
zola serveThis will host a local website on your computer at http://127.0.0.1:1111.
OpenVAF and the OpenVAF's website arose from SemiMod great work.