ID:24389 The Intel Quartus Prime Software could not perform auto discovery for entity "<entity>" because "Auto-discover and sort the source files" is "Off" or "Verilog compilation-unit mode" is "MFCU". It might be defined in "<file>". If this definition is correct, add the design file with a global assignment in the QSF file.

CAUSE: The Intel Quartus Prime Software could not properly auto-discover the specified entity.

ACTION: If the definition is correct, add the design file with a global assignment in the QSF file, such as:set_global_assignment -name VHDL_FILE [-library optonal_lib] myfile.vhd orset_global_assignment -name VERILOG_FILE [-library optonal_lib] myfile.v .