Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
verimag
synchrone
lustre-v6
Commits
0d115bc2
Commit
0d115bc2
authored
Dec 02, 2019
by
erwan
Browse files
Build: fix warning related to unattached comment, as dune 2.0 generates an error for those
parent
19e29bfe
Pipeline
#32841
failed with stages
in 1 minute and 10 seconds
Changes
7
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
arduino/led_puzzle/Makefile
View file @
0d115bc2
...
...
@@ -90,4 +90,4 @@ USR_INCLS=-I./objs
./objs/mycode_puzzle.cpp
:
led.lus
cd
./objs
;
lv6 ../led.lus
-n
arduino_puzzle
-2c
;
mv
arduino_puzzle_arduino_puzzle.c arduino_puzzle_arduino_puzzle.cpp
include
ArduinoMega.mk
#
include ArduinoMega.mk
arduino/led_puzzle/notes.org
View file @
0d115bc2
...
...
@@ -19,7 +19,7 @@ make p1 : model-checking avec lesar
nb a propos de la preuve : parité versus exploration exhaustive
file
file
:led.pdf
* Idées en vrac
** Compter en binaire
...
...
bin/l2lAliasType.ml
View file @
0d115bc2
(* Time-stamp: <modified the
14/01
/201
6
(at 1
0:40
) by Erwan Jahier> *)
(* Time-stamp: <modified the
02/12
/201
9
(at 1
4:27
) by Erwan Jahier> *)
(**
Source 2 source transformation :
...
...
@@ -21,7 +21,7 @@ let doit (inp : LicPrg.t) : LicPrg.t =
let
atab
=
Hashtbl
.
create
10
in
let
res
=
ref
inp
in
(*
*
UTILE : nommage des alias d'array *)
(* UTILE : nommage des alias d'array *)
let
array_ident
ty
sz
=
let
tid
=
Lic
.
ident_of_type
ty
in
let
sfx
=
Printf
.
sprintf
"%s_%d"
(
snd
tid
)
sz
in
...
...
@@ -29,7 +29,7 @@ let doit (inp : LicPrg.t) : LicPrg.t =
id
in
(*
*
UTILE : cherche/crée un alias de type *)
(* UTILE : cherche/crée un alias de type *)
let
rec
alias_type
te
=
match
te
with
|
Array_type_eff
(
ty
,
sz
)
->
(
...
...
@@ -69,7 +69,7 @@ let doit (inp : LicPrg.t) : LicPrg.t =
|
_
->
te
in
(*
*
TRAITE LES TYPES *)
(* TRAITE LES TYPES *)
let
do_type
k
te
=
let
te'
=
match
te
with
|
Array_type_eff
(
t
,
sz
)
->
Array_type_eff
(
alias_type
t
,
sz
)
...
...
@@ -86,7 +86,7 @@ let doit (inp : LicPrg.t) : LicPrg.t =
in
LicPrg
.
iter_types
do_type
inp
;
(*
*
TRAITE LES CONSTANTES *)
(* TRAITE LES CONSTANTES *)
let
do_const
k
ec
=
let
ec'
=
match
ec
with
|
Extern_const_eff
(
i
,
te
)
->
...
...
@@ -112,7 +112,7 @@ let doit (inp : LicPrg.t) : LicPrg.t =
in
LicPrg
.
iter_consts
do_const
inp
;
(*
*
TRAITE LES NOEUDS *)
(* TRAITE LES NOEUDS *)
let
do_node
k
en
=
(* n.b. les Lic.type_ apparraissent uniquement dans les var infos *)
let
do_var
vi
=
...
...
dune-project
View file @
0d115bc2
(lang dune
1.11
)
(lang dune
2.0
)
lustre-v6.install
deleted
100644 → 0
View file @
19e29bfe
This diff is collapsed.
Click to expand it.
lv6-ref-man/lv6-ref-man.pdf
View file @
0d115bc2
No preview for this file type
test/lus2lic.sum
View file @
0d115bc2
==> lus2lic0.sum <==
Test run by jahier on
Wed Oct
9
1
5:40:39
Test run by jahier on
Mon Dec
2
1
4:30:17
Native configuration is x86_64-pc-linux-gnu
=== lus2lic0 tests ===
...
...
@@ -66,7 +66,7 @@ XFAIL: Test bad programs (assert): test_lus2lic_no_node should_fail/assert/lecte
XFAIL: Test bad programs (assert): test_lus2lic_no_node should_fail/assert/s.lus
==> lus2lic1.sum <==
Test run by jahier on
Wed Oct
9
1
5:40:40
Test run by jahier on
Mon Dec
2
1
4:30:18
Native configuration is x86_64-pc-linux-gnu
=== lus2lic1 tests ===
...
...
@@ -409,7 +409,7 @@ PASS: sh multipar.sh
PASS: /home/jahier/lus2lic/test/../utils/compare_exec_and_2c multipar.lus {}
==> lus2lic2.sum <==
Test run by jahier on
Wed Oct
9
1
5:41:09
Test run by jahier on
Mon Dec
2
1
4:30:43
Native configuration is x86_64-pc-linux-gnu
=== lus2lic2 tests ===
...
...
@@ -749,7 +749,7 @@ PASS: sh zzz2.sh
PASS: /home/jahier/lus2lic/test/../utils/compare_exec_and_2c zzz2.lus {}
==> lus2lic3.sum <==
Test run by jahier on
Wed Oct
9
1
5:41:40
Test run by jahier on
Mon Dec
2
1
4:31:14
Native configuration is x86_64-pc-linux-gnu
=== lus2lic3 tests ===
...
...
@@ -1259,7 +1259,7 @@ PASS: /home/jahier/lus2lic/test/../utils/test_lus2lic_no_node multipar.lus {}
==> lus2lic4.sum <==
Test run by jahier on
Wed Oct
9
1
5:42:19
Test run by jahier on
Mon Dec
2
1
4:31:54
Native configuration is x86_64-pc-linux-gnu
=== lus2lic4 tests ===
...
...
@@ -1777,13 +1777,13 @@ PASS: /home/jahier/lus2lic/test/../utils/test_lus2lic_no_node zzz2.lus {}
===============================
# Total number of failures: 15
lus2lic0.log:testcase ./lus2lic.tests/test0.exp completed in 1 seconds
lus2lic1.log:testcase ./lus2lic.tests/test1.exp completed in 2
9
seconds
lus2lic1.log:testcase ./lus2lic.tests/test1.exp completed in 2
5
seconds
lus2lic2.log:testcase ./lus2lic.tests/test2.exp completed in 31 seconds
lus2lic3.log:testcase ./lus2lic.tests/test3.exp completed in
39
seconds
lus2lic4.log:testcase ./lus2lic.tests/test4.exp completed in 1
5
seconds
lus2lic3.log:testcase ./lus2lic.tests/test3.exp completed in
40
seconds
lus2lic4.log:testcase ./lus2lic.tests/test4.exp completed in 1
6
seconds
* Ref time:
60.
67
user 20.
82
system 1:5
4.22
elapsed 71%CPU (0avgtext+0avgdata 28
3180
maxresident)k
0inputs+14
1488
outputs (0major+11
037451
minor)pagefaults 0swaps
60.
83
user 20.
19
system 1:5
3.37
elapsed 71%CPU (0avgtext+0avgdata 28
4112
maxresident)k
0inputs+14
3424
outputs (0major+11
159217
minor)pagefaults 0swaps
* Quick time (-j 4):
76.76
user 2
4.63
system 1:1
2.82
elapsed 1
39
%CPU (0avgtext+0avgdata 2832
84
maxresident)k
2040
inputs+1
3839
2outputs (
0
major+1
0828391
minor)pagefaults 0swaps
69.13
user 2
2.06
system 1:1
4.18
elapsed 1
22
%CPU (0avgtext+0avgdata 28
41
32maxresident)k
10592
inputs+1
4195
2outputs (
5
major+1
1074425
minor)pagefaults 0swaps
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment