Variable: vhdl-compose-configuration-hierarchical
vhdl-compose-configuration-hierarchical is a customizable variable
defined in vhdl-mode.el.gz.
Value
t
Documentation
Specifies whether hierarchical configurations should be created.
If non-nil, automatically created configurations are hierarchical and include the whole hierarchy of subcomponents. Otherwise the configuration only includes one level of subcomponents.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/vhdl-mode.el.gz
(defcustom vhdl-compose-configuration-hierarchical t
"Specifies whether hierarchical configurations should be created.
If non-nil, automatically created configurations are hierarchical and include
the whole hierarchy of subcomponents. Otherwise the configuration only
includes one level of subcomponents."
:type 'boolean
:group 'vhdl-compose)