ID:13809 VHDL error at <location>: allocator with NEW keyword used for <type> type, but must be used for access type

CAUSE: In a VHDL Design File (.vhd) at the specified location, you used an allocator for the specified type (that is, you used the NEW keyword with the type). However, you can use an allocator only for an access type.

ACTION: Make sure that you use allocators only for access types.