Altera_Forum
Honored Contributor
15 years agoVerify failed between adress xxxx and xxxx (corresponds to SSRAM adress)
Hi all,
I am using Cyclone III NEEK NIOS II development kit. I have created a project by using VIP suite components and drive the lcd on the board which has a resolution 800x480. Then I want to drive another lcd which has resolution 800x600.I have used the same system which I have used for 800x480.Only changed the scaler part and clocked video output part according to 800x600 resolution. However when I have compiled the program in eclipse, I came across the problem which says "verify failed between adress xxxxx and xxxxxx". This adress map corresponds to ssram. I couldn't understand why these error occurs. I have exactly using the same code as before. Code size is the same. I am using ssram for exception memory of cpu and .bss,.rodata,.rwdata,.heap,.stack and .text region as I have used in previos case. I did not see any error before, however now I see although there is no difference except the resolution. What can be the reason for that error? Can anyone help me please?