ID:10902 SystemVerilog error at <location>: positional arguments cannot follow named arguments

CAUSE: In a function call or task enable at the specified location in a SystemVerilog Design File (.sv), you listed a positional argument after a named argument. SystemVerilog requires that all positional arguments precede any named arguments.

ACTION: List all positional arguments before any named arguments.