Search:
Login
About Trac
Help/Guide
Preferences
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 2
and
Version 3
of
SplitMsg
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
Feb 2, 2007, 6:56:43 PM (
18 years
ago)
Author:
Nicolas Pouillon
Comment:
Parties
Legend:
Unmodified
Added
Removed
Modified
SplitMsg
v2
v3
15
15
from dsx import *
16
16
17
# Partie 1
17
18
producer_model = TaskModel(
18
19
'producer',
…
…
33
34
] )
34
35
36
# Partie 2
35
37
fifo0 = Mwmr('fifo0', 4, 4)
36
38
…
…
42
44
)
43
45
46
# Partie 3
44
47
posix = Posix()
45
48
tcg.generate(posix)