ID:127002 Can't read Memory Initialization File or Hexadecimal (Intel-Format) File <name> -- setting all initial values to 0

CAUSE: You implemented a logic function -- a RAM megafunction ( lpm_ram_dp or an lpm_ram_io megafunction) -- that requires an initial memory content file, specifically, a Memory Initialization File (.mif) or Hexadecimal (Intel-Format) File (.hex), which is needed to initialize the lpm_ram_dp or lpm_ram_io megafunction. However, the Quartus Prime Compiler cannot read the MIF or HEX File because either the file does not exist, or it does not have the correct format, or you did not specify its correct directory path. The Quartus Prime Compiler is therefore setting all initial values to 0.

ACTION: No action is required. If you do not want all initial values set to 0, you can create or edit a MIF or HEX File for the RAM megafunction, and then specify the location, including the file name and extension, of the MIF or HEX File in the megafunction's LPM_FILE parameter, or the INIT_FILE or INIT_FILEX parameter for a WYSIWYG primitive. If the MIF or HEX File is in a directory other than the project directory, specify the absolute path.