ID:16753 Verilog HDL warning at <location>: <string> shift count is greater than or equal to the width of the value

CAUSE: You are shifting a variable by an amount of bits greater or equal to the size of the variable.

ACTION: No action is required. To remove the warning, do not shift a variable by an amount of bits greater than the size of the variable.