Forum Discussion
4 Replies
- Altera_Forum
Honored Contributor
Yes, for the debug you can use the "In system memory editor" described here : http://www.altera.com/literature/hb/qts/qts_qii53012.pdf
You select the target memory, then import relevant data file and write it to the embedded RAM and it's done ! - Altera_Forum
Honored Contributor
Too bad that method doesn't support Nios II on-chip memory and only works on certain megafunctions. Are there other ways?
- Altera_Forum
Honored Contributor
Originally from http://www.alteraforum.com/forum/showpost.php?p=22783&postcount=7
quartus_cdb --update_mif <your quartus project name>.qpf quartus_asm <your quartus project name>.qpf Will generate new programming files with up to date memory initialization files. - Altera_Forum
Honored Contributor
this should be the same as going to Processing => Update Memory Initialization File, then running the Assembler (if you're a GUI user).