vhdl-array-index-record-field-in-sensitivity-list

vhdl-array-index-record-field-in-sensitivity-list is a variable defined in `vhdl-mode.el'.
Its value is
t


Documentation:
Non-nil means include array indices / record fields in sensitivity list.
If a signal read in a process is a record field or pointed to by an array
index, the record field or array index is included with the record name in
the sensitivity list (e.g. "in1(0)", "in2.f0").
Otherwise, only the record name is included (e.g. "in1", "in2").

You can customize this variable.

This variable was introduced, or its default value was changed, in version 24.3 of Emacs.