ID:13590 SystemVerilog error at <location>: const variable "<name>" has no value

CAUSE: In a const variable declaration at the specified location in a SystemVerilog Design File (.sv), you did not include an initial value assignment. You cannot assign a value to the const variable except for the declaration.

ACTION: Remove the const qualifier on the variable or give it an initial value.