Variable: verilog-auto-declare-nettype
verilog-auto-declare-nettype is a customizable variable defined in
verilog-mode.el.gz.
Value
nil
Documentation
Non-nil specifies the data type to use with verilog-auto-input etc.
Set this to "wire" if the Verilog code uses "\\=`default_nettype none". Note using `default_nettype none isn't recommended practice; this mode is experimental.
This variable was added, or its default value changed, in Emacs 24.1.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/verilog-mode.el.gz
(defcustom verilog-auto-declare-nettype nil
"Non-nil specifies the data type to use with `verilog-auto-input' etc.
Set this to \"wire\" if the Verilog code uses \"\\=`default_nettype
none\". Note using \\=`default_nettype none isn't recommended practice; this
mode is experimental."
:version "24.1" ; rev670
:group 'verilog-mode-actions
:type 'boolean)