mshr-h / vscode-verilog-hdl-support

HDL support for VS Code
MIT License
296 stars 78 forks source link

xvlog linting doesn't work #475

Open pikapuma opened 7 months ago

pikapuma commented 7 months ago

Describe the bug I have installed vivado(including xvlog) and it works well. Then I set xvlog as the linter in vscode, but it doesn't work (no red underline and no output) when saving the .v file. I have done the following:

  1. add the xvlog into path(D:\software\vivado\Vivado\2023.2\bin)
  2. there are no Chinese characters or spaces included in the path of .v file. And the username of my computer only consists of English characters
  3. I tried "xvlog myfile.v" in cmd, it worked well
  4. I installed modelsim and set it as the linter, and it worked well. So why doesn't xvlog work???
  5. I went to Veilog output log file and found that xvlog linter was invoked, but it is strange that it couldn't report errors although there are gramma mistakes in .v file

Environment (please complete the following information):

Actual behavior If applicable, add screenshots to help explain your problem. Verilog_log xvlog_cmd