You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
add the xvlog into path(D:\software\vivado\Vivado\2023.2\bin)
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
I tried "xvlog myfile.v" in cmd, it worked well
I installed modelsim and set it as the linter, and it worked well. So why doesn't xvlog work???
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):
OS: [Windows 11]
VS Code version [1.87.2]
Extension version [1.13.5]
lint tool: xvlog
Actual behavior
If applicable, add screenshots to help explain your problem.
The text was updated successfully, but these errors were encountered:
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:
Environment (please complete the following information):
Actual behavior
If applicable, add screenshots to help explain your problem.
The text was updated successfully, but these errors were encountered: