Variable: vhdl-compose-configuration-use-subconfiguration
vhdl-compose-configuration-use-subconfiguration is a customizable
variable defined in vhdl-mode.el.gz.
Value
t
Documentation
Specifies whether subconfigurations should be used inside configurations.
If non-nil, automatically created configurations use configurations in binding indications for subcomponents, if such configurations exist. Otherwise, entities are used in binding indications for subcomponents.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/vhdl-mode.el.gz
(defcustom vhdl-compose-configuration-use-subconfiguration t
"Specifies whether subconfigurations should be used inside configurations.
If non-nil, automatically created configurations use configurations in binding
indications for subcomponents, if such configurations exist. Otherwise,
entities are used in binding indications for subcomponents."
:type 'boolean
:group 'vhdl-compose)