ID:13359 Verilog HDL User-Defined Primitive (UDP) Declaration error at <location>: UDP table entry "<text>" has no current state field

CAUSE: In a user-defined primitive (UDP) declaration at the specified location in a Verilog Design File (.v), you defined the behavior of a sequential UDP with a state table. However, the specified entry does not include a field for the current state. Verilog HDL requires that you include a field for the current state when describing a sequential UDP.

ACTION: Add a field for the current state to the specified entry. Use the following format:
inputs : present state : next state ;