ID:10231 Verilog HDL error at <location>: value cannot be assigned to input "<name>"

CAUSE: In a Verilog Design File (.v) at the specified location, you assigned a value to the specified input. However, you cannot assign a value to an input.

ACTION: Remove the assignment to the constant input. If you want, assign the value to a valid object, such as a variable.