ID:10174 Verilog HDL Unsupported Feature error at <location>: system function "<name>" is not supported for synthesis

CAUSE: In a Verilog Design File (.v) at the specified location, you called a system function that is not supported by Quartus Prime Integrated Synthesis. Please consult Quartus Prime Help for system function with synthesis support.

ACTION: Remove the specified system function call, or hide it from Integrated Synthesis using translate_on/translate_off directives.