Replies: 1 comment
-
Is it perhaps due to the nonblocking nature of MMIO uncached requests that could mean that |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
rocket-chip/src/main/scala/rocket/DCache.scala
Line 1104 in bf5742b
Why is this address qualified with grantIsCached? This means memory mapped io errors, while still indicating the error to the beu, would report 0 for the physical address.
Could/should this qualification be removed?
s2_req.addr seems valid to use even when grantIsCached is 0.
Beta Was this translation helpful? Give feedback.
All reactions