Skip to content
Snippets Groups Projects
  1. Nov 10, 2018
  2. Oct 19, 2018
  3. Apr 09, 2018
  4. Mar 16, 2018
  5. Nov 17, 2017
  6. Nov 13, 2017
  7. Oct 31, 2017
  8. Sep 06, 2017
  9. Aug 18, 2017
  10. Aug 16, 2017
  11. Aug 15, 2017
  12. Aug 10, 2017
  13. Aug 08, 2017
  14. Aug 04, 2017
  15. Aug 03, 2017
  16. Jun 23, 2017
  17. May 02, 2017
  18. Feb 14, 2017
  19. Feb 03, 2017
  20. Dec 15, 2016
  21. Nov 29, 2016
  22. Nov 28, 2016
  23. Nov 23, 2016
  24. 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
  25. Oct 17, 2016
  26. Oct 05, 2016
  27. Sep 27, 2016