I am currently working on a project which requires running software on the Nios II soft processor and also uses a custom made FFT core. Ideally I would like to be able to store the Nios II code and the twiddle factor coefficients in the on-board SDRAM but am unsure of how to view or modify what gets written to the memory aside from the binary elf file. So far I have followed these tutorials:
"Using the SDRAM on Intel's DE0-Nano Board with Verilog Designs"
"https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/hb/nios2/n2sw_nii52014.pdf" (Getting Started from the Command Line)
I've additionally looked into the "In-System Updating of Memory and Constants," but don't know if it is useful to this situation:
Any redirection or help would be greatly appreciated thank you!
Link Copied
For more complete information about compiler optimizations, see our Optimization Notice.