Looking for utility something similar to ctags of C database

In C database, there is some utility called ctags. That lets us create a database of all the C files with their include files, function definitions etc. by running “ctags -R *” from the parent tree. Once it is run, we can open any c source file of our interest and from there, we can traverse to the defines function definitions, calling function etc by just combination of keys.

My question is, is there any utility in SV-UVM something similar to ctags of C, using which I can create a database and make my traversing and finding function definitions, tasks and defines. Can someone help ?

Thanks in advance,
Dayananda

In reply to Dayabroadcom:

Hi,
I think you can install Universal ctags. It already supported for systemverilog (Exuberant ctags doesn’t).

Regards,
hungvn