ID:10986 VHDL Binding Indication error at <location>: primary binding for incrementally bound component instance "<name>" cannot have an OPEN entity aspect

CAUSE: You used an OPEN entity aspect for the binding indication at the specified location in a VHDL Design File (.vhd). However, the binding indication is the primary binding indication for a component instance with an incremental binding. The VHDL language requires all primary binding indications to have an entity aspect that binds the component instance to a specific entity or configuration.

ACTION: Add an entity aspect to the primary binding indication or remove the incremental binding.