mshr-h / vscode-verilog-hdl-support

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

[BUG] Iverilog linting doesn't work #139

Open doee-hc opened 3 years ago

doee-hc commented 3 years ago

Describe the bug Thank you for supporting such a powerful extension! I have installed iverilog and add it into the PATH,it works well in "cmd" and "power shell" Then I set iverilog as the linter from the VScode setting page. It doesn't work when saving the .v file (no red underline and no output). I have seen the similiar issuess, but these solutions doesn't work. I have tried some old versions of this extension and iverilog,but the problem wasn't resolved.

Environment (please complete the following information):

yizhanchengyan commented 3 years ago

被编辑的文本的路径不能有中文

kkwangyu commented 1 year ago

The path of the edited file cannot contain Chinese and spaces。

furai commented 1 year ago

Hey, I'm getting this bug in the current version of the extension. No linter works if the path to the file includes spaces. The fix would be to pass the path to the linter quoted.

mshr-h commented 1 year ago

Released v1.11.5 with the fix. Please give it a try.

furai commented 1 year ago

Seems it still dosn't work. I think that VerilogSymbol fails now as it gets split path and no warnings or errors show up. It gets linted properly though.