Skip to content
Snippets Groups Projects
  1. Jul 24, 2019
  2. Jul 19, 2019
  3. Jul 15, 2019
  4. Feb 01, 2019
  5. Dec 11, 2018
  6. Nov 30, 2018
  7. Nov 29, 2018
  8. Oct 31, 2018
  9. Jun 08, 2018
  10. May 02, 2018
  11. Mar 25, 2018
  12. Mar 20, 2018
  13. Mar 19, 2018
    • Dimitris Lampridis's avatar
      hdl: Eradicate INT from wishbone records and peripheral ports. · 61ca3f49
      Dimitris Lampridis authored
      For the few peripherals where it was being used (eg. uart, spi, etc) the output port
      has been renamed to "int_o".
      
      The only peripheral that was not touched is "wb_eic.vhd", because this one is being used
      by wbgen, and it would require users to update their wbgen tool as well. So, until a new
      tool is introduced, wbgen-generated interrupt controllers will have an output port called
      wb_int_o".
      61ca3f49
  14. Mar 09, 2018
  15. Dec 14, 2017
  16. Dec 13, 2017
  17. Feb 17, 2017
  18. Feb 14, 2017
  19. 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
  20. Oct 17, 2016
  21. Sep 27, 2016
  22. Apr 22, 2016
  23. Apr 21, 2016