1. 14 2月, 2023 1 次提交
  2. 13 2月, 2023 1 次提交
    • B
      param: set EnableUncacheWriteOutstanding to false (#1913) · e32bafba
      bugGenerator 提交于
      Here is a bug cause by EnableUncacheWriteOutstanding:
      The case is extintr in Nexus-AM.
      Three steps of the test:
        clear intrGen's intr: Stop pass interrupt. A mmio write.
        clear plic claim: complete intr. A mmio write.
        read plic claim to check: claim should be 0. A mmio read.
      The corner case:
        intrGen's mmio write is to slow. The instruction after it executes
      and plic claim's mmio's write & read execute before it. On the side of
      core with plic, claim is cleared. But on the side of intrGen with plic,
      the source of interrupt is still enabled and trigger interrupt.
      So the "read plic claim to check" get a valid claim and failed.
      e32bafba
  3. 11 2月, 2023 1 次提交
  4. 06 2月, 2023 1 次提交
    • W
      ldu: sw pf flow will request replay iff tlb miss · 2dc915c2
      William Wang 提交于
      Software prefetch flow (from storeprefetch uop) will not be replayed
      unless tlb reports a miss. In that case, software prefetch flow behaves
      like an normal tlb missed load.
      
      Hardware prefetch flow will never be replayed.
      2dc915c2
  5. 05 2月, 2023 4 次提交
  6. 02 2月, 2023 2 次提交
  7. 01 2月, 2023 4 次提交
  8. 31 1月, 2023 2 次提交
  9. 30 1月, 2023 3 次提交
  10. 29 1月, 2023 7 次提交
  11. 28 1月, 2023 14 次提交