Forum Discussion
Altera_Forum
Honored Contributor
20 years agoHow consolidate RBF-file with program for NIOS
Hello It is my first post on this forum, so sorry if I select wrong place. I have problem with auto-boot on Stratix. I build project in Quartus and result of this work is RBF file. But when I...
Altera_Forum
Honored Contributor
20 years agoHi gkarpiel,
> My program is running from on-chip MEMORY ROM/RAM, > so Is it possible? Yes. On chip memory components are initialized from the contents of a .hex file. For example, if you have an on chip rom component named "irom", Quartus will look for a file named "irom.hex" by default -- you can look in your ptf file to see the name. You can use elf2hex to generate the file ... although I believe the IDE can do it automatically for you (I always do these tasks via command line). Regards, --Scott