ID:10463 Verilog HDL Declaration warning at <location>: "<name>" is SystemVerilog-2005 keyword

CAUSE: In a declaration at the specified location in a Verilog Design File (.v), you declared an identifier that is also a keyword in SystemVerilog-2005. If you change your project's VERILOG_INPUT_VERSION assignment to SYSTEM_VERILOG_2005, this identifier will cause a syntax error.

ACTION: If you do not intend to use SystemVerilog-2005 extensions to compile your design in the Quartus Prime software, then no action is required. Otherwise, use a different name in the declaration.