- Nov 16, 2023
-
-
erwan authored
-
- Jun 16, 2023
-
-
erwan authored
(and a --2smv one that is not finish)
-
- Oct 21, 2022
-
-
erwan authored
-
- Jun 28, 2022
-
-
erwan authored
-
- May 12, 2022
-
-
erwan authored
-
- May 05, 2022
- Sep 22, 2021
-
-
erwan authored
-
- Jul 13, 2021
-
-
erwan authored
-
- Jul 05, 2021
- Jul 01, 2021
-
- Mar 03, 2020
-
- Sep 04, 2019
-
- Aug 29, 2019
-
-
erwan authored
Remove a lot of warnings (considered as errors by dune).
-
- Jul 29, 2019
-
-
erwan authored
-
- Jul 02, 2018
-
-
Erwan Jahier authored
update the Arduino demo
-
- Apr 27, 2018
-
-
erwan authored
Remove unused files along the way (myGenlex.ml/mli)
-
- Mar 28, 2018
-
-
erwan authored
-
- Aug 18, 2017
-
-
erwan authored
nb: the 2 tests that now pass pass for other reasons (because of a change in rdbg 1.108)
-
erwan authored
And it is now done only by Lic2soc (L2lCheckLoops is not used anymore) Also, during this change, I was bitten again by the « "__" versus "::" in ident names » problem again. The core of this problem is due to the fact that I use LicDump both for (1) dealing with internal ident names (2) generating lustre files Because of (2), ident names may depend on the ec or the v4 option. hence, internal names were sometimes translated with "__" instead of "::". To (try to) fix that, I've added a boolean flag to all "to_string" functions that states whether the function is used for internal purposes, or for generating lustre files. It was quite a boring change, that triggered other problems, that I've fixed in this (too long) commit : - -esa should force -en, otherwise bad things happen (-esa is used for -ec anyway) - in -esa mode, #/nor inputs tuples of bool, not arrays - fix the list of predi op that returns a type different that its arg (SocPredef)
-
- Jul 12, 2017
-
-
erwan authored
-
- Jul 05, 2017
-
-
erwan authored
Also, -eeb is now the default when using -ec.
-
- Jul 04, 2017
-
-
erwan authored
To do that, I have created a new dedicated module L2lExpandEnum, that actually also deals with -eei (which was probably wrong, even if I have not counter-exemple). Use 1-hot encoding instead of log-encoding I've fixed a bug in L2lExpandArrays that occurs on equation such as some_bool = (some_array1 = some_array2); Also, I've rewritten Lv6Compile for more readability Remove duplicated code when using SocMap.find and co
-
- Jun 20, 2017
-
-
erwan authored
-
- Apr 24, 2017
-
-
erwan authored
Also, use rdbg instead of lurettetop to run the test.
-
- Feb 20, 2017
-
-
Erwan Jahier authored
-
- Dec 22, 2016
-
-
Erwan Jahier authored
-
- Oct 25, 2016
-
-
Erwan Jahier authored
-
- Oct 07, 2016
-
-
Erwan Jahier authored
Reference Manual enhancements.
-
- Sep 20, 2016
-
-
Erwan Jahier authored
so that w7/lesar can help otawa/ilp to prune path in the binary. nb : not working on the convertible example: - sometimes the module name still appear in the ident (enums) - clocks are not well supported by Lesar actually. More thinking is necessary.
-
- Sep 09, 2016
-
-
Erwan Jahier authored
-
Erwan Jahier authored
generates unvalid C code.
-
- Sep 05, 2016
-
-
Erwan Jahier authored
The bug was appearing a node was called on a non base clock that was existing in the called nodes (name clash). Typically, it occurs on recursive node called on some non-trivial clocks. Also, use maps instead of list to hold the substitution between params and args.
-
- Aug 30, 2016
-
-
Erwan Jahier authored
-
- Aug 26, 2016
-
-
Erwan Jahier authored
-
Erwan Jahier authored
and replace enumerated clock in the var_info even if it does not appear in a val_exp. nb : luciole-rif is now in the rdbg repo.
-