verilog-auto-declare-nettype

verilog-auto-declare-nettype is a variable defined in `verilog-mode.el'.
Its value is
nil

  • This variable is safe as a file local variable if its value
    satisfies the predicate `stringp'.

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.

You can customize this variable.

This variable was introduced, or its default value was changed, in version 24.1 of Emacs.