1
|
(* Generated Lustre Interface file from SYNAPSE_3_e7_425.lus *)
|
2
|
(* generated by Lustre-C compiler version 284, 2014/5/25, 15:2:10 *)
|
3
|
(* feel free to mask some of the nodes by removing them from this file. *)
|
4
|
|
5
|
node synapse (e_s1: bool; e_s2: bool; e_s3: bool; init_invalid_s: int) returns (invalid_s: int; valid_s: int; dirty_s: int; mem_init_s: int);
|
6
|
|
7
|
|
8
|
function excludes3 (X1: bool; X2: bool; X3: bool) returns (excludes: bool);
|
9
|
|
10
|
|
11
|
node Sofar (X: bool) returns (Sofar: bool);
|
12
|
|
13
|
|
14
|
node First (X: int) returns (First: int);
|
15
|
|
16
|
|
17
|
node top (e_s1: bool; e_s2: bool; e_s3: bool; init_invalid_s: int) returns (OK: bool);
|
18
|
|
19
|
|