--- Quote Start ---
originally posted by queisser@Mar 15 2006, 02:31 PM
yes, what you describe is what happens. the build process adds a boot loader that's responsible for copying the segments to the correct memory locations and then jumping to that location. there's a boot loader specifically for the epcs.
you can look at the code of the bootloader(s) in your components directory, on my machine in c:\altera\kits\nios2_51\components\altera_nios2\sdk\src\boot_loader_sources)
andrew
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=13482)
--- quote end ---
--- Quote End ---
Thank you, I will look at that.