Changes between Version 15 and Version 16 of SplitMsg


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

--

Legend:

Unmodified
Added
Removed
Modified
  • SplitMsg

    v15 v16  
    1212        'producer',
    1313        ports = { 'output' : MwmrOutput(32) },
    14         impl = [
     14        impls = [
    1515                SwTask('prod_func',
    1616                           stack_size = 2048,
     
    2424        'consumer',
    2525        ports = { 'input' : MwmrInput(32) },
    26         impl = [
     26        impls = [
    2727                SwTask('cons_func',
    2828                           stack_size = 2048,