- Jun 01, 2017
-
-
erwan authored
-
- May 05, 2017
-
-
erwan authored
The previous change fixed program that contains type decl such as : type t1; type t2 = t1; but not type t1; type t2 = t1^2 ; or type t2 = { xxx : t1^2 ; yyy : t1^2} ; And now it works. To fix it, I have include the _ext.h file into the lustre_type.h one.
-
erwan authored
The previous change fixed program that contains type decl such as : type t1; type t2 = t1; but not type t1; type t2 = t1^2 ; or type t2 = { xxx : t1^2 ; yyy : t1^2} ; And now it works. To fix it, I have include the _ext.h file into the lustre_type.h one.
-
erwan authored
Also, the simulation via the _loop.c file was failing in extern types were present as O/I of the main (simulated) node.
-
- May 03, 2017
-
-
erwan authored
-
- Apr 24, 2017
-
-
erwan authored
Also, use rdbg instead of lurettetop to run the test.
-
- Mar 09, 2017
-
-
erwan authored
-
- Feb 20, 2017
-
-
Erwan Jahier authored
-
Erwan Jahier authored
-
Erwan Jahier authored
-
Erwan Jahier authored
-
- Jan 11, 2017
-
-
Erwan Jahier authored
BTW, add a missing module (L2lCheckCKeyWord) introduced in the previous change (necessary for the v6 rdbg plugin)
-
- Jan 10, 2017
-
-
Erwan Jahier authored
-
Erwan Jahier authored
-
- Jan 09, 2017
-
-
Erwan Jahier authored
which was not even compiling...
-
- Jan 06, 2017
-
-
Erwan Jahier authored
also: -2cw7: fix the generated script arduino dir: minor fixes
-
- Jan 02, 2017
-
-
Erwan Jahier authored
-
Erwan Jahier authored
-
- Dec 22, 2016
-
-
Erwan Jahier authored
-
Erwan Jahier authored
with recursive clock depende ncies.
-
- Nov 30, 2016
-
-
Erwan Jahier authored
nb : i have changed the var name in the generated nodes, which was a bad idea (=painful to get it rigth again).
-
- Nov 21, 2016
-
-
Erwan Jahier authored
I have duplicated the interpretation function SocExec.soc_step into a CPS SocExecDbg.soc_step One day I migth only keep the dbg one.
-
- Nov 10, 2016
-
-
Erwan Jahier authored
-
- Oct 25, 2016
-
-
Erwan Jahier authored
-
Erwan Jahier authored
-
- Oct 14, 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 13, 2016
-
-
Erwan Jahier authored
Because otherwise, V4 ec tools behaves strangely.
-
- Sep 09, 2016
-
-
Erwan Jahier authored
-
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
-
Erwan Jahier authored
-
- Aug 26, 2016
-
-
Erwan Jahier authored
More precisely, I missed clock in the ve_clk field of val_exp.
-
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.
-
- Jun 21, 2016
-
-
Erwan Jahier authored
-
- Jun 14, 2016
-
-
Erwan Jahier authored
var_info appears in - node decl - left var - static args not yet working. I commit as Ive fix a missing dep on WenOnId in the _oasis.
-