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

Subversion Repositories or1k

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 621 to Rev 622
    Reverse comparison

Rev 621 → Rev 622

/trunk/or1ksim/testbench/cache.ld
0,0 → 1,33
MEMORY
{
except : ORIGIN = 0x00000000, LENGTH = 0x00002000
ram : ORIGIN = 0x00002000, LENGTH = 0x00200000-0x2000
}
SECTIONS
{
.except :
{
*(.except)
} > except
.text :
{
*(.text)
_src_beg = .;
} > ram
.data :
{
*(.data)
_dst_beg = .;
_dst_end = .;
} > ram
.bss :
{
*(.bss)
} > ram
.stack ALIGN(0x10) (NOLOAD):
{
*(.stack)
_ram_end = .;
} > ram
}
trunk/or1ksim/testbench/cache.ld Property changes : Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property

powered by: WebSVN 2.1.0

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