verilog-auto-inst-sort

verilog-auto-inst-sort 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 `verilog-booleanp'.

Documentation:
Non-nil means AUTOINST signals will be sorted, not in declaration order.
Also affects AUTOINSTPARAM. Declaration order is the default for
backward compatibility, and as some teams prefer signals that are
declared together to remain together. Sorted order reduces
changes when declarations are moved around in a file.

See also `verilog-auto-arg-sort'.

You can customize this variable.

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