Ignore:
Timestamp:
Jan 15, 2009, 6:19:08 PM (16 years ago)
Author:
rosiere
Message:

1) Add soc test
2) fix bug (Pc management, Decod and execute, Update prediction ...)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Softwares/Common/ldscript/or32.ld

    r88 r101  
    66
    77/*
    8  * Memory Mapping
     8 * Memory Mapping : cf ${MORPHEO_TOPLEVEL}/IPs/systemC/shared/mapping_memory.h
    99 */
    1010
     
    1313        iram     : ORIGIN = 0x00000000, LENGTH = 0x01000000
    1414        dram     : ORIGIN = 0x10000000, LENGTH = 0x10000000
    15         dram_unc : ORIGIN = 0x40000000, LENGTH = 0x01000000
     15        dram_unc : ORIGIN = 0x80000000, LENGTH = 0x01000000
    1616}
    1717
     
    2020 * grows down.
    2121 */
    22 PROVIDE (_stack       = 0x52000000 - 4);
    23 PROVIDE (__stack      = 0x52000000 - 4);
     22PROVIDE (_stack       = 0x42000000 - 4);
    2423PROVIDE (_stack_alloc = 0x00500000    );
    2524PROVIDE (_tty         = 0xa0000000    );
     25PROVIDE (_ramlock     = 0xb0000000    );
     26PROVIDE (_sim2os      = 0xc0000000    );
    2627
    2728SECTIONS
Note: See TracChangeset for help on using the changeset viewer.