Changeset 371 for soft/giet_vm/giet_python
- Timestamp:
- Jul 31, 2014, 9:47:20 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/giet_python/genmap
r338 r371 134 134 print '[genmap] platform %s build' % mapping.name 135 135 136 # generate the hard_confi.h file for top.cpp compilation137 pathname = arch_path + '/hard_config.h'138 f = open ( pathname, 'w' )139 f.write( mapping.hard_config() )140 print '[genmap] %s generated' % pathname141 142 136 ###################################################################################### 143 137 # complete mapping with application(s) as required
Note: See TracChangeset
for help on using the changeset viewer.