Skip to content
Snippets Groups Projects
  1. Jan 27, 2015
  2. Oct 09, 2014
  3. Oct 03, 2014
  4. 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
  5. Jul 11, 2014
  6. Jul 04, 2014
  7. Jul 01, 2014
    • Erwan Jahier's avatar
      Soc2c: inline ITE soc, to make things simpler. · a4df5e5e
      Erwan Jahier authored
      Indeed, ite are polymorphic, and thus inventing names during soc
      instanciation is error-prone, ugly, innefficient, and increase the
      code size.
      
      Moreover, using C ite to translate them online (ie, without going
      trough a soc) is straigforward
      
      # of unexpected failures	104->101.
      a4df5e5e
  8. Jun 26, 2014
  9. Jun 19, 2014
    • Erwan Jahier's avatar
      Soc2c: Fix 2 bugs in the C code generation. · 9253be2f
      Erwan Jahier authored
      The first one in Soc2cIdent.type_to_short_string when enum and int were both
      translated by "i" ; as a consequence, some different soc ctx get the same name.
      
      The second one was due to the fact that car ident in gao switches were
      printed incorrectly (missing "ctx->" or "node_no_mem_ctx.").
      
      nb:  unexpected failures 162-> 149
      9253be2f
    • Erwan Jahier's avatar
      Soc2c: add support for array slices. · e00fbd2a
      Erwan Jahier authored
      nb:  unexpected failures 175-> 162
      
      Also name step function consistent and uniquely
      e00fbd2a
  10. Jun 13, 2014
  11. Jun 12, 2014
  12. Jun 06, 2014
  13. Jun 02, 2014
Loading