Variable: vhdl-08-attributes

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

Value

("instance_name" "path_name")

Documentation

List of VHDL'08 standardized attributes.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/vhdl-mode.el.gz
(defconst vhdl-08-attributes
  '(
    "instance_name" "path_name"
    )
  "List of VHDL'08 standardized attributes.")