lustrec-tests/regression_tests/lustre_files/success/Simulink/src_ref_subsystem_sub_test/ref_subsystem_sub_test.lus @ 8451150a
1 |
-- This file has been generated by cocoSim
|
---|---|
2 |
|
3 |
|
4 |
-- System nodes
|
5 |
node ref_subsystem_sub_test (In1_1_1 : real) |
6 |
returns (Out1_1_1 : real); |
7 |
var
|
8 |
Product_1_1 : real; |
9 |
i_virtual_local : real; |
10 |
let
|
11 |
Product_1_1 = In1_1_1 * In1_1_1; |
12 |
Out1_1_1 = Product_1_1; |
13 |
i_virtual_local= 0.0 -> 1.0; |
14 |
tel
|
15 |
|