Changeset 327


Ignore:
Timestamp:
Jun 10, 2014, 2:32:56 PM (10 years ago)
Author:
alain
Message:

Change "tsarmap" tool name to "genmap"

Location:
soft/giet_vm
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/Makefile

    r326 r327  
    182182
    183183### mapping generation: map.bin / map.xml / hard_config.h / giet_vsegs.ld
    184 map.bin: $(ARCH)/genmap.py  $(APP)/$(APP).py
    185         giet_python/tsarmap --arch=$(ARCH) --x=$(X) --y=$(Y) --p=$(P) --giet=. --$(APP) --xml=.
    186 
    187 hard_config.h: $(ARCH)/genmap.py $(APP)/$(APP).py 
    188         giet_python/tsarmap --arch=$(ARCH) --x=$(X) --y=$(Y) --p=$(P) --giet=. --$(APP) --xml=.
    189 
    190 giet_vsegs.ld: $(ARCH)/genmap.py $(APP)/$(APP).py 
    191         giet_python/tsarmap --arch=$(ARCH) --x=$(X) --y=$(Y) --p=$(P) --giet=. --$(APP) --xml=.
     184map.bin hard_config.h giet_vsegs.ld: $(ARCH)/genmap.py  $(APP)/$(APP).py
     185        giet_python/genmap --arch=$(ARCH) --x=$(X) --y=$(Y) --p=$(P) --giet=. --$(APP) --xml=.
    192186
    193187### drivers compilation
  • soft/giet_vm/giet_python/mapping.py

    r326 r327  
    779779
    780780        # build string
    781         s =  '/* Generated by tsarmap for %s */\n'  % self.name
     781        s =  '/* Generated by genmap for %s */\n'  % self.name
    782782        s += '\n'
    783783
     
    10861086
    10871087        # build string
    1088         s =  '/* Generated by tsarmap for %s */\n'  % self.name   
     1088        s =  '/* Generated by genmap for %s */\n'  % self.name   
    10891089        s += '\n'
    10901090        s += '#ifndef HARD_CONFIG_H\n'
     
    15771577                                   # used for almos configuration 
    15781578        # header
    1579         s =  '# arch.info file generated by tsarmap for %s\n' % self.name
     1579        s =  '# arch.info file generated by genmap for %s\n' % self.name
    15801580        s += '\n'
    15811581        s += '[HEADER]\n'
Note: See TracChangeset for help on using the changeset viewer.