ID:16754 Verilog HDL warning at <location>: variable "<string>" should be declared as automatic or static

CAUSE: You used a variable in a contect where it should have been declared as automatic or static.

ACTION: No action is required. To remove the warning, declare the variable as automatic or static.