How to create ctags for system verilog?

I want to generate a tagsfile for system verilog.

I found this really useful link , and I was able to create a UVM file file.

But my question is about SV. Since there are no separate sv files, the language is built into the compiler itself, how can I create a tag file for this?

Thanks in advance.

+4
source share
2 answers

SystemVerilog Universal Ctags, Verilog, SystemVerilog.

Verilog/SystemVerilog Vim Plugin, .

: - . , .

+1

Source: https://habr.com/ru/post/1661734/


All Articles