Generics (not exactly) in SystemVerilog
Using parameterized classes with static functions to make up for the lack of generics in SystemVerilog.
Using parameterized classes with static functions to make up for the lack of generics in SystemVerilog.
A little example demonstrating calling a C++ written function in SystemVerilog.
Update (2017/02/23) — Now I use GNU Global with Universal
Ctags as back-end to generate the tag files. In emacs, I use the
ggtags
package – [config].
This post still has value if you are interesting in configuring
ctags
only.
This posts shows how to set up ctags
to parse SystemVerilog code and
how to access that tag database in emacs.