Ignore:
Timestamp:
Jan 15, 2009, 6:19:08 PM (15 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/IPs/systemC/shared/mapping_memory.h

    r98 r101  
    33
    44#  define TEXT_BASE            0x00000000
    5 #  define TEXT_SIZE            0x00002000
     5#  define TEXT_SIZE            0x01000000
    66
    77#  define DATA_CACHED_BASE     0x10000000
    8 #  define DATA_CACHED_SIZE     0x00001000
     8#  define DATA_CACHED_SIZE     0x10000000
    99
    10 #  define DATA_UNCACHED_BASE   0x40000000
    11 #  define DATA_UNCACHED_SIZE   0x00001000
     10#  define DATA_STACK_BASE      0x40000000
     11#  define DATA_STACK_SIZE      0x02000000
     12
     13#  define DATA_UNCACHED_BASE   0x80000000
     14#  define DATA_UNCACHED_SIZE   0x01000000
    1215
    1316#  define TTY_BASE             0xa0000000
Note: See TracChangeset for help on using the changeset viewer.