Function: vhdl-template-package-radiant-systems

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

Signature

(vhdl-template-package-radiant-systems)

Documentation

Insert specification of radiant_systems package.

Key Bindings

Source Code

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