ID:10049 Verilog HDL error at <location>: value must not be assigned to nonvariable "<name>"

CAUSE: In a Verilog Design File (.v) at the specified location, you assigned a value directly to a nonvariable; however, a value must not be assigned to a nonvariable.

ACTION: Remove the assignment or create a new variable for the assignment.