aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL
diff options
context:
space:
mode:
authorPatrick Lehmann <Patrick.Lehmann@plc2.de>2020-12-28 23:07:42 +0100
committerPatrick Lehmann <Patrick.Lehmann@plc2.de>2020-12-28 23:07:42 +0100
commitbfd38acc0c6f3f82823fa1a496e90ef1e64da997 (patch)
tree5834b4dc20d5997d1df4338bbe20a37be044e32b /pyGHDL
parent224f1fa0c327f3fa08a865d6ae79d9cdb1ba19c4 (diff)
downloadghdl-bfd38acc0c6f3f82823fa1a496e90ef1e64da997.tar.gz
ghdl-bfd38acc0c6f3f82823fa1a496e90ef1e64da997.tar.bz2
ghdl-bfd38acc0c6f3f82823fa1a496e90ef1e64da997.zip
setup.py needs the license information twice ...
Diffstat (limited to 'pyGHDL')
-rw-r--r--pyGHDL/README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/pyGHDL/README.md b/pyGHDL/README.md
index deb45b8d8..81afcc1cb 100644
--- a/pyGHDL/README.md
+++ b/pyGHDL/README.md
@@ -4,9 +4,8 @@ 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.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*