Altera_Forum
Honored Contributor
15 years agoProblem related to PIO component in SOPC system
I have a SOPC Builder system with just following components: the cpu, jtag_uart, sdram and a PIO led component. It works fine as long as there is just one led component.
When I add another PIO led component to this system and try to access either of them, I get the following error: Verifying 00800000 ( 0%) Verify failed between address 0x800000 and 0x80D23F Leaving target processor paused My SDRAM, which is also the program and data memory, is at location 0x800000. I am using the DE2 board which has another bank of LEDs available. I have made sure all the pin assignments are correct. I have also made sure there is no address overlap between any components. This error occurs during download so I cannot debug my program to step through it and see what is going wrong at runtime. But, before that, the system generation in SOPC Builder, Compilation in Quartus and Building Project within Nios II IDE is smooth and no errors are returned. This is error occurs when the program downloads to the board. Any insights? I am using Quartus II 8.0, Nios II IDE 8.0 and DE2 Board. Thanks.