Variable: vhdl-ams-attributes

vhdl-ams-attributes is a variable defined in vhdl-mode.el.gz.

Value

("across" "through" "reference" "contribution" "tolerance" "dot"
 "integ" "delayed" "above" "zoh" "ltf" "ztf" "ramp" "slew")

Documentation

List of VHDL-AMS standardized attributes.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/vhdl-mode.el.gz
(defconst vhdl-ams-attributes
  '(
    "across" "through"
    "reference" "contribution" "tolerance"
    "dot" "integ" "delayed" "above" "zoh" "ltf" "ztf"
    "ramp" "slew"
    )
  "List of VHDL-AMS standardized attributes.")