Ignore:
Timestamp:
Aug 26, 2014, 4:11:33 PM (10 years ago)
Author:
cfuguet
Message:

genmap: importing dynamically the applications module

  • Adding option in the genmap script to only generate the hard_config.h file.
  • Importing dynamically the applications module to avoid errors when these modules are not needed and then not defined.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/convol/convol.py

    r384 r401  
    9999            for p in xrange( procs_max ):
    100100                trdid = (((x * y_size) + y) * procs_max) + p
    101                 mapping.addTask( vspace, 'sort_%d_%d_%d' % (x,y,p), trdid, x, y, p,
     101                mapping.addTask( vspace, 'conv_%d_%d_%d' % (x,y,p), trdid, x, y, p,
    102102                                 'conv_stack_%d_%d_%d' % (x,y,p),
    103103                                 'conv_heap_%d_%d' % (x,y), 0 )
Note: See TracChangeset for help on using the changeset viewer.