On 18/03/15 10:27, Svenn Are Bjerkem wrote:
Hi,
I use ghdl as a syntax checker during development. From vim I do
:!ghdl -s %
to get syntax error messages early.
Only thing is that I have error reports on all my
u_someinstance : entity work.someinstance
as someinstance is not in work, and it shouldn't, at least not in the
src directory.
Could it be an item for the wishlist that the syntax check only checks
syntax and not that the library actually exist?
In fact 'ghdl -s' does semantic check which is more complete than pure
syntax check.
What you need is indeed pure syntax check. I can add that, this isn't
difficult to do.
Tristan.
_______________________________________________
Ghdl-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/ghdl-discuss