ID:10322 SystemVerilog Enumeration Type Declaration error at <location>: enumeration element range cannot contain negative numbers

CAUSE: In an enumeration data type declaration at the specified location in a Verilog Design File(.v), you declared an enumeration element range that contains at least one negative number. The values in an enumeration element range must be positive.

ACTION: Modify the range so that it contains only positive numbers.