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
I tried the same file with the same lint command from Questa and it works (no error message about cannot find `include file). So, the bug is either in Sublime itself or in SublimeLinter-contrib-modelsim ...
Hello,
I have an issue with an `include file.
While linting, I'm receiving the following message: "vlog: error
Error - Cannot find `include file "tdd_tb.defs.v" in directories:"
But a list the directories is not show. Anyway, the file tdd_tb.defs.v does present in the same directory as the linted file.
So, what's the problem?
Here is my Setting file:
{
"linters": {
"vcom": {
"args": ["-2008", "-lint", "-check_synthesis"]
},
"vlog": {
"args": ["-sv", "-lint", "+incdir+."],
"env": {"PATH":"C:/questasim64_10.4c/win64/"}
}
},
"debug": true,
"no_column_highlights_line": true
}
Thank you!
The text was updated successfully, but these errors were encountered: