Function: vhdl-template-package-thermal-systems

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

Signature

(vhdl-template-package-thermal-systems)

Documentation

Insert specification of thermal_systems package.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/vhdl-mode.el.gz
(defun vhdl-template-package-thermal-systems ()
  "Insert specification of `thermal_systems' package."
  (interactive)
  (vhdl-template-standard-package "ieee" "thermal_systems"))