Function: vhdl-template-package-math-real
vhdl-template-package-math-real is an interactive and byte-compiled
function defined in vhdl-mode.el.gz.
Signature
(vhdl-template-package-math-real)
Documentation
Insert specification of math_real package.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/vhdl-mode.el.gz
(defun vhdl-template-package-math-real ()
"Insert specification of `math_real' package."
(interactive)
(vhdl-template-standard-package "ieee" "math_real"))