Variable: vhdl-platform-spec

vhdl-platform-spec is a customizable variable defined in vhdl-mode.el.gz.

Value

""

Documentation

Specification of VHDL platform to insert in file header.

The platform specification should contain names and versions of the simulation and synthesis tools used. See option vhdl-file-header.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/vhdl-mode.el.gz
(defcustom vhdl-platform-spec ""
  "Specification of VHDL platform to insert in file header.
The platform specification should contain names and versions of the
simulation and synthesis tools used.
See option `vhdl-file-header'."
  :type 'string
  :group 'vhdl-header)