File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -138,6 +138,24 @@ 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
+ (require 'verilog-ext)
145
+ (verilog-ext-mode-setup)
146
+ (verilog-ext-eglot-set-server 've-hdl-checker) ;`eglot' config
147
+ (verilog-ext-lsp-set-server 've-hdl-checker) ; `lsp' config
148
+ ```
149
+
150
+ #### Using [ gmlarumbe/vhdl-ext] [ vhdl-ext ]
151
+
152
+ ``` elisp
153
+ (require 'vhdl-ext)
154
+ (vhdl-ext-mode-setup)
155
+ (vhdl-ext-eglot-set-server 've-hdl-checker) ;`eglot' config
156
+ (vhdl-ext-lsp-set-server 've-hdl-checker) ; `lsp' config
157
+ ```
158
+
141
159
## Usage
142
160
143
161
HDL Checker server can be started via ` hdl_checker ` command. Use `hdl_checker
@@ -285,6 +303,8 @@ mentioned or used by this software.
285
303
286
304
[docker]: https://www.docker.com/
287
305
[emacs_lsp]: https://github.com/emacs-lsp/lsp-mode/
306
+ [verilog-ext]: https://github.com/gmlarumbe/verilog-ext/
307
+ [vhdl-ext]: https://github.com/gmlarumbe/vhdl-ext/
288
308
[GHDL]: https://github.com/ghdl/ghdl
289
309
[gpl]: http://www.gnu.org/copyleft/gpl.html
290
310
[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