views:

144

answers:

3

More specific I need indexer for verilog, vhdl and c++ code on *nix platform.

A: 

Have you checked out cscope?

It has great search, all information is cached, plugins for vi/emacs.

I think that's what you meant by "indexer", maybe?

Brian Gianforcaro
+3  A: 

Exuberant Ctags may satisfy your needs. The website specifies support for verilog and c++. Although vhdl is not listed as being supported one the website, FPGALibra seems to indiciate that it is supported as of version 5.5.4.

Ctags is designed to be used with text editors such as VIM, but the tags file format can easily be parsed for other uses.

erichui
A: 

I need search engine for my code.