Variable: vhdl-use-components-package
vhdl-use-components-package is a customizable variable defined in
vhdl-mode.el.gz.
Value
nil
Documentation
Non-nil means use a separate components package for component declarations.
Otherwise, component declarations are inserted and searched for in the architecture declarative parts.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/vhdl-mode.el.gz
(defcustom vhdl-use-components-package nil
"Non-nil means use a separate components package for component declarations.
Otherwise, component declarations are inserted and searched for in the
architecture declarative parts."
:type 'boolean
:group 'vhdl-compose)