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? I could do it the '87 way with components, but I have learned to love the '93 entity instantiations -- Svenn
_______________________________________________ Ghdl-discuss mailing list [email protected] https://mail.gna.org/listinfo/ghdl-discuss
