aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/README.md
blob: 81afcc1cbae2cb51bc60e1cb3c36147363d6a86d (plain)
1
2
3
4
5
6
7
8
9
10
11
# pyGHDL

Python binding for GHDL and high-level APIs.

## Provided Packages

* `pyGHDL.cli` - Command line interface tools.
* `pyGHDL.dom` - Document Object Model (DOM) for VHDL parsed by `libghdl`.
* `pyGHDL.libghdl` - Low-level Python bindings to GHDL's `libghdl` shared library.  
	Auto generated API from Ada sources.
* `pyGHDL.lsp` - Language Server Protocol (LSP) implementation for VHDL.