1 |
4748b215
|
hbourbou
|
(* Generated Lustre Interface file from BusSelector4_PP.LUSTREC.lus *)
|
2 |
|
|
(* by Lustre-C compiler version 1.7-888-@GITBRANCH@, 2018/11/4, 20:21:58 *)
|
3 |
|
|
(* Feel free to mask some of the definitions by removing them from this file. *)
|
4 |
|
|
|
5 |
|
|
node _make_clock (period: int;
|
6 |
|
|
phase: int) returns (clk: bool);
|
7 |
|
|
|
8 |
|
|
node BusSelector4_PP (InBus_1_BusElem1: real;
|
9 |
|
|
InBus_1_BusElem2: real;
|
10 |
|
|
InBus_1_BusElem3: real;
|
11 |
|
|
InBus_1_BusElem4: real;
|
12 |
|
|
InBus_1_BusElem5: real;
|
13 |
|
|
InBus_1_BusElem6: real) returns (Out1_1: real;
|
14 |
|
|
Out2_1: real;
|
15 |
|
|
Out3_1: real;
|
16 |
|
|
Out4_1: real;
|
17 |
|
|
Out5_1: real;
|
18 |
|
|
Out6_1: real);
|
19 |
|
|
|