简体   繁体   中英

How to generate ctags for system verilog?

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.

For improved support of SystemVerilog you can try Universal Ctags , where the Verilog parser was improved to also support SystemVerilog.

I also suggest that you use this Verilog/SystemVerilog Vim Plugin that also includes some basic omni-completion.

Disclaimer: most of this is my work. Your mileage may vary, but feel free to report issues and ask for improvements.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM