Changes between Version 2 and Version 3 of SplitMsg


Ignore:
Timestamp:
Feb 2, 2007, 6:56:43 PM (17 years ago)
Author:
Nicolas Pouillon
Comment:

Parties

Legend:

Unmodified
Added
Removed
Modified
  • SplitMsg

    v2 v3  
    1515from dsx import *
    1616
     17# Partie 1
    1718producer_model = TaskModel(
    1819        'producer',
     
    3334        ] )
    3435
     36# Partie 2
    3537fifo0 = Mwmr('fifo0', 4, 4)
    3638
     
    4244        )
    4345
     46# Partie 3
    4447posix = Posix()
    4548tcg.generate(posix)