OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [orpmon/] [ram.ld] - Blame information for rev 820

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 809 simons
MEMORY
2
        {
3
        vectors : ORIGIN = 0x00000000, LENGTH = 0x00002000
4
        ram     : ORIGIN = 0x00002000, LENGTH = 0x00200000 - 0x00002000
5
        }
6
 
7
SECTIONS
8
{
9
        .vectors :
10
        {
11 820 markom
        *(.crc)
12 809 simons
        *(.vectors)
13
        } > vectors
14
 
15
        .text :
16
        {
17
        *(.text)
18
        } > ram
19
 
20
        .data :
21
        {
22
        *(.data)
23
        } > ram
24
 
25
        .rodata :
26
        {
27
        *(.rodata)
28
        } > ram
29
 
30
        .bss :
31
        {
32
        *(.bss)
33
        } > ram
34
 
35
        .stack :
36
        {
37
        *(.stack)
38 817 simons
        _src_addr = .;
39 809 simons
        } > ram
40
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.