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

Python binding for GHDL and high-level APIs.

## Provided Packages

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