ID:13609 VHDL error at <location>: allocators are not synthesizable

CAUSE: In a VHDL Design File (.vhd) at the specified location, you used an allocator to create an object by allocating free memory. However, allocators are not synthesizable.

ACTION: Make sure you do not use any allocators in the design, that is, you do not try to create any objects by allocating free memory.