1. 09 Sep, 2020 5 commits
  2. 03 Sep, 2020 1 commit
  3. 24 Jul, 2020 5 commits
  4. 07 Jul, 2020 1 commit
  5. 25 May, 2020 1 commit
  6. 19 May, 2020 1 commit
  7. 11 May, 2020 1 commit
  8. 06 May, 2020 3 commits
  9. 04 May, 2020 1 commit
  10. 24 Apr, 2020 3 commits
  11. 23 Apr, 2020 1 commit
  12. 21 Apr, 2020 5 commits
  13. 20 Apr, 2020 5 commits
  14. 14 Apr, 2020 2 commits
  15. 09 Apr, 2020 1 commit
    • Maciej Lipinski's avatar
      [hdl] add missing generic to generic_dpram in altera · c0e85653
      Maciej Lipinski authored
      This generic is dummy (does nothing), yet it is needed since the
      generic component declaration in genram_pkg.vhd has such generic.
      It has it, because the xilinx generic_dpram.vhd has such generic
      and uses it.
      TBD whether we want to attempt at providing similar functionality
      for altera
      c0e85653
  16. 03 Apr, 2020 1 commit
  17. 30 Mar, 2020 1 commit
  18. 26 Mar, 2020 2 commits
    • Dimitris Lampridis's avatar
      Merge tag 'v1.0.4' into proposed_master · 85964c94
      Dimitris Lampridis authored
      1.0.4 - 2020-03-26
      ==================
      https://www.ohwr.org/project/general-cores/tags/v1.0.4
      
      Added
      -----
      - [hdl] VHDL functions to convert characters and strings to upper/lower case.
      - [sw][i2c] Support for kernel greater than 4.7.
      - [hdl] Separate synchroniser and edge detection modules.
      - [hdl] 8b10b encoder.
      
      Changed
      -------
      - [hdl] Rewritten the WB master interface used in simulations.
      - [hdl] Reimplement gc_sync_ffs using new synchroniser and edge detectors.
      
      Fixed
      -----
      - [sw][spi] Align polarity and phase for Rx and Tx.
      - [hdl][i2c] Fix reset lock for I2C master.
      - [hdl] Avoid cyclic dependencies for log2 ceiling functions.
      85964c94
    • Dimitris Lampridis's avatar
      Merge branch 'release/1.0.4' · 63f36713
      Dimitris Lampridis authored
      63f36713