Function: vhdl-template-process-comb

vhdl-template-process-comb is an interactive and byte-compiled function defined in vhdl-mode.el.gz.

Signature

(vhdl-template-process-comb)

Documentation

Insert a combinational process.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/vhdl-mode.el.gz
(defun vhdl-template-process-comb ()
  "Insert a combinational process."
  (interactive)
  (vhdl-template-process 'comb))