Skip to content
Snippets Groups Projects
  1. May 30, 2016
  2. May 27, 2016
  3. Mar 18, 2016
  4. Mar 10, 2016
  5. Feb 10, 2016
  6. Feb 08, 2016
  7. Feb 03, 2016
  8. Feb 02, 2016
  9. Feb 01, 2016
  10. Jan 29, 2016
  11. Jan 28, 2016
  12. Jan 27, 2016
  13. Jan 14, 2016
  14. Sep 23, 2015
  15. Sep 21, 2015
  16. Aug 20, 2015
  17. Aug 17, 2015
  18. Jul 10, 2015
    • Erwan Jahier's avatar
      Fix the bug detected in the previous commit where type instance were not... · b76489ad
      Erwan Jahier authored
      Fix the bug detected in the previous commit where type instance were not propagated in package obtained from a model instance.
      b76489ad
    • Erwan Jahier's avatar
      The nonreg test process was missing some failures. · ccdf2a78
      Erwan Jahier authored
      More precisely, issuing an "exit 2" is not enough for the
      should_work proc in test/site.exp to state that the test fails.
      
      That fix revealed a certain number of bad programs.
      Some were not really wrong ; there were just not respecting the
      naming convention used to automated the test (i.e., main node name =
      file name).
      
      It also releaved a real bug due to the fact that type
      instanciatiation is not propagated during model instanciatiation,
      where creates a loop between (Lic2soc.process_node and
      Lic2soc.soc_of_node). Indeed it searches in the soc the table for an
      abstract profile.
      ccdf2a78
  19. Jul 07, 2015
  20. Jul 06, 2015
    • Pascal Raymond's avatar
      Probleme des noeud parametrique definis dans un pack : · 03572aa0
      Pascal Raymond authored
      * la syntaxe est changee pour l'accepter
      * la stucture IdSolver (compil "lazy") contient maintenant
        "all_srcs" qui permet d'acceder si besoin a n'importe quelle info source,
        notamment les params statiques des noeuds identifies par "Pack::name"
      03572aa0
  21. Jul 01, 2015
  22. Jun 25, 2015
  23. Jun 23, 2015
  24. Jun 18, 2015
  25. May 22, 2015
    • Erwan Jahier's avatar
      Add a third level of options. · 71fc4b66
      Erwan Jahier authored
      lus2lic -h shows the basic options
      lus2lic -more shows more experimental options
      lus2lic -dev shows experimental/internal  options
      71fc4b66
  26. Apr 10, 2015
  27. Apr 08, 2015
  28. Mar 30, 2015
  29. Mar 24, 2015
  30. Mar 20, 2015
  31. Mar 18, 2015
    • Erwan Jahier's avatar
      lic2soc: try a few optimisation wrt Soc.gao scheduling and test opening. · 7d0da0b8
      Erwan Jahier authored
      Indeed, in order to sort Soc.gao, I currently process in 3 stages ;
      1. compute a total ordering of Actions.t according to the deps
      2. transform Actions.t into Soc.gao (List.map)
      3. factorize Soc.gao by looking at consecutive gao that have the same guard
      
      With this change, between steps 1 and 2, I reorder the list of actions
      so that group of independent actions are sorted according to their
      clock. The idea is of course to provide to step 3 more opportunities
      of factorization.
      
      The result is not very convincing yet.
      
      I've also tried to sort the actions wrt their clock before performing
      the toposort. Seems not too bad.
      
      I've kept the old behavior by default though.
      7d0da0b8
Loading