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
The Linter did not work until I create a work directory in the same directory where the RTL files are located and mapped this directory as a Questa Lib:
%> vlib work
%> vmap work work
Should it be so? This is not described in any place.
Actually the Linter produces MANY MANY MANY junk files. How to гет rid of them?
Thank you!
The text was updated successfully, but these errors were encountered:
The work directory is automatically generated when I use it.
As for junk files, maybe you could set "working_dir" as "${TEMP:${project_path:${folder:$file_path}}}", just throw them into $TEMP if it exists. It works well in Windows OS.
Hi there,
The Linter did not work until I create a work directory in the same directory where the RTL files are located and mapped this directory as a Questa Lib:
%> vlib work
%> vmap work work
Should it be so? This is not described in any place.
Actually the Linter produces MANY MANY MANY junk files. How to гет rid of them?
Thank you!
The text was updated successfully, but these errors were encountered: