Devin2
New Contributor
2 years agoNIOS II Memory Initialization File Depth
Hello, I have software written in C in Nios II to be combined with some hardware design done in Quartus. I generated a memory initialization file (.hex) through the "Make Targets" tool in my Nios project, and then combined it with the .sof file I generated through compilation in Quartus using the "Convert Programming Files" tool. When I do this, however, I get a critical warning message (ID: 18094) in the prompt window saying that the memory initialization file I created has a depth less than that of flash memory. Is this saying that the software I wrote is too large? Is the flash memory depth adjustable or is this a physical limit I reached on my device? Thanks in advance for the help.