Skip to content
Snippets Groups Projects
  1. Jun 05, 2024
  2. May 30, 2024
    • erwan's avatar
      fix: 2 bugs revealed by the new check_knc pass (C var names · 66a3279f
      erwan authored
      clash+parenthesis issues in the lustre generated code)
      
      The  parenthesis  issues  were  occuring (sometimes)  in  the  lustre
      generated code,  for 'pre', '#,'  'nor', and 'current'. A  issue with
      int2real and real2int was fixed too.
      66a3279f
  3. Jan 25, 2023
  4. Oct 25, 2022
  5. Oct 20, 2022
  6. Jul 27, 2022
  7. Jul 22, 2022
  8. Jul 19, 2022
  9. Jul 08, 2022
  10. Jul 07, 2022
  11. Jun 28, 2022
  12. Jun 20, 2022
  13. May 06, 2022
  14. May 05, 2022
  15. Mar 23, 2022
  16. Mar 21, 2022
  17. Sep 22, 2021
  18. Jul 05, 2021
  19. Mar 15, 2021
  20. 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
  21. Feb 14, 2020
  22. Aug 29, 2019
  23. Jul 06, 2018
  24. Mar 28, 2018
  25. Mar 23, 2018
  26. Feb 22, 2018
  27. Jul 10, 2017
  28. 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
  29. Jun 27, 2017
  30. Jun 01, 2017
Loading