Changeset 432 for soft/giet_vm/giet_python/genmap
- Timestamp:
- Oct 4, 2014, 4:33:31 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/giet_python/genmap
r425 r432 128 128 map_sort = options.sort # map "sort" application if True 129 129 map_convol = options.convol # map "convol" application if True 130 map_router = options.router # map "convol" application if True 130 131 131 132 ###################################################################################### … … 166 167 print '[genmap] application "convol" loaded' 167 168 169 if ( map_router ): 170 app = __import__( 'router' ) 171 app.router( mapping ) 172 print '[genmap] application "router" loaded' 173 168 174 ###################################################################################### 169 175 # Generate xml file if required.
Note: See TracChangeset
for help on using the changeset viewer.