Function: vhdl-template-directive-synthesis-on
vhdl-template-directive-synthesis-on is an interactive and
byte-compiled function defined in vhdl-mode.el.gz.
Signature
(vhdl-template-directive-synthesis-on)
Documentation
Insert directive synthesis_on.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/vhdl-mode.el.gz
(defun vhdl-template-directive-synthesis-on ()
"Insert directive `synthesis_on'."
(interactive)
(vhdl-template-directive "synthesis_on"))