Forum Discussion
Altera_Forum
Honored Contributor
16 years ago"I think that the offset information in .flash file is determined by the user's configuration when programming the bitstream file into flash."
YES and NO. Some pieces of code have to be programmed into certain locations in your flash device, such as the boot loader. Their addresses are specified in the sopc builder. However, you can place other pieces of code anywhere else as long as they run the way you want. They depend on your application and how you want them to run.