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

Subversion Repositories minsoc

[/] [minsoc/] [branches/] [rc-1.0/] [backend/] [std/] [orp.ld] - Diff between revs 2 and 64

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

Rev 2 Rev 64
Line 1... Line 1...
/*
 
MEMORY
 
        {
 
        vectors : ORIGIN = 0x00000000, LENGTH = 0x00002000
 
        flash   : ORIGIN = 0x04000000, LENGTH = 0x00200000
 
        ram     : ORIGIN = 0x00002000, LENGTH = 0x001fe000
 
        icm     : ORIGIN = 0x00800000, LENGTH = 0x00004000
 
        }
 
 */
 
MEMORY
MEMORY
        {
        {
        reset   : ORIGIN = 0x00000000, LENGTH = 0x00000200
        reset   : ORIGIN = 0x00000000, LENGTH = 0x00000200
        vectors : ORIGIN = 0x00000200, LENGTH = 0x00001000
        vectors : ORIGIN = 0x00000200, LENGTH = 0x00001000
    ram     : ORIGIN = 0x00001200, LENGTH = 0x00006E00  /*0x8000 total*/
    ram     : ORIGIN = 0x00001200, LENGTH = 0x00006E00  /*0x8000 total*/

powered by: WebSVN 2.1.0

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