ID:10613 VHDL syntax error at <location>: experienced unexpected end-of-file -- translate_off synthesis directive must have matching translate_on synthesis directive

CAUSE: In a VHDL Design File (.v) at the specified location, you used a translate_off synthesis directive with no matching translate_on synthesis directive. As a result, Quartus Prime Integrated Synthesis unexpectedly reached the end-of-file marker and consequently disabled further processing of the file.

ACTION: Add a matching translate_on synthesis directive for the translate_off synthesis directive.