Ignore:
Timestamp:
Oct 4, 2014, 4:33:31 PM (10 years ago)
Author:
alain
Message:

1) Introduce the "applications" directory.
2) Introduce the fixed format (X_WIDTH / Y_WIDTH / P_WIDTH) for processor index in all applications.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_python/genmap

    r425 r432  
    128128map_sort      = options.sort        # map "sort" application if True
    129129map_convol    = options.convol      # map "convol" application if True
     130map_router    = options.router      # map "convol" application if True
    130131
    131132######################################################################################
     
    166167    print '[genmap] application "convol" loaded'
    167168
     169if ( map_router ):     
     170    app = __import__( 'router' )
     171    app.router( mapping )
     172    print '[genmap] application "router" loaded'
     173
    168174######################################################################################
    169175#   Generate xml file if required.
Note: See TracChangeset for help on using the changeset viewer.