Variable: vhdl-clock-name
vhdl-clock-name is a customizable variable defined in vhdl-mode.el.gz.
Value
""
Documentation
Name of clock signal to use in templates.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/vhdl-mode.el.gz
(defcustom vhdl-clock-name ""
"Name of clock signal to use in templates."
:type 'string
:group 'vhdl-sequential-process)