1. 26 Aug, 2024 1 commit
  2. 25 Aug, 2024 1 commit
  3. 24 Aug, 2024 2 commits
  4. 23 Aug, 2024 1 commit
  5. 22 Aug, 2024 3 commits
  6. 21 Aug, 2024 5 commits
  7. 20 Aug, 2024 15 commits
  8. 19 Aug, 2024 1 commit
  9. 18 Aug, 2024 9 commits
  10. 14 Jul, 2024 1 commit
  11. 12 Jul, 2024 1 commit
    • Jonas Kaufmann's avatar
      lib/simbricks/axil_manager: fix `step_apply()` sometimes being skipped · d7d3abd8
      Jonas Kaufmann authored
      When `AXILManager::pending_` only contained a single operation and that one was removed from `AXILManager::pending_` in `step()` on completion, there were still some signals that needed to be reset to their idle values. The temp variables were correctly modified to do so in `step()`, however, `step_apply()` was skipped since `AXILManager::pending_` was now empty.
      d7d3abd8