File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -138,6 +138,30 @@ Add this to your Emacs config file
138
138
:config (add-hook 'vhdl-mode-hook 'lsp))
139
139
```
140
140
141
+ #### Using [ gmlarumbe/verilog-ext] [ verilog-ext ]
142
+
143
+ ``` elisp
144
+ ;; `eglot' config
145
+ (require 'verilog-ext)
146
+ (verilog-ext-eglot-set-server 've-hdl-checker)
147
+
148
+ ;; `lsp' config
149
+ (require 'verilog-ext)
150
+ (verilog-ext-lsp-set-server 've-hdl-checker)
151
+ ```
152
+
153
+ #### Using [ gmlarumbe/vhdl-ext] [ vhdl-ext ]
154
+
155
+ ``` elisp
156
+ ;; `eglot' config
157
+ (require 'vhdl-ext)
158
+ (vhdl-ext-eglot-set-server 've-hdl-checker)
159
+
160
+ ;; `lsp' config
161
+ (require 'vhdl-ext)
162
+ (vhdl-ext-lsp-set-server 've-hdl-checker)
163
+ ```
164
+
141
165
## Usage
142
166
143
167
HDL Checker server can be started via ` hdl_checker ` command. Use `hdl_checker
@@ -285,6 +309,8 @@ mentioned or used by this software.
285
309
286
310
[docker]: https://www.docker.com/
287
311
[emacs_lsp]: https://github.com/emacs-lsp/lsp-mode/
312
+ [verilog-ext]: https://github.com/gmlarumbe/verilog-ext/
313
+ [vhdl-ext]: https://github.com/gmlarumbe/vhdl-ext/
288
314
[GHDL]: https://github.com/ghdl/ghdl
289
315
[gpl]: http://www.gnu.org/copyleft/gpl.html
290
316
[hdl_checker_container]: https://cloud.docker.com/u/suoto/repository/docker/suoto/hdl_checker_test
You can’t perform that action at this time.
0 commit comments