How to generate ctags for system verilog?

justrajdeep picture justrajdeep · Nov 23, 2016 · Viewed 7.5k times · Source

I want to generate tags file for system verilog.

I found this really helpful link, and I was able to generate UVM tags file.

But my question is about SV. Since there is no separate sv files, the language is build into the compiler itself, how do i go about creating tags file for that?

Thanks in advance.