1. 16 Jan, 2023 4 commits
  2. 13 Jan, 2023 2 commits
  3. 10 Oct, 2022 1 commit
  4. 01 Sep, 2022 1 commit
  5. 18 Jul, 2022 1 commit
  6. 16 Jul, 2022 1 commit
    • Dimitris Lampridis's avatar
      hdl/sim: Protect CIWBMasterAccessor against multiple requests · e85a2855
      Dimitris Lampridis authored
      When performing reads/writes from multiple threads, CIWBMasterAccessor does not provide any
      protection, leading to data from one request being delivered to another.
      
      By replacing the data queues with SV mailboxes, we ensure that only one thread can access the
      mailbox at any given time. Furthermore, we add a SV event in wb_cycle_t, which is used to notify
      the readm()/writem() tasks that their transfer is complete, to avoid getting the result of the
      wrong transfer.
      e85a2855
  7. 28 Jun, 2022 16 commits
  8. 31 May, 2022 1 commit
  9. 01 Oct, 2021 1 commit
  10. 30 Sep, 2021 1 commit
  11. 29 Sep, 2021 2 commits
  12. 28 Sep, 2021 2 commits
  13. 09 Aug, 2021 1 commit
  14. 21 Jan, 2021 1 commit
  15. 18 Jan, 2021 1 commit
  16. 15 Jan, 2021 1 commit
  17. 12 Jan, 2021 3 commits