Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vlog: error Error - Cannot find `include file <filename> in directories #14

Open
ldmas opened this issue May 5, 2020 · 3 comments
Open

Comments

@ldmas
Copy link

ldmas commented May 5, 2020

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/"}
}
},

"paths": {
    "linux": [],
    "osx": [],
    "windows": ["C:/questasim64_10.4c/win64/"]        
},

"debug": true,
"no_column_highlights_line": true
}

Thank you!

@ldmas
Copy link
Author

ldmas commented May 8, 2020

Any response?

@ldmas
Copy link
Author

ldmas commented May 8, 2020

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 ...

@ldmas
Copy link
Author

ldmas commented May 16, 2020

Any response? Is this Plug-In still supported?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant