diff options
author | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2020-12-28 23:12:21 +0100 |
---|---|---|
committer | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2020-12-28 23:12:21 +0100 |
commit | 13fd5ccc6a8b9e59212b5493eb319c6f932eb906 (patch) | |
tree | 8ba15020049ae61917ca2c389a5b28feab6d6511 /README.md | |
parent | bfd38acc0c6f3f82823fa1a496e90ef1e64da997 (diff) | |
parent | 8da838eff60114746a5d81e7d0c21bb5e777546e (diff) | |
download | ghdl-13fd5ccc6a8b9e59212b5493eb319c6f932eb906.tar.gz ghdl-13fd5ccc6a8b9e59212b5493eb319c6f932eb906.tar.bz2 ghdl-13fd5ccc6a8b9e59212b5493eb319c6f932eb906.zip |
Merge remote-tracking branch 'github-umarcor/py/GHDL' into paebbels/pyGHDL
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -98,7 +98,7 @@ That's all! - `libghdl` is a shared library that includes a subset of the regular features plus some features to be used by extension tools (i.e. `libghdl-py`). This is built along with the regular GHDL and it supports both non-synthesisable and synthesisable code. Nonetheless, this is not for users, but for tools built on top of the core. When configured along with `--enable-synth`, this shared library includes **[experimental]** synthesis features too. -- [libghdl-py](python/libghdl) is a Python interface to `libghdl`. Currently, it is only used by `ghdl-ls`; however, it can be useful for advanced users which are willing to build Python utilities based on GHDL. +- [pyGHDL](pyGHDL) is a Python interface to `libghdl`. Currently, it is only used by `ghdl-ls`; however, it can be useful for advanced users which are willing to build Python utilities based on GHDL. - **[experimental]** [ghdl-yosys-plugin](https://github.com/ghdl/ghdl-yosys-plugin) is the integration of GHDL as a frontend plugin module for [Yosys Open SYnthesis Suite](http://www.clifford.at/yosys/), which uses the `libghdl` library (built with `--enable-synth`). |