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

Invoke linter from specific directory, change default compile target #80

Open
DeeeeLAN opened this issue Sep 30, 2019 · 0 comments
Open

Comments

@DeeeeLAN
Copy link

DeeeeLAN commented Sep 30, 2019

My projects usually have a dedicated simulation directory where the work library is stored and where there are a few file lists for the RTL and TB. I would like to invoke the command from this directory and supply the file lists, instead of loading whatever the current file is (in a large UVM testbench, linting is useless if I can't compile the entire thing).

Ideally, there should be an override setting where I can completely replace the command arguments, instead of just append arguments to the hard-coded values currently in place.

Here is what the settings look like for SublimeLinter, which you based some of your work off of:

"SublimeLinter.linters.vlog.args": ["-sv -incr -work work -lint -quiet -f files_tb.f"],
"SublimeLinter.linters.vlog.working_dir": "$project_path/verification/uvm/sim",
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