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/memory2/MESI_all.lus
54 54

  
55 55
tel
56 56

  
57
--@ ensures OK;
58 57
node top( etat_me1, etat_me2, etat_me3, etat_me4 : bool )
59 58
returns ( OK : bool );
59
--@ contract guarantees OK;
60 60
    var modified_me, exclusive_me, shared_me, invalid_me : int;
61 61
        env : bool;
62 62
let

Also available in: Unified diff