Skip to content
Snippets Groups Projects
  1. Oct 11, 2017
  2. Oct 10, 2017
  3. Aug 25, 2017
  4. Aug 22, 2017
  5. Jun 23, 2017
  6. May 02, 2017
  7. Feb 14, 2017
  8. Feb 03, 2017
  9. Dec 15, 2016
  10. Nov 29, 2016
  11. Nov 28, 2016
  12. Nov 23, 2016
  13. Oct 27, 2016
    • Dimitris Lampridis's avatar
      sdb: fix nibble order in commit_id field of SDB synthesis record. Closes #1399. · 2943524e
      Dimitris Lampridis authored
      This was due to a bug in the f_string2bits() which took the commit ID as a string argument, assuming that the character array of the string is (32 downto 1), while in fact the commit_id is a string(1 to 32).
      
      f_string2bits() is now  more resilient, it works with both "up" and "downto" string arguments, by checking the "ascending" attribute of the string type.
      2943524e
  14. Oct 17, 2016
  15. Oct 05, 2016
  16. Sep 27, 2016