aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorXiretza <xiretza@xiretza.xyz>2022-05-31 10:16:12 +0200
committerGitHub <noreply@github.com>2022-05-31 10:16:12 +0200
commitb4e205d65eee6f1065c179f042df1c0fe0ef6d40 (patch)
tree0bf4a1934958a2766255587b997320c530b7f5db /README.md
parent45303bcb54ad76c46ef39cffd74130cebe3536eb (diff)
downloadghdl-b4e205d65eee6f1065c179f042df1c0fe0ef6d40.tar.gz
ghdl-b4e205d65eee6f1065c179f042df1c0fe0ef6d40.tar.bz2
ghdl-b4e205d65eee6f1065c179f042df1c0fe0ef6d40.zip
doc: update links to Yosys website (#2069)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f6fd0862e..5bfa80ada 100644
--- a/README.md
+++ b/README.md
@@ -63,7 +63,7 @@ GHDL is free software:
- The CLI tool allows analysis, compilation, simulation and (experimental) synthesis for generating VHDL 1993 netlists. It is written in Ada and C, and three different backends are supported, which are sometimes named `ghdl_mcode`, `ghdl_gcc` and `ghdl_llvm`. This is the entrypoint for most users.
-- **[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`).
+- **[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](https://yosyshq.net/yosys/), which uses the `libghdl` library (built with `--enable-synth`).
- `ghdl-ls` (part of pyGHDL, see below) implements Language Server Protocol (LSP) in Python. VHDL analysis features provided by GHDL are accessed through `libghdl`. This can be integrated in text editors or IDES, such as, Vim, Emacs, Atom or Visual Studio Code. See [ghdl/ghdl-language-server](https://github.com/ghdl/ghdl-language-server).
- [vscode-client](https://github.com/ghdl/ghdl-language-server/tree/master/vscode-client) is an extension for [Visual Studio Code (VSC)](https://code.visualstudio.com/) to provide language support for VHDL by interfacing `ghdl-ls`.