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