Variable: vhdl-testbench-include-configuration

vhdl-testbench-include-configuration is a customizable variable defined in vhdl-mode.el.gz.

Value

t

Documentation

Non-nil means a testbench configuration is attached at the end.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/vhdl-mode.el.gz
(defcustom vhdl-testbench-include-configuration t
  "Non-nil means a testbench configuration is attached at the end."
  :type 'boolean
  :group 'vhdl-testbench)