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