Nothing Special   »   [go: up one dir, main page]

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

[feature] Include modelsim's vsim for linter #106

Open
ungultig1 opened this issue Oct 11, 2023 · 0 comments
Open

[feature] Include modelsim's vsim for linter #106

ungultig1 opened this issue Oct 11, 2023 · 0 comments

Comments

@ungultig1
Copy link
ungultig1 commented Oct 11, 2023

Hello @suoto ,

by any chance, are you looking forward to include "vsim" to your linter-functionality?
As i can see inside the source code (msim.py) you first create the library by invoking vlib and vmap, following vcom-compilation for vhdl-files.
As vsim delivers additional vhdl-error-checks (especially for generic maps), I wonder, if you could finish the linter'ing with vsim after vcom.

As I am aware, the vsim-command, which should be invoked for every file in project is the following (inside the HDL_CHECKER_WORK_PATH):

vsim default_library.exampleVhd -c -do "run -all; quit"

Thank you. Greetings.

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