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