Altera_Forum
Honored Contributor
15 years agoVHDL modulo operator causes "Nios Verify failed" - But why?
Hello,
I have curious problem... In my design I have a TSE which is feed by my own VHDL logic. Further there is a Nios which configures TSE. That's it. Everything works fine. BUT, when adding a modulo operation like a := b mod c; Eclipse says "Verify failed between address 0x40000 and 0x4FFFF" during programming. When removing and replacing this modulo operation with simple logic, everything works fine again. I can't understand this, because my own VHDL logic has now memory mapped interface. So there isn't any relationship between my own VHDL logic and the OnChip-Memory 0x40000 to 0x4FFFF. Does anybody has any idea??? Thanks for really every hint...