ID:13709 VHDL error at <location>: can't determine type of object at or near character '<character>' -- found <number> possible types

CAUSE: In a VHDL Design File (.vhd) at the specified location, you used an object at or near the specified character. Quartus Prime Integrated Synthesis cannot determine the type of the object because it found the specified number of different possible types for the object.

ACTION: Make sure the design clearly specifies the type of the object. For example, you can explicitly specify a type for an object using a qualified expression, or make sure that an Architecture Body for an entity uses a declared entity.