ID:13419 Verilog HDL error at <location>: Task Enable Statement must not be used outside sequential constructs

CAUSE: In a Verilog Design File (.v) at the specified location, you used a Task Enable Statement in a concurrent construct. However, tasks can be called only from sequential constructs.

ACTION: Move the Task Enable Statement to a sequential construct.