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. |
See also:
Section 4.3.1.3 of the IEEE Std 1076-1993 IEEE Standard VHDL Language Reference Manual
- PLDWorld - |
|
Created by chm2web html help conversion utility. |