Forum Discussion
Altera_Forum
Honored Contributor
15 years agoCreating a hex-file
It cannot be that hard: I have a nios2 project (including onchip_ram with "Enable non-default initialization file" checked) that can be compiled to an elf-file. But i don't get any hex-file when...
Altera_Forum
Honored Contributor
14 years agoThis used to work, give it a try:
1) Go to your project explorer, right-click on your project. 2) select make targets -> build 3) in the pop-up window, choose mem_init_generate then click build 4) under your project folder, you will find mem_init subfolder 5) look inside to see if there is anything useful (should have hex file and qip file for Quartus) benc