Variable: vhdl-clock-rising-edge

vhdl-clock-rising-edge is a customizable variable defined in vhdl-mode.el.gz.

Value

t

Documentation

Non-nil means rising edge of clock triggers sequential processes.

Otherwise, falling edge triggers.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/vhdl-mode.el.gz
(defcustom vhdl-clock-rising-edge t
  "Non-nil means rising edge of clock triggers sequential processes.
Otherwise, falling edge triggers."
  :type 'boolean
  :group 'vhdl-sequential-process)