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
Using the modelsim linter, the extension can't find vlog even though it is in my path. I added some custom logging to the modelsim linter file to figure this out, the only return from the command run is Error: cannot find "./linux_x86_64/vlog".
Running /bin/sh vlog returns the same thing, so I think it is something very strange with my environment, but I don't have enough control over the environment to fix it.
Instead, can you add an option for the location of the vlog binary?
The text was updated successfully, but these errors were encountered:
Using the modelsim linter, the extension can't find
vlog
even though it is in my path. I added some custom logging to the modelsim linter file to figure this out, the only return from the command run isError: cannot find "./linux_x86_64/vlog"
.Running
/bin/sh vlog
returns the same thing, so I think it is something very strange with my environment, but I don't have enough control over the environment to fix it.Instead, can you add an option for the location of the
vlog
binary?The text was updated successfully, but these errors were encountered: