Variable: vhdl-ams-enum-values

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

Value

("quiescent_domain" "time_domain" "frequency_domain" "eps0" "mu0"
 "ground" "mecvf_gnd" "mecpf_gnd" "rot_gnd" "fld_gnd")

Documentation

List of VHDL-AMS standardized enumeration values.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/vhdl-mode.el.gz
(defconst vhdl-ams-enum-values
  '(
    "quiescent_domain" "time_domain" "frequency_domain"
    ;; from `nature_pkg' package
    "eps0" "mu0" "ground" "mecvf_gnd" "mecpf_gnd" "rot_gnd" "fld_gnd"
    )
  "List of VHDL-AMS standardized enumeration values.")