Changeset 610 for soft/giet_vm/applications/convol
- Timestamp:
- Jul 14, 2015, 5:02:32 PM (10 years ago)
- File:
- 
          - 1 edited
 
 - 
          soft/giet_vm/applications/convol/convol.py (modified) (2 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
        soft/giet_vm/applications/convol/convol.pyr589 r610 54 54 mapping.addVseg( vspace, 'conv_data', data_base , data_size, 55 55 'C_WU', vtype = 'ELF', x = 0, y = 0, pseg = 'RAM', 56 binpath = 'b uild/convol/appli.elf',56 binpath = 'bin/convol/appli.elf', 57 57 local = False ) 58 58 … … 67 67 mapping.addVseg( vspace, 'conv_code_%d_%d' % (x,y), base, size, 68 68 'CXWU', vtype = 'ELF', x = x , y = y , pseg = 'RAM', 69 binpath = 'b uild/convol/appli.elf',69 binpath = 'bin/convol/appli.elf', 70 70 local = True ) 71 71 
Note: See TracChangeset
          for help on using the changeset viewer.
      ![(please configure the [header_logo] section in trac.ini)](/trac/giet-vm/chrome/site/your_project_logo.png)
