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

Linter doesn't work due to work lib? #11

Open
ldm1417 opened this issue Apr 21, 2020 · 0 comments
Open

Linter doesn't work due to work lib? #11

ldm1417 opened this issue Apr 21, 2020 · 0 comments

Comments

@ldm1417
Copy link

ldm1417 commented Apr 21, 2020

Hello,

While running the Linter on a Verilog file, I receive the following:

SublimeLinter: #15 linter.py:1202 vlog: output:
QuestaSim-64 vlog 10.0c Compiler 2011.07 Jul 21 2011
** Error: (vlog-19) Failed to access library 'work' at "work".
No such file or directory. (errno = ENOENT)
** Error: Library work not found.
** Error: Verilog Compiler exiting
SublimeLinter: #15 linter.py:1254 vlog: No match for line: 'QuestaSim-64 vlog 10.0c Compiler 2011.07 Jul 21 2011'
SublimeLinter: #15 linter.py:1254 vlog: No match for line: '** Error: (vlog-19) Failed to access library 'work' at "work".'
SublimeLinter: #15 linter.py:1254 vlog: No match for line: 'No such file or directory. (errno = ENOENT)'
SublimeLinter: #15 linter.py:1254 vlog: No match for line: '** Error: Library work not found.'
SublimeLinter: #15 linter.py:1254 vlog: No match for line: '** Error: Verilog Compiler exiting'
SublimeLinter: sublime_linter.py:575 Linting 'cnt.v' took 0.20s

Sometimes I receive this message:

SublimeLinter: #3 linter.py:1202 vlog: output:
QuestaSim-64 vlog 10.0c Compiler 2011.07 Jul 21 2011
** Error: (vlog-42) Unsupported QuestaSim library format for "work". (Format: 4)
** Error: Verilog Compiler exiting
SublimeLinter: #3 linter.py:1254 vlog: No match for line: 'QuestaSim-64 vlog 10.0c Compiler 2011.07 Jul 21 2011'
SublimeLinter: #3 linter.py:1254 vlog: No match for line: '** Error: (vlog-42) Unsupported QuestaSim library format for "work". (Format: 4)'
SublimeLinter: #3 linter.py:1254 vlog: No match for line: '** Error: Verilog Compiler exiting'
SublimeLinter: sublime_linter.py:575 Linting 'bfr.v' took 0.42s

So, what's the problem? What's wrong?

Here are my user settings:

{
"linters": {
"vcom": {
"args": ["-2008", "-lint", "-check_synthesis"]
},
"vlog": {
"args": ["-sv", "-lint"],
"env": {"PATH":"C:/questasim64_10.4c/win64"}
}
},

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

"debug": true,
//"mark_style": "fill"
//"icon": "dot",
"no_column_highlights_line": true

}

What's wrong? How to fix?

Thank you!

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