This project is mirrored from https://gitee.com/gongwenhong/axi-pulp.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
  1. 15 Apr, 2021 2 commits
  2. 15 Jan, 2021 1 commit
  3. 13 Jan, 2021 1 commit
  4. 12 Jan, 2021 6 commits
  5. 27 Oct, 2020 1 commit
  6. 06 May, 2020 1 commit
  7. 27 Apr, 2020 2 commits
  8. 23 Apr, 2020 1 commit
  9. 22 Apr, 2020 1 commit
  10. 21 Apr, 2020 8 commits
  11. 06 Mar, 2018 2 commits
  12. 26 Jan, 2018 1 commit
    • Fabian Schuiki's avatar
      Add testbenches and AXI-Lite adapter stubs · 90682718
      Fabian Schuiki authored
      Extend the `axi_intf.sv` file with significant test functionality. The
      `axi_test` package now provides a `axi_driver` and `axi_lite_driver`
      that can be used to send and receive transactions on each of the AXI and
      AXI-Lite channels.
      
      Add a behavioural testbench for the `axi_lite_to_axi` adapter. It does
      not properly check anything yet, but rather triggers a single AXI
      transaction.
      
      Add a synthesis testbench that instantiates the adapters with the
      different parameters supported. All data widths are tested, and a few
      select ID, user, and address widths.
      
      Hook everything up into GitLab CI.
      90682718