Variable: verilog-auto-tieoff-ignore-regexp
verilog-auto-tieoff-ignore-regexp is a customizable variable defined
in verilog-mode.el.gz.
Value
nil
Documentation
If non-nil, when creating AUTOTIEOFF, ignore signals matching this regexp.
See the M-x verilog-faq (verilog-faq) for examples on using this.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/verilog-mode.el.gz
(defcustom verilog-auto-tieoff-ignore-regexp nil
"If non-nil, when creating AUTOTIEOFF, ignore signals matching this regexp.
See the \\[verilog-faq] for examples on using this."
:group 'verilog-mode-auto
:type '(choice (const nil) regexp))