Error (14703): Invalid internal configuration mode for design with memory initialization - Error (14703): Invalid internal configuration mode for design with memory initialization Description You may see this error while compiling a custom FIFO or a RAM block in the Intel® Quartus® Prime Software Standard or Lite versions for an Intel® MAX® 10 device. This error is seen because Intel® MAX® 10 device compact variants do not support memory initialization. If you have not provided any mif file for your custom design and still see this error in Intel® Quartus®Prime Edition Software, it may be because a mif file is being inferred by the RTL coding style Resolution Signal declaration for memory_type should be changed from signal mem : memory_type :=(others => (others => '0')); to signal mem : memory_type; This is to ensure that memory is not initialized and there is no compilation error in the Assembler stage. Custom Fields values: ['novalue'] Troubleshooting 466229; 2205637334 False ['novalue'] ['FPGA Dev Tools Quartus® Prime Software QUARTUS-ALITE', 'FPGA Dev Tools Quartus® Prime Software Standard'] novalue 17.1 ['MAX® 10 10 FPGAs'] ['novalue'] ['novalue'] ['novalue'] - 2022-09-26

external_document