URL
https://opencores.org/ocsvn/s6soc/s6soc/trunk
[/] [s6soc/] [trunk/] [sw/] [dev/] [cmod.ld] - Diff between revs 12 and 20
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 12 |
Rev 20 |
Line 1... |
Line 1... |
/*******************************************************************************
|
/*******************************************************************************
|
*
|
*
|
* Filename: zipcmod.x
|
* Filename: cmod.ld
|
*
|
*
|
* Project: Cmod S6 ZipCPU demonstration
|
* Project: Cmod S6 ZipCPU demonstration
|
*
|
*
|
* Purpose: This script provides a description of the Cmod S6 Zip CPU
|
* Purpose: This script provides a description of the Cmod S6 Zip CPU
|
* build for the purposes of where to place memory when linking.
|
* build for the purposes of where to place memory when linking.
|
Line 44... |
Line 44... |
{
|
{
|
. = 0x0480000;
|
. = 0x0480000;
|
.rocode 0x0480000 : { *(.start) *(.text)
|
.rocode 0x0480000 : { *(.start) *(.text)
|
*(.rodata)
|
*(.rodata)
|
*(.strings) } > flash
|
*(.strings) } > flash
|
.data : { *(.data) *(COMMON) *(.bss) } > blkram
|
.data : { *(.fixdata) *(.data) *(COMMON) *(.bss) } > blkram
|
_top_of_heap = .;
|
_top_of_heap = .;
|
}
|
}
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.