Variable: vhdl-ams-packages
vhdl-ams-packages is a variable defined in vhdl-mode.el.gz.
Value
("fundamental_constants" "material_constants" "energy_systems"
"electrical_systems" "mechanical_systems" "radiant_systems"
"thermal_systems" "fluidic_systems")
Documentation
List of VHDL-AMS standardized packages and libraries.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/vhdl-mode.el.gz
(defconst vhdl-ams-packages
'(
"fundamental_constants" "material_constants" "energy_systems"
"electrical_systems" "mechanical_systems" "radiant_systems"
"thermal_systems" "fluidic_systems"
)
"List of VHDL-AMS standardized packages and libraries.")