diff options
author | Tristan Gingold <tgingold@free.fr> | 2020-03-09 20:33:27 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2020-03-09 20:33:27 +0100 |
commit | e7b917a9ff84351d424a93bbb7b8432829a2f96e (patch) | |
tree | 135ee58967947060cae49455b08f8612e330fb78 /README.md | |
parent | a9db20430fac6c5f7420a4ee0afc2c27f1e77f54 (diff) | |
download | ghdl-e7b917a9ff84351d424a93bbb7b8432829a2f96e.tar.gz ghdl-e7b917a9ff84351d424a93bbb7b8432829a2f96e.tar.bz2 ghdl-e7b917a9ff84351d424a93bbb7b8432829a2f96e.zip |
README: update for language server.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -87,7 +87,7 @@ That's all! - The 'regular' tool allows analysis, compilation, simulation and (very experimental) synthesis of EDIF 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. -- [ghdl-ls](https://github.com/ghdl/ghdl-language-server/tree/master/ghdl-ls) implements Language Server Protocol (LSP) in Python. VHDL analysis features provided by GHDL are accessed through `libghdl-py`. This can be integrated in text editors or IDES, such as, Vim, Emacs, Atom or Visual Studio Code. +- `ghdl-ls` implements Language Server Protocol (LSP) in Python. VHDL analysis features provided by GHDL are accessed through `libghdl-py`. This can be integrated in text editors or IDES, such as, Vim, Emacs, Atom or Visual Studio Code. - [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`. |