Forum Discussion
Altera_Forum
Honored Contributor
21 years agopre-initialized onchip memory
I have a design that uses several onchip memories. To keep it simple here, say I have: main_memory & my_init_memory. Naturally, the main_memory is the code space for my Nios II processor, and ...
Altera_Forum
Honored Contributor
21 years agoI strongly agree that 'my_init_array' needs to be used in order to have it remain, and not fill with zeros.
What I am looking for is a way to get the compiler to not run -> 'Post-processing to create my_init_memory.hex', because this will overwrite my already existing file: my_init_memory.hex that I have created using the Quartus II hex editor. Anyone have any suggestions? Thanks, -Terry