diff options
author | umarcor <unai.martinezcorral@ehu.eus> | 2020-12-28 20:35:32 +0100 |
---|---|---|
committer | umarcor <unai.martinezcorral@ehu.eus> | 2020-12-28 20:55:40 +0100 |
commit | 6ddeeacd24134ae1e6729c82e90ca49153d6b5f4 (patch) | |
tree | 8937077f5bdc9827399df480ed991e2de001b5e5 /README.md | |
parent | 1c912a59c73a1ecb4c8b4d5d16bfc097d63d8546 (diff) | |
download | ghdl-6ddeeacd24134ae1e6729c82e90ca49153d6b5f4.tar.gz ghdl-6ddeeacd24134ae1e6729c82e90ca49153d6b5f4.tar.bz2 ghdl-6ddeeacd24134ae1e6729c82e90ca49153d6b5f4.zip |
scripts: move 'pyGHDL/xtools' to 'scripts', update Makefiles and docs accordingly
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`). |