Sunday, June 15, 2008

hdltags version 1 released

First version of hdl tags released:

http://code.google.com/p/hdltags/

The perl code creates tags for verilog/system verilog/vhdl code for browsing the code with functionalities similar to ctags

Current version supports Verilog and System-Verilog. VHDL would be supported soon! Only module names are tagged.

Usual ctags commands work:

vi −t : Start vi and position the cursor at the file and line where "tag" is defined.

:ta : Find a tag.

Ctrl-] : Find the tag under the cursor.

Ctrl-T : Return to previous location before jump to tag (not widely implemented).