Function: vhdl-template-package-material-constants

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

Signature

(vhdl-template-package-material-constants)

Documentation

Insert specification of material_constants package.

Key Bindings

Source Code

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