Description
Author Name: Shaun Whalen
Original Redmine Issue: 313 from https://www.veripool.org
Original Date: 2011-01-10
Original Assignee: Wilson Snyder (@wsnyder)
I have a verilog module in a file named with extension .v that instantiates a module defined in a file named with extension .sv. In the .v file I use AUTOINST to instantiate the module from the .sv file. I run xemacs in batch mode to expand the autos. Emacs/verilog-mode gets an error saying "Can't locate module-name module definition. Check the verilog-libraray-directories variable. ...
The .sv file defining this module is in the same folder as the .v file that instantiates it. I am using verilog-mode.el verilog-mode-version (substring "$$Revision: 660 $$"
Does verilog-mode work with a mix of .v and .sv files in this way?
Thanks.