suoto / hdl_checker

Repurposing existing HDL tools to help writing better code
GNU General Public License v3.0
192 stars 22 forks source link

Verilog/System Verilog support in Emacs lsp-mode #91

Open sazam0 opened 3 years ago

sazam0 commented 3 years ago

how to configure Verilog/System Verilog to support in Emacs lsp-mode?

SethGower commented 3 years ago

https://github.com/suoto/hdl_checker#emacs

https://github.com/suoto/hdl_checker/wiki/HOWTO:-Setting-up-a-project

sazam0 commented 3 years ago

it only uses vhdl-mode-hook, does it cover verilog and systemverilog by itself?