1. 06 Oct, 2023 4 commits
  2. 03 Oct, 2023 2 commits
  3. 28 Sep, 2023 5 commits
  4. 19 Sep, 2023 1 commit
  5. 17 Sep, 2023 1 commit
  6. 15 Sep, 2023 2 commits
    • Dimitris Lampridis's avatar
      f1dc7ba8
    • Dimitris Lampridis's avatar
      tst: improve the HMQ multi sync test · 522441ae
      Dimitris Lampridis authored
      This modification makes sure that all device handles (to the same MT
      devid) are opened at the start of the test and kept open for the
      duration of the test. This allows catching race conditions between the
      read/write pointers in the HMQ buffers (because the read pointer is
      initialised to the value of the write pointer when the device handle is
      first acquired, so the sooner we open it, the more such errors we will
      detect).
      522441ae
  7. 14 Sep, 2023 2 commits
  8. 12 Jun, 2023 3 commits
  9. 09 Jun, 2023 3 commits
  10. 07 Jun, 2023 3 commits
  11. 05 Jun, 2023 4 commits
  12. 08 Mar, 2023 3 commits
  13. 07 Mar, 2023 1 commit
  14. 06 Mar, 2023 2 commits
  15. 03 Mar, 2023 1 commit
    • Dimitris Lampridis's avatar
      sw: rework seq and sync_id logic (#24) · 5428e2ea
      Dimitris Lampridis authored
      `seq` is now available to user applications
      
      `sync_id` is defined internally as a unique ID per HMQ+CPU combo. User
      applications do not need to define this anymore before sending a sync
      message.
      5428e2ea
  16. 28 Feb, 2023 1 commit
    • Tristan Gingold's avatar
      Merge branch… · 958f1d43
      Tristan Gingold authored
      Merge branch '26-rmq-tx-interface-erroneously-fetches-next-data-from-out-slot-when-client-is-not-ready' into 'master'
      
      Resolve "RMQ TX interface erroneously fetches next data from out slot when client is not ready"
      
      Closes #26
      
      See merge request be-cem-edl/common/mockturtle!18
      958f1d43
  17. 27 Feb, 2023 2 commits