mshr-h / vscode-verilog-hdl-support

HDL support for VS Code
MIT License
288 stars 75 forks source link

Use iverilog linter on a remote SSH file #323

Open angelo558 opened 1 year ago

angelo558 commented 1 year ago

Hi guys, I am currently trying to have the graphic linter of iverilog using a remote SSH connection to a virtual desktop containing those files. The SSH connetion is established using "Remote - SSH" extension of Microsoft, the iverilog package is installed under /pkg and I even added the allias iverilog to point to it directly in my bashrc file.

However, no matter what I try, it seems the linter is not working on my files. To be noted that the command line works perfectly when used in the integrated terminal.

Would you have any idea why and/or how to resolve this?

Thanks in advance!

backbone-link commented 1 year ago

Same issue here. Syntax errors not caught (i.e. missing ;) EDIT: I was missing the lint config. Fixed using below: https://github.com/mshr-h/vscode-verilog-hdl-support#configuration-settings

angelo558 commented 1 year ago

@backbone-link : could you please confirm that you managed to make iverilog work through a SSH connexion using "Remote - SSH" by Windows? and the only issue was the configuration settings? If so, could you please share which settings you had to work on please?

Thanks!

Brillouin233 commented 5 months ago

@angelo558 :Did u solve this problem? Thank you very much!!