--- Quote Start ---
Thank you for your help...
I found that you said.But I still don't understand.
I executed the code, I got a message
"Error! : Unable to load memory block at address 0x1000020 from ELF file Debug/me
mtest.elf
Fatal Error! : Memory map is not consistent with memory image file - check that
file 'Debug/memtest.elf' is compiled and linked for system '
C:\altera\90\quartus \project_LCD_core\Block_Lcd.ptf'"
I try to find the Debug/memtest.elf, but I didn't find that.
Sorry, Could you help me to solve this problem.
Thank you very much.
--- Quote End ---
I try to find the Debug/memtest.elf, but I didn't find that.
Is it in your <Software Project Directory>/Debug/memtest.elf, but i dont think you can do any thing even if you can find it.
The error above (Memory map is not consistent with memory image file) tell you that the system in your FPGA (your sof file) is not match with your memtest project.
In your original error: Verify failed between address 0x1000000 and 0x100BC17
This line means that the debug monitor(Jtag debug module) was already up and running. When it try to download the machine code (your elf) into the memory located at address above, it fail to write to it.
I would suggest that you:
- Open up your system in Sopc Builder and check which memory located at address above, what memory are you using. (And which board your are using for this project)
- Check and make sure that the pin assignment for the memory above is correct.