ID:10488 VHDL Default Binding Indication error at <location>: actual generic <name> in Generic Map Aspect must have same type as formal generic with same name in entity "<name>"

CAUSE: In a Default Binding Indication at the specified location in a VHDL Design File (.vhd), you specified a Generic Map Aspect that associates actual generics with the formal generics in the specified entity. However, the specified actual generic does not have the same type as the entity's formal generic with the same name. The actual generic and its corresponding formal generic must have the same type.

ACTION: Change the type of the actual generic so it is the same as the type of the corresponding formal generic in the entity.