ID:13913 VHDL Component Instantiation Statement error at <location>: value for generic "<name>" must be a constant

CAUSE: In a Component Instantiation Statement at the specified location in a VHDL Design File (.vhd), you instantiated a component. However, Quartus Prime Integrated Synthesis cannot instantiate the component because the specified generic for the component has a value that is not constant. The generics in a component must have constant values.

ACTION: Specify a constant value, or a value that reduces to a constant, for the generic.