verilog-mode AUTOINST problem

A

allanwe

Guest
dear sir
I have one problem about verilog-mode AUTOINST:
while different verilog at different directory, how to use
"verilog-library-directories" define directory?

allanwe
 
Google is always a good start point to find answers:
http://www.google.com/search?hl=en&ie=UTF-8&q=verilog-library-directories+example

Excerpt from the first website that Google returns
http://www.veripool.com/verilog-mode_veritedium.html

Thus if you have a top level module that needs to find submodules in
subdirectories, you need to tell Verilog-Mode to look in the
subdirectories. The best way to do this is to define the library
variables at the end of each Verilog file that needs them:

// Local Variables:
// verilog-library-directories:("." "subdir" "subdir2")
// verilog-library-files:("/some/path/technology.v" "/some/path/tech2.v")
// verilog-library-extensions:(".v" ".h")
// End:

HTH,
Jim (jimwu88NOOOSPAM@yahoo.com remve NOOOSPAM)
http://www.geocities.com/jimwu88/chips


allanwe wrote:
dear sir
I have one problem about verilog-mode AUTOINST:
while different verilog at different directory, how to use
"verilog-library-directories" define directory?

allanwe
 

Welcome to EDABoard.com

Sponsor

Back
Top