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
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
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"}
}
},
"debug": true,
//"mark_style": "fill"
//"icon": "dot",
"no_column_highlights_line": true
}
What's wrong? How to fix?
Thank you!
The text was updated successfully, but these errors were encountered: