kh99
New Contributor
9 months ago19.1 Nios II firmware and hardware ported from 15.1 external sram self test fails
Cyclone V FPGA and Nios II firmware source originally developed and working on Quartus 15.1 has been ported to Quartus 19.1.
A firmware loader executing from parallel flash writes and reads patterns to verify 1MB of sram before moving the firmware application to sram and jumping to it. This works in the 15.1 implementation.
This sram self test doesn't work in the 19.1 implementation (it appears the Nios II gets stuck) if testing the full 1MB of sram. The self test works if starting at an offset of approximately 10K bytes from the beginning of sram and going to the end of sram.
Has anyone else seen this issue and has information on what might be causing it?