graphman65 / linter-vhdl

Atom vhdl linter
https://atom.io/packages/linter-vhdl
MIT License
6 stars 2 forks source link

use -s instead of -a #3

Closed abunimeh closed 6 years ago

abunimeh commented 6 years ago

is there a reason why ghdl's -a is used instead of -s? -s will check the syntax without generating any libraries in the current directory. I think it is much cleaner to use -s.

I have been waiting for an atom VHDL linter for a while. Thanks for your great efforts.

graphman65 commented 6 years ago

I changed the package so that it use -s. You can still force -a if you want in the settings by checking the "Compile on lint" option.