Variable: verilog-auto-inout-ignore-regexp

verilog-auto-inout-ignore-regexp is a customizable variable defined in verilog-mode.el.gz.

Value

nil

Documentation

If non-nil, when creating AUTOINOUT, 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-inout-ignore-regexp nil
  "If non-nil, when creating AUTOINOUT, ignore signals matching this regexp.
See the \\[verilog-faq] for examples on using this."
  :group 'verilog-mode-auto
  :type '(choice (const nil) regexp))