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

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_47/] [or1ksim/] [testbench/] [cache.ld] - Diff between revs 956 and 970

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 956 Rev 970
Line 1... Line 1...
MEMORY
MEMORY
        {
        {
        except : ORIGIN = 0x00000000, LENGTH = 0x00002000
        except : ORIGIN = 0x00000000, LENGTH = 0x00002000
        ram    : ORIGIN = 0x00002000, LENGTH = 0x00200000-0x2000
        flash  : ORIGIN = 0xf0000000, LENGTH = 0x00200000
 
        ram    : ORIGIN = 0x00002000, LENGTH = 0x001fe000
        }
        }
 
 
SECTIONS
SECTIONS
{
{
      .except :
      .reset :
        {
        {
        *(.except)
        *(.reset)
        } > except
         _src_beg = .;
 
        } > flash
      .text :
      .text :
 
        AT ( ADDR (.reset) + SIZEOF (.reset) )
        {
        {
 
        _dst_beg = .;
        *(.text)
        *(.text)
        *(.rodata)
 
         _src_beg = .;
 
        } > ram
        } > ram
      .data :
      .data :
 
        AT ( ADDR (.reset) + SIZEOF (.reset) + SIZEOF (.text) )
        {
        {
        *(.data)
        *(.data)
        _dst_beg = .;
        *(.rodata)
        _dst_end = .;
        _dst_end = .;
        } > ram
        } > ram
      .bss :
      .bss :
        {
        {
        *(.bss)
        *(.bss)

powered by: WebSVN 2.1.0

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