Function: verilog-read-inst-module
verilog-read-inst-module is a byte-compiled function defined in
verilog-mode.el.gz.
Signature
(verilog-read-inst-module)
Documentation
Return module_name when point is inside instantiation.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/verilog-mode.el.gz
(defun verilog-read-inst-module ()
"Return module_name when point is inside instantiation."
(save-excursion
(verilog-read-inst-module-matcher)))