Changes between Version 8 and Version 9 of DsxTaskModel


Ignore:
Timestamp:
Mar 10, 2009, 5:48:06 PM (15 years ago)
Author:
Nicolas Pouillon
Comment:

impls

Legend:

Unmodified
Added
Removed
Modified
  • DsxTaskModel

    v8 v9  
    2525        'tg',
    2626        ports = {'output': MwmrOutput(32)},
    27         impl = [ SwTask( 'tg',
     27        impls = [ SwTask( 'tg',
    2828                         stack_size = 4096,
    2929                         sources = [ 'src/tg_posix.c' ],
     
    4747        'tg',
    4848        ports = {'output': MwmrOutput(32)},
    49         impl = [ SwTask( 'tg',
     49        impls = [ SwTask( 'tg',
    5050                         stack_size = 4096,
    5151                         sources = [ 'src/tg_posix.c' ] )
     
    6666        ports = {'output': MwmrOutput(64),
    6767                 'input': MwmrInput(256)},
    68         impl = [ SwTask( 'idct',
     68        impls = [ SwTask( 'idct',
    6969                         stack_size = 1024,
    7070                         sources = [ 'src/idct.c' ] ),