VTAGS is a command line application that will generate a VI(M) compatible tags file
for VHDL source files. This will read standard VHDL'87 files. It should also parse
later VHDL ('93,etc...) but it does only take account of the basics.
It also groups the items that it finds by architecture. That is it adds the architecture
that it finds them in to the extended field at the end of the tags line.
This app has been tested on Win32 systems and linux systems. It has been compiled
with multiple compilers and compiles warning free.
VTAGS is released under the Artistic Licence.
Thanks Jun Ma for the patch to the build.
|