Forum Discussion
Altera_Forum
Honored Contributor
14 years agoI would build the SOPC system and then generated the appropriate ROM based upon your code. Once you compile your code, you can then make targets for each of your memory components. After generating the initialization files for your software, you can then generate your programming file, which will contain your compiled program. If you want to change the contents of the code, then you will need to recompile your code and regenerate your program files.
If you want to modify the program after it start, this will not acheive that goal. BTW, how do you plan to load the new program? Which interface will you use to get the data into the chip?