Forum Discussion
JohnT_Altera
Regular Contributor
5 years agoHi,
I have check with engineering, unfortunately there is no way to implement it into the Nios II as the "make mem_init_generate" is automated from the tools.
I would recommend you to use Quartus to modify it.
- Open the Hex file and use the default word size
- Highlight by dragging the starting location to the end location that you would like to modify
- Right click on the highlighted cell and select "Fill cells with 1's"
- Save the file
- Naji_Naufel_Arrow5 years ago
Occasional Contributor
Thank you. I will try it.