Function: vhdl-template-package-std-logic-arith

vhdl-template-package-std-logic-arith is an interactive and byte-compiled function defined in vhdl-mode.el.gz.

Signature

(vhdl-template-package-std-logic-arith)

Documentation

Insert specification of std_logic_arith package.

Key Bindings

Source Code

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