1. 30 Apr, 2020 2 commits
    • Marcus Comstedt's avatar
      Fix BVALID signalling in AXI4Lite-to-WB bridge wrapper · 496eced5
      Marcus Comstedt authored
      The BVALID signal must be asserted once the write operation is
      completed.  The master is not required to assert BREADY before this
      happens.  The old code happened to work if the master tied BREADY
      high, which is allowed but not required.
      496eced5
    • Marcus Comstedt's avatar
      Fix response signalling in AXI4Lite-to-WB bridge wrapper · 392ed83d
      Marcus Comstedt authored
      The response should not be EXOKAY unless an atomic access is requested
      by the master using the LOCK signals.  This bridge does not even
      support atomic accesses (it's an AXI4-Lite slave and does not have the
      LOCK signals) so it's required to respond OKAY even if the master
      does attempt an atomic access (this is how the master knows that the
      slave does not support atomic accesses).  The AXI4-Lite specification
      clearly states that the EXOKAY response is not supported in AXI4-Lite.
      392ed83d
  2. 24 Apr, 2020 2 commits
  3. 23 Apr, 2020 1 commit
  4. 21 Apr, 2020 5 commits
  5. 20 Apr, 2020 5 commits
  6. 14 Apr, 2020 2 commits
  7. 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
  8. 03 Apr, 2020 1 commit
  9. 30 Mar, 2020 1 commit
  10. 26 Mar, 2020 6 commits
  11. 17 Mar, 2020 2 commits
  12. 13 Mar, 2020 3 commits
  13. 11 Mar, 2020 1 commit
  14. 06 Mar, 2020 4 commits
  15. 05 Mar, 2020 4 commits