ID:10403 VHDL error at <location>: can't determine object and type associated with selected name near text "<text>" -- found <number> possible objects and types

CAUSE: In a VHDL Design File (.vhd) at the specified location, you used a selected name near the specified text. Quartus Prime Integrated Synthesis cannot determine the object and type associated with the selected name because it found the specified number of different possible objects and types for the selected name, or the selected name is not visible.

ACTION: Make sure the design clearly specifies the object and type associated with the selected name. For example, you can explicitly specify an object and type for a selected name using a Use Clause.