Skip to content
Snippets Groups Projects
  1. Nov 29, 2018
  2. Oct 31, 2018
  3. Jun 08, 2018
  4. May 02, 2018
  5. Mar 25, 2018
  6. Mar 20, 2018
  7. 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
  8. Mar 09, 2018
  9. Dec 14, 2017
  10. Dec 13, 2017
  11. Feb 17, 2017
  12. Feb 14, 2017
  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. Sep 27, 2016
  16. Apr 22, 2016
  17. Apr 21, 2016
  18. Mar 30, 2016
    • Wesley W. Terpstra's avatar
      wishbone_pkg: fix ghdl compile errors; type not locally static · 6346131a
      Wesley W. Terpstra authored
      The subrange type might not be known in this context.
      Fixes:
        wishbone_pkg.vhd:1379:26: object subtype is not locally static
      6346131a
    • Wesley W. Terpstra's avatar
      wishbone_pkg: fix ghdl compile errors due to loop over length of a variable · 30a36213
      Wesley W. Terpstra authored
      Variable lengths might change; standard forbids length in a loop.
      Fixes:
        wishbone_pkg.vhd:1576:18: universal integer bound must be numeric literal or attribute
        wishbone_pkg.vhd:1613:18: universal integer bound must be numeric literal or attribute
        wishbone_pkg.vhd:1734:30: universal integer bound must be numeric literal or attribute
        wishbone_pkg.vhd:1771:16: universal integer bound must be numeric literal or attribute
        wishbone_pkg.vhd:1806:16: universal integer bound must be numeric literal or attribute
        wishbone_pkg.vhd:1817:16: universal integer bound must be numeric literal or attribute
      30a36213
  19. Nov 18, 2015
  20. Nov 16, 2015
  21. Feb 24, 2015
  22. Feb 17, 2015
  23. Aug 04, 2014
  24. Jul 31, 2014