You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I was doing some tests based on Rocket-chip. And I found AMO inst based on a mmio address would cause a store/amo access fault.
I checked the code and wave. The ppa_array and port_aa in TLB.scala will check the req.paddr and cause this error. I am confused by this behavior.
So does this behavior ruled by any specification?
Thanks.
B.R.
The text was updated successfully, but these errors were encountered:
Hi, I was doing some tests based on Rocket-chip. And I found AMO inst based on a mmio address would cause a store/amo access fault.
I checked the code and wave. The ppa_array and port_aa in TLB.scala will check the req.paddr and cause this error. I am confused by this behavior.
So does this behavior ruled by any specification?
Thanks.
B.R.
The text was updated successfully, but these errors were encountered: