- Apr 07, 2023
-
-
Pierre Loic Garoche authored
-
- Apr 15, 2022
-
-
BRUN Lelio authored
-
- Sep 20, 2021
-
-
BRUN Lelio authored
-
- Aug 25, 2021
-
-
BRUN Lelio authored
-
- Jul 29, 2021
-
-
BRUN Lelio authored
-
- Jun 30, 2021
-
-
BRUN Lelio authored
-
BRUN Lelio authored
-
- Jun 28, 2021
-
-
BRUN Lelio authored
-
- Jun 17, 2021
-
-
BRUN Lelio authored
-
- May 04, 2021
-
-
BRUN Lelio authored
-
- Feb 05, 2021
-
-
BRUN Lelio authored
-
- Nov 21, 2019
-
-
Pierre Loic Garoche authored
- Bugs in partial evaluation for equalities among bool constants and a nice recursive call generating a stack overflow! Now solved - Setup a timeout for z3 in seal - Better log for seal
-
- Apr 29, 2019
-
-
Guillaume DAVY authored
-
- Apr 19, 2019
-
-
Guillaume DAVY authored
we generate the transition pridicate but also the invariant. But two problems, occured. The first one is a visibility problem for the record which is private but must be public for ghost variable which have to be public for specifaction. The second problem is that the approache requires existential quantification for inputs and locals. It works for integers and boolean but not for floats. Some complex solution could be found like writing an iterator for floats, expanding all local variable and store all the required inputs in ghost variable.
-
- Apr 04, 2019
-
-
Guillaume DAVY authored
more simple.
-
- Mar 22, 2019
-
-
Guillaume DAVY authored
-
- Mar 21, 2019
-
-
Guillaume DAVY authored
- Correct the merge with lustrec-seal - Improve support for builtin function(still work to do) - Add generation of a gpr file for lib(without main). - Add var initialisation in the reset, still work to do.
-
- Mar 11, 2019
-
-
Guillaume DAVY authored
instance.
-
Guillaume DAVY authored
to the pp_file and all subfunction in adb generation we pass a list of typed instance which contains the submachines directly with the instance name and the substitution.
-
- Feb 25, 2019
-
-
Guillaume DAVY authored
-
- Feb 21, 2019
-
-
Guillaume DAVY authored
-
- Feb 20, 2019
-
-
Guillaume DAVY authored
package using it. It required a lot of refactoring.
-
- Feb 14, 2019
-
-
Guillaume DAVY authored
only if the main node option is given to lustrec. This feature implied some refactoring. Also added some OCaml Doc to undocummented functions.
-
- Feb 13, 2019
-
-
Guillaume DAVY authored
-
Guillaume DAVY authored
-
- Feb 12, 2019
-
-
Guillaume DAVY authored
-
- Feb 11, 2019
-
-
GARION Christophe authored
-
- Nov 08, 2018
-
-
Pierre Loic Garoche authored
-
- May 16, 2017
-
-
Pierre Loic Garoche authored
-
- Oct 07, 2015
-
-
Temesghen Kahsai authored
-
- Jun 05, 2015
-
-
Pierre Loic Garoche authored
Added fbyn(expr, n, init) to encode init -> pre (init -> pre (init -> ... pre expr)) with n occurences of init
-
Pierre Loic Garoche authored
Added fbyn(expr, n, init) to encode init -> pre (init -> pre (init -> ... pre expr)) with n occurences of init git-svn-id: https://cavale.enseeiht.fr/svn/lustrec/lustre_compiler/branches/fby_n@460 041b043f-8d7c-46b2-b46e-ef0dd855326e
-
- May 05, 2015
-
-
THIRIOUX Xavier authored
- corrected a regression bug in main_lustre_compiler.ml (optional generation of lusic files was in a bad ocaml pattern-matching rule...) - added a flush in Log to help find out the exact phase when the compiler crashes or stops silently
-
THIRIOUX Xavier authored
- corrected a regression bug in main_lustre_compiler.ml (optional generation of lusic files was in a bad ocaml pattern-matching rule...) - added a flush in Log to help find out the exact phase when the compiler crashes or stops silently git-svn-id: https://cavale.enseeiht.fr/svn/lustrec/lustre_compiler/trunk@456 041b043f-8d7c-46b2-b46e-ef0dd855326e
-
- May 04, 2015
-
-
Temesghen Kahsai authored
-
- Jul 09, 2014
-
-
Pierre Loic Garoche authored
Moved backends in separate folders
-
Pierre Loic Garoche authored
Moved backends in separate folders git-svn-id: https://cavale.enseeiht.fr/svn/lustrec/lustre_compiler/trunk@313 041b043f-8d7c-46b2-b46e-ef0dd855326e
-
- May 16, 2014
-
-
Pierre Loic Garoche authored
Changed the load of lusi files: imported nodes or function can specify the linking lib and/or use a classical C prototype (without pointers). Parse updated as well as Makefile generation.
-
Pierre Loic Garoche authored
Changed the load of lusi files: imported nodes or function can specify the linking lib and/or use a classical C prototype (without pointers). Parse updated as well as Makefile generation. git-svn-id: https://cavale.enseeiht.fr/svn/lustrec/lustre_compiler/trunk@242 041b043f-8d7c-46b2-b46e-ef0dd855326e
-
- Oct 02, 2013
-
-
Pierre Loic Garoche authored
-