Variable: verilog-auto-reg-input-assigned-ignore-regexp
verilog-auto-reg-input-assigned-ignore-regexp is a customizable
variable defined in verilog-mode.el.gz.
Value
nil
Documentation
If non-nil, when creating AUTOINPUTREG, ignore signals matching this regexp.
This variable was added, or its default value changed, in Emacs 27.1.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/verilog-mode.el.gz
(defcustom verilog-auto-reg-input-assigned-ignore-regexp nil
"If non-nil, when creating AUTOINPUTREG, ignore signals matching this regexp."
:version "27.1"
:group 'verilog-mode-auto
:type '(choice (const nil) regexp))