Forum Discussion
Altera_Forum
Honored Contributor
14 years agoYou can also use your code to initialise the on-chip memory as part of the normal FPGA initialisation (via a .HEX file).
In this case the reset vector points directly into the on-chip memory. This saves the fpga resources used for the EPCS bootloader, but means that you can't restart the code without a full fpga reset.