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
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):
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.
The text was updated successfully, but these errors were encountered: