Changeset 371


Ignore:
Timestamp:
Jul 31, 2014, 9:47:20 PM (10 years ago)
Author:
alain
Message:

Removing the hard_config.h file replication.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_python/genmap

    r338 r371  
    134134print '[genmap] platform %s build' % mapping.name
    135135
    136 # generate the hard_confi.h file for top.cpp compilation
    137 pathname = arch_path + '/hard_config.h'
    138 f = open ( pathname, 'w' )
    139 f.write( mapping.hard_config() )
    140 print '[genmap] %s generated' % pathname
    141 
    142136######################################################################################
    143137#   complete mapping with application(s) as required
Note: See TracChangeset for help on using the changeset viewer.