Variable: vhdl-one-string
vhdl-one-string is a customizable variable defined in vhdl-mode.el.gz.
Value
"'1'"
Documentation
String to use for a logic one.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/vhdl-mode.el.gz
(defcustom vhdl-one-string "'1'"
"String to use for a logic one."
:type 'string
:group 'vhdl-template)