ICache: stores to the ITIM have effects (shrinking valid ITIM data) (#1144)
This commit is contained in:
parent
c2a0319dc4
commit
a542ae687e
@ -59,7 +59,7 @@ class ICache(val icacheParams: ICacheParams, val hartid: Int)(implicit p: Parame
|
|||||||
Seq(TLManagerParameters(
|
Seq(TLManagerParameters(
|
||||||
address = Seq(AddressSet(itimAddr, size-1)),
|
address = Seq(AddressSet(itimAddr, size-1)),
|
||||||
resources = device.reg("mem"),
|
resources = device.reg("mem"),
|
||||||
regionType = RegionType.UNCACHEABLE,
|
regionType = RegionType.PUT_EFFECTS,
|
||||||
executable = true,
|
executable = true,
|
||||||
supportsPutFull = TransferSizes(1, wordBytes),
|
supportsPutFull = TransferSizes(1, wordBytes),
|
||||||
supportsPutPartial = TransferSizes(1, wordBytes),
|
supportsPutPartial = TransferSizes(1, wordBytes),
|
||||||
|
Loading…
Reference in New Issue
Block a user