Skip to content
Snippets Groups Projects
  1. Mar 21, 2022
  2. Sep 22, 2021
  3. Jul 05, 2021
  4. Mar 15, 2021
  5. Mar 13, 2020
    • erwan's avatar
      fix: try to do a better job with extern types. · 777c3f4f
      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)
      6.101.16
      777c3f4f
  6. Feb 14, 2020
  7. Aug 29, 2019
  8. Jul 06, 2018
  9. Mar 28, 2018
  10. Mar 23, 2018
  11. Feb 22, 2018
  12. Jul 10, 2017
  13. Jul 04, 2017
    • erwan's avatar
      More work on the -eeb option. · a6fab49a
      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
      a6fab49a
  14. Jun 27, 2017
  15. Jun 01, 2017
  16. May 05, 2017
  17. Feb 20, 2017
  18. Jan 11, 2017
  19. Jan 10, 2017
  20. Jan 09, 2017
  21. Jan 06, 2017
  22. Dec 22, 2016
  23. Nov 30, 2016
  24. Oct 25, 2016
  25. Oct 07, 2016
  26. Sep 20, 2016
    • Erwan Jahier's avatar
      -2cw7: generate C annotations (as comments) for Lesar/w7 · aa6d74b5
      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.
      aa6d74b5
  27. Sep 09, 2016
  28. Jun 21, 2016
  29. May 27, 2016
Loading