ID:13834 VHDL Variable Declaration error at <location>: variable declared in subprogram or process cannot be a shared variable

CAUSE: In a Variable Declaration at the specified location in a VHDL Design File (.vhd), you declared a shared variable in a subprogram or process. However, a variable you declare in a subprogram or process cannot be a shared variable.

ACTION: Make sure that the Variable Declaration does not contain the keyword shared, that is, does not declare the variable as a shared variable.