Changeset 610 for soft/giet_vm/applications/sort
- Timestamp:
- Jul 14, 2015, 5:02:32 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/applications/sort/sort.py
r589 r610 50 50 mapping.addVseg( vspace, 'sort_data', data_base , data_size, 51 51 'C_WU', vtype = 'ELF', x = 0, y = 0, pseg = 'RAM', 52 binpath = 'b uild/sort/appli.elf',52 binpath = 'bin/sort/appli.elf', 53 53 local = False ) 54 54 … … 61 61 mapping.addVseg( vspace, 'sort_code', code_base , code_size, 62 62 'CXWU', vtype = 'ELF', x = x, y = y, pseg = 'RAM', 63 binpath = 'b uild/sort/appli.elf',63 binpath = 'bin/sort/appli.elf', 64 64 local = True ) 65 65
Note: See TracChangeset
for help on using the changeset viewer.