Changeset 679 for soft/giet_vm/applications/raycast/raycast.py
- Timestamp:
- Jul 29, 2015, 5:52:18 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/applications/raycast/raycast.py
r676 r679 30 30 31 31 heap_base = 0x60000000 32 heap_size = 0x00 008000 # 32 Kbytes32 heap_size = 0x00400000 # 4 Mbytes 33 33 34 34 # create vspace … … 52 52 local = False, big = True ) 53 53 54 # heap vseg (unused)54 # heap vseg 55 55 mapping.addVseg( vspace, 'raycast_heap', heap_base, heap_size, 56 56 'C_WU', vtype = 'BUFFER', x = 0 , y = 0 , pseg = 'RAM',
Note: See TracChangeset
for help on using the changeset viewer.