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