Changeset 610 for soft/giet_vm/applications/transpose/transpose.py
- Timestamp:
- Jul 14, 2015, 5:02:32 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/applications/transpose/transpose.py
r589 r610 54 54 mapping.addVseg( vspace, 'trsp_data', data_base , data_size, 55 55 'C_WU', vtype = 'ELF', x = 0, y = 0, pseg = 'RAM', 56 binpath = 'b uild/transpose/appli.elf',56 binpath = 'bin/transpose/appli.elf', 57 57 local = False ) 58 58 … … 66 66 code_base , code_size, 67 67 'CXWU', vtype = 'ELF', x = x, y = y, pseg = 'RAM', 68 binpath = 'b uild/transpose/appli.elf',68 binpath = 'bin/transpose/appli.elf', 69 69 local = True ) 70 70
Note: See TracChangeset
for help on using the changeset viewer.