VIM tags file builder for Verilog & SystemVerilog

G

googler

Guest
I use Verilog and SystemVerilog as languages for coding and vim as
text editor. I am wondering if there is any tags file builder that
works for both Verilog and SystemVerilog files and cover not just
modules, but also functions, classes etc. I came across a couple of
such scripts on searching (haven't tried them yet), but they seem to
be written only for Verilog. Does anybody know about the kind of
program/script I am looking for? Thanks.
 
On Jul 30, 12:09 pm, googler <pinaki_...@yahoo.com> wrote:
I use Verilog and SystemVerilog as languages for coding and vim as
text editor. I am wondering if there is any tags file builder that
works for both Verilog and SystemVerilog files and cover not just
modules, but also functions, classes etc. I came across a couple of
such scripts on searching (haven't tried them yet), but they seem to
be written only for Verilog. Does anybody know about the kind of
program/script I am looking for? Thanks.
I started writing one when I had the same problem as you are facing.
Then I saw one in a later version of Vim (or gVim). Take a look:

http://www.vim.org/scripts/script.php?script_id=1573

- Swapnajit
--
SystemVerilog, DPI, Verilog PLI and all other good stuffs.
Project VeriPage: http://www.project-veripage.com
For subscribing to the mailing list:
<URL: http://www.project-veripage.com/list/?p=subscribe&id=1>
 
On Aug 3, 10:22 pm, Swapnajit <mit...@juno.com> wrote:
On Jul 30, 12:09 pm, googler <pinaki_...@yahoo.com> wrote:

I use Verilog and SystemVerilog as languages for coding and vim as
text editor. I am wondering if there is any tags file builder that
works for both Verilog and SystemVerilog files and cover not just
modules, but also functions, classes etc. I came across a couple of
such scripts on searching (haven't tried them yet), but they seem to
be written only for Verilog. Does anybody know about the kind of
program/script I am looking for? Thanks.

I started writing one when I had the same problem as you are facing.
Then I saw one in a later version of Vim (or gVim). Take a look:

http://www.vim.org/scripts/script.php?script_id=1573

- Swapnajit
--
SystemVerilog, DPI, Verilog PLI  and all other good stuffs.
Project VeriPage:http://www.project-veripage.com
For subscribing to the mailing list:
URL:http://www.project-veripage.com/list/?p=subscribe&id=1
The link you sent is for syntax highlighting in SystemVerilog. I was
enquiring about tags file builder, so that it will be easy to jump to
definitions of modules, functions, tasks etc from the point of their
instantiation/calling. Currently, the ctags program in *nix works
reasonably well for Verilog, but does not support SV.
 

Welcome to EDABoard.com

Sponsor

Back
Top