tato_pt
New Contributor
47 minutes agoNIOS II "Verify failed" for on-chip memory 128k
Hello!
I'm using a Cyclone 10LP FPGA 10CL055YU484I7G FPGA.
I have a 11k size program for NIOS II. I have a large on chip RAM (because I have a larger program which I want to use later) of 128k. Everything compiles and links OK. But when I try to download the program I get a "Verify failed between address 0x20000 and 0x2FFFF". The 128K memory is located 0x20000 to 0x3FFFF
If I reduce the RAM to 32K, for example, everything works great!!.
- The initialize memory content option is turned on for the memory
- The BOOT RAM starts at 0x00000
- If I download a bigger program (117k), I still get the same error.
Thanks