Changeset 825 for soft/giet_vm/applications/sort/sort.py
- Timestamp:
- Jan 5, 2017, 9:46:21 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/applications/sort/sort.py
r718 r825 88 88 89 89 mapping.addVseg( vspace, 'sort_heap_%d_%d' % (x,y), base, size, 90 'C_WU', vtype = ' BUFFER', x = x, y = y, pseg = 'RAM',90 'C_WU', vtype = 'HEAP', x = x, y = y, pseg = 'RAM', 91 91 local = False, big = True ) 92 92
Note: See TracChangeset
for help on using the changeset viewer.