Project

General

Profile

« Previous | Next » 

Revision 2d37a1e1

Added by Pierre-Loïc Garoche over 6 years ago

Renaminig lustre contracts from ensures to guarantees
Will require the latest cocospec branch to compile (before it is integrated in the unstable/master branches)

View differences:

regression_tests/lustre_files/success/kind_fmcad08/memory1/FIREFLY_rt.lus
72 72

  
73 73
tel
74 74

  
75
--@ ensures OK;
76 75
node top(e1, e2, e3, e4, e5, e6, e7, e8 : bool; i_invalid : int) 
77 76
	returns( OK : bool );
77
--@ contract guarantees OK;
78 78
    var invalid, dirty, exclusive, shared : int;
79 79
        RT, A1, A2 : bool;
80 80
        env : bool;

Also available in: Unified diff