Function: vhdl-template-instance

vhdl-template-instance is an interactive and byte-compiled function defined in vhdl-mode.el.gz.

Signature

(vhdl-template-instance)

Documentation

Insert a component instantiation statement.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/vhdl-mode.el.gz
(defun vhdl-template-instance ()
  "Insert a component instantiation statement."
  (interactive)
  (vhdl-template-component-inst))