ID:10287 VHDL error at <location>: access type <name> is assigned to object, but type of elements in access type must be the same as <name> type of object

CAUSE: In a VHDL Design File (.vhd) at the specified location, you assigned the specified access type to an object. However, the type of the elements in the access type is not the same as the specified type of the object. The type of the access type's elements and the type of the object must be the same.

ACTION: Make sure the element type of the access type matches the object type.