URL
https://opencores.org/ocsvn/ao486/ao486/trunk
Show entire file |
Details |
Blame |
View Log
Rev 2 |
Rev 7 |
Line 35... |
Line 35... |
|
|
/*
|
/*
|
* Linker defined symbols.
|
* Linker defined symbols.
|
*/
|
*/
|
|
|
extern void __flash_rwdata_start;
|
extern alt_u32 __flash_rwdata_start;
|
extern void __ram_rwdata_start;
|
extern alt_u32 __ram_rwdata_start;
|
extern void __ram_rwdata_end;
|
extern alt_u32 __ram_rwdata_end;
|
extern void __flash_rodata_start;
|
extern alt_u32 __flash_rodata_start;
|
extern void __ram_rodata_start;
|
extern alt_u32 __ram_rodata_start;
|
extern void __ram_rodata_end;
|
extern alt_u32 __ram_rodata_end;
|
extern void __flash_exceptions_start;
|
extern alt_u32 __flash_exceptions_start;
|
extern void __ram_exceptions_start;
|
extern alt_u32 __ram_exceptions_start;
|
extern void __ram_exceptions_end;
|
extern alt_u32 __ram_exceptions_end;
|
|
|
/*
|
/*
|
* alt_load() is called when the code is executing from flash. In this case
|
* alt_load() is called when the code is executing from flash. In this case
|
* there is no bootloader, so this application is responsible for loading to
|
* there is no bootloader, so this application is responsible for loading to
|
* RAM any sections that are required.
|
* RAM any sections that are required.
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.