Skip to content
Snippets Groups Projects
  1. Jun 06, 2013
  2. Jun 05, 2013
    • Erwan Jahier's avatar
      Fix the handling of fby in Soc. · 1026bf31
      Erwan Jahier authored
      Indeed, the initialisation of the fby was done when the soc was
      created.  Hence the first fby that was translated was giving its
      initial value to all others forthcoming fby !!!
      
      In order to fix that, I've modified the type of Soc.key so that the
      initial value is part of its key.
      
      Note that currently, it does not work if the initial value is an input.
      1026bf31
  3. May 28, 2013
    • Erwan Jahier's avatar
      Change the nonreg test scheme by inverting the role of v4 and v6 in the sut and the oracle. · 06ddb863
      Erwan Jahier authored
      The rationale is to avoid local vars blow-up on some
      examples. Indeed, the generated oracle blows-up (e.g., on left.lus)
      if we execute it via v4, whereas via v6 it works fine.
      
      This change triggers a couple of bugs that ware easy to fix
      (confusion between div and slash) that I've fixed along the way.
      For the others, I'll see later.
      
      Overall it's a progress albeit
        #fail: 80 -> 83
      
      indeed:
        #unresolved: 20 -> 12
        #passes		878 -> 883
        time: 335 -> 228
      06ddb863
  4. May 10, 2013
  5. May 07, 2013
  6. Apr 08, 2013
  7. Apr 05, 2013
  8. Apr 04, 2013
    • Erwan Jahier's avatar
      The -exec mode now supports the merge statement. · 1ca66bc0
      Erwan Jahier authored
      In order to do that, I've generalised the type of merge : now the clock
      argument can be any expression. Some assert false still prevent its use,
      but it should be easy to get rid of them (I'll do that latter).
      1ca66bc0
  9. Apr 03, 2013
  10. Apr 02, 2013
  11. Mar 29, 2013
  12. Mar 22, 2013
  13. Mar 21, 2013
  14. Mar 20, 2013
  15. Mar 19, 2013
  16. Mar 11, 2013
  17. Mar 05, 2013
Loading