Index: trunk/IPs/systemC/shared/mapping_memory.h
===================================================================
--- trunk/IPs/systemC/shared/mapping_memory.h	(revision 98)
+++ trunk/IPs/systemC/shared/mapping_memory.h	(revision 101)
@@ -3,11 +3,14 @@
 
 #  define TEXT_BASE            0x00000000
-#  define TEXT_SIZE            0x00002000
+#  define TEXT_SIZE            0x01000000
 
 #  define DATA_CACHED_BASE     0x10000000
-#  define DATA_CACHED_SIZE     0x00001000
+#  define DATA_CACHED_SIZE     0x10000000
 
-#  define DATA_UNCACHED_BASE   0x40000000
-#  define DATA_UNCACHED_SIZE   0x00001000
+#  define DATA_STACK_BASE      0x40000000
+#  define DATA_STACK_SIZE      0x02000000
+
+#  define DATA_UNCACHED_BASE   0x80000000
+#  define DATA_UNCACHED_SIZE   0x01000000
 
 #  define TTY_BASE             0xa0000000
