Skip to content
Snippets Groups Projects
  1. Oct 08, 2018
  2. Jul 06, 2018
  3. Jul 02, 2018
  4. Sep 12, 2017
  5. Feb 20, 2017
  6. Jan 06, 2017
  7. Nov 30, 2016
  8. Nov 21, 2016
  9. Oct 25, 2016
  10. Oct 07, 2016
  11. Feb 03, 2016
    • Erwan Jahier's avatar
      Rationnalize the use of time-profiling printing. · 938258cf
      Erwan Jahier authored
      by
      - remove duplication (add a profile_info function ine Lv6Verbose
      - be more efficient (computing Sys.time only when necessary
      - control the time-profiling printing via the -dbg flag "profile", and
        not the verbosity level
      938258cf
  12. Jan 27, 2016
  13. Jan 14, 2016
  14. Jun 23, 2015
  15. Feb 27, 2015
  16. Aug 14, 2014
    • Erwan Jahier's avatar
      fd23885a
    • Erwan Jahier's avatar
      lic2soc: fix the translation of the current operator into SOC. · d3061085
      Erwan Jahier authored
      nb : the -exec mode was working because I did not use the generated soc,
      which was completely wrong.
      
      Note that to do that, I have modified the CURRENT variant of
      Lic.val_exp, to attach it the clock the current holds on. Indeed, the
      clock is mandatory to generated correct code...
      
      In an ideal world, this clock information may have explicitely been
      set by the user ("current(clk_of_X,X)" instead of "current(X)"), but
      for historical reason, it is not the case.
      
      Hence, this information is added as soon as it is available, namely,
      during clock checking.
      d3061085
  17. Aug 07, 2014
    • Erwan Jahier's avatar
      Fix the behavior of condact in the -exec mode. · 213188b1
      Erwan Jahier authored
      Indeed, once the activation condition has been true, and when it is
      false it wax returning the default value instead of the previous one.
      
      # of expected passes 		1512 -> 1519
      # of unexpected failures	84 -> 78
      213188b1
  18. Jul 04, 2014
  19. Jun 26, 2014
  20. Jun 23, 2014
  21. Jun 19, 2014
  22. Jun 18, 2014
  23. Jun 16, 2014
  24. Jun 10, 2014
  25. Mar 25, 2014
  26. Feb 20, 2014
  27. Dec 10, 2013
  28. Dec 06, 2013
  29. Dec 04, 2013
  30. Nov 29, 2013
  31. Nov 25, 2013
  32. Jun 06, 2013
  33. Jun 04, 2013
  34. May 31, 2013
  35. May 28, 2013
  36. May 15, 2013
    • Erwan Jahier's avatar
      Fix test the -ec mode in presence of clocked variable. · d5870c84
      Erwan Jahier authored
      Indeed, I've intentionally removed the when statements in clocked local var like this :
      
       var
          v:int;
      
      because the following was producing a syntax error in ecexe:
      
       var
          v:int when c;
      
      But Actually, the right thing to do was to generate the following:
      
       var
          (v:int) when c;
      
      ...
      
      nb : #FAILS=90->89
      d5870c84
  37. May 07, 2013
  38. Apr 26, 2013
Loading