Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
21605 Discussions

Verify falied between addresses

Altera_Forum
Honored Contributor II
1,197 Views

I am using onchip memory as my all of my stack heap data and program memories. When I try to run NIOS, I get error -  

 

Verifying 02220020 ( 0%) 

Verify failed between address 0x2220020 and 0x222FFFF 

Leaving target processor paused 

 

Till now I thought it was due to wrong reading from memories which are external (like SRAM, SDRAM etc), but in this case I am getting this error using onchip memory. Can someone help? 

P.S - I ran the same code on another similar custom board, and it ran successfully. Is there a hardware related problem in this board, which is causing this error? 

 

Thanks in advance.
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
472 Views

Are you sure the Reset signal to your SOPC system is connected and in the correct state? 

 

Are there any timing errors from Time Quest? Perhaps you could try a slower clock.
0 Kudos
Altera_Forum
Honored Contributor II
472 Views

1st suspicion is timing violations. 

2nd suspicion is make sure your BSP is in sync with your SoPC system. 

 

Jake
0 Kudos
Reply