1
0
Fork 0

ICache: stores to the ITIM have effects (shrinking valid ITIM data) (#1144)

This commit is contained in:
Wesley W. Terpstra 2017-12-08 17:35:14 -08:00 committed by GitHub
parent c2a0319dc4
commit a542ae687e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ class ICache(val icacheParams: ICacheParams, val hartid: Int)(implicit p: Parame
Seq(TLManagerParameters(
address = Seq(AddressSet(itimAddr, size-1)),
resources = device.reg("mem"),
regionType = RegionType.UNCACHEABLE,
regionType = RegionType.PUT_EFFECTS,
executable = true,
supportsPutFull = TransferSizes(1, wordBytes),
supportsPutPartial = TransferSizes(1, wordBytes),