Altera_Forum
Honored Contributor
17 years ago8-bit progam memory problem
I have a Nios II, Quartus 8.1 project running on a board with 8-bit wide external SRAM.
If I load the program to on-chip memory it runs correctly and is able to do a memory test of the SRAM without problems. If I try to load the program to external SRAM I get "verify failed". I connected a logic analyzer to the SRAM pins and I discovered that the program downloader is only writing and reading back 50 bytes and the program is 200 bytes long. I suspect it thinks the memory is 32-bit wide. What am I missing here? I am using an Avalon tri-state bridge to interface with the memory.