Changeset 101 for trunk/IPs/systemC/shared
- Timestamp:
- Jan 15, 2009, 6:19:08 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/IPs/systemC/shared/mapping_memory.h
r98 r101 3 3 4 4 # define TEXT_BASE 0x00000000 5 # define TEXT_SIZE 0x0 00020005 # define TEXT_SIZE 0x01000000 6 6 7 7 # define DATA_CACHED_BASE 0x10000000 8 # define DATA_CACHED_SIZE 0x 000010008 # define DATA_CACHED_SIZE 0x10000000 9 9 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 12 15 13 16 # define TTY_BASE 0xa0000000
Note: See TracChangeset
for help on using the changeset viewer.