File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 30
30
; ; HDL Checker. See https://github.com/suoto/hdl_checker/wiki/setting-up-a-project
31
31
; ; for setting up the project file.
32
32
; ;
33
- ; ; VHDL LS. See https://github.com/kraigher /rust_hdl#configuration for setting
33
+ ; ; VHDL LS. See https://github.com/VHDL-LS /rust_hdl#configuration for setting
34
34
; ; up the project file.
35
35
; ;
36
36
; ; GHDL LS. See https://github.com/ghdl/ghdl-language-server for setting up the
@@ -65,11 +65,15 @@ VHDL-tool: A syntax checking, type checking and linting tool
65
65
\( http://vhdltool.com).
66
66
67
67
HDL Checker: A wrapper for third party tools such as GHDL,
68
- ModelSim, Vivado Simulator (https://github.com/suoto/hdl_checker).
68
+ ModelSim, Vivado Simulator
69
+ \( https://github.com/suoto/hdl_checker).
69
70
70
71
VHDL LS: A complete VHDL language server protocol implementation
71
- with diagnostics, navigate to symbol, find all references etc.
72
- \( https://github.com/kraigher/rust_hdl)."
72
+ with diagnostics, navigate to symbol, find all references etc
73
+ \( https://github.com/VHDL-LS/rust_hdl).
74
+
75
+ GHDL LS: A LSP server for VHDL based on GHDL
76
+ \( https://github.com/ghdl/ghdl-language-server)."
73
77
:type '(choice (const :tag " VHDL-tool" vhdl-tool)
74
78
(const :tag " HDL Checker" hdl-checker)
75
79
(const :tag " VHDL LS" vhdl-ls)
You can’t perform that action at this time.
0 commit comments