Revision 2d37a1e1
Added by Pierre-Loïc Garoche over 6 years ago
regression_tests/lustre_files/success/kind_fmcad08/memory1/FIREFLY_a3_e3_314_e2_2812.lus | ||
---|---|---|
63 | 63 |
if(e8) then if(garde8) then pre shared + pre exclusive + 1 else pre shared else |
64 | 64 |
pre shared; |
65 | 65 |
tel |
66 |
--@ ensures OK; |
|
67 | 66 |
node top(e1, e2, e3, e4, e5, e6, e7, e8 : bool; i_invalid : int) |
68 | 67 |
returns( OK : bool ); |
68 |
--@ contract guarantees OK; |
|
69 | 69 |
var invalid, dirty, exclusive, shared : int; |
70 | 70 |
R4, A1, A2, A3 : bool; |
71 | 71 |
procs : int; |
Also available in: Unified diff
Renaminig lustre contracts from ensures to guarantees
Will require the latest cocospec branch to compile (before it is integrated in the unstable/master branches)