Variable: verilog-auto-tieoff-declaration
verilog-auto-tieoff-declaration is a customizable variable defined in
verilog-mode.el.gz.
Value
"wire"
Documentation
Data type used for the declaration for AUTOTIEOFF.
If "wire" then create a wire, if "assign" create an assignment, else the data type for variable creation.
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-tieoff-declaration "wire"
"Data type used for the declaration for AUTOTIEOFF.
If \"wire\" then create a wire, if \"assign\" create an
assignment, else the data type for variable creation."
:version "24.1" ; rev713
:group 'verilog-mode-auto
:type 'string)