- Nov 16, 2023
-
-
erwan authored
-
- Jun 16, 2023
-
-
erwan authored
(and a --2smv one that is not finish)
-
- Oct 28, 2022
-
-
erwan authored
-
- Oct 26, 2022
-
- Oct 25, 2022
-
- Oct 24, 2022
-
-
erwan authored
-
- Jul 28, 2022
-
-
erwan authored
-
- Jul 27, 2022
-
-
erwan authored
-
- Jul 19, 2022
-
-
erwan authored
-
- Jul 08, 2022
-
-
erwan authored
-
- Jul 07, 2022
-
-
erwan authored
-
- Jun 20, 2022
-
- Jun 15, 2022
-
-
erwan authored
-
- May 12, 2022
-
-
erwan authored
-
- May 06, 2022
-
-
erwan authored
-
- May 05, 2022
- Apr 08, 2022
-
-
erwan authored
-
- Mar 23, 2022
- Mar 22, 2022
- Mar 21, 2022
-
-
erwan authored
The dependency on the clock was lost when the enum is translated into an integer (because some expression were still refering to the enum type). The fix was to index VarMap.t by string instead of Soc.var_expr in ActionsDeps.
- Sep 22, 2021
-
-
erwan authored
-
- Jul 08, 2021
-
- Jul 05, 2021
-
- Jul 01, 2021
-
- Mar 15, 2021
-
- Mar 11, 2021
-
-
erwan authored
-
- Aug 17, 2020
-
-
erwan authored
-
- Jun 19, 2020
-
- Jun 16, 2020
-
-
erwan authored
-
- Jun 12, 2020
-
- Mar 17, 2020
-
- Mar 13, 2020
-
-
erwan authored
In the -2c mode, in presence of extern types, I was defining them as int. The idea was to have something that compiles, and then to ask the user to redefine its extern types. Now I define extern types as string (char*). The rationale of this change is that before, the generated code was only working for int, which is pretty useless as an extern type. Have string by default is actually much more useful, for instance to use string in a Lustre program. Also, adapt to changes done in lutils, where the string type has ben added. (sha:8619aa285ca8322ab9, i.e., > lutils 1.49.10)
-
- Mar 03, 2020
-
- Feb 14, 2020
-
-
erwan authored