Variable: verilog-auto-star-expand

verilog-auto-star-expand is a customizable variable defined in verilog-mode.el.gz.

Value

t

Documentation

Non-nil means to expand SystemVerilog .* instance ports.

They will be expanded in the same way as if there was an AUTOINST in the instantiation. See also verilog-auto-star and verilog-auto-star-save.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/verilog-mode.el.gz
(defcustom verilog-auto-star-expand t
  "Non-nil means to expand SystemVerilog .* instance ports.
They will be expanded in the same way as if there was an AUTOINST in the
instantiation.  See also `verilog-auto-star' and `verilog-auto-star-save'."
  :group 'verilog-mode-actions
  :type 'boolean)