1
0

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

This reverts commit a542ae687e.
This commit is contained in:
Henry Cook 2017-12-19 12:16:26 -08:00 committed by GitHub
parent 74d9326ebc
commit 895c4b9261
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.PUT_EFFECTS, regionType = RegionType.UNCACHEABLE,
executable = true, executable = true,
supportsPutFull = TransferSizes(1, wordBytes), supportsPutFull = TransferSizes(1, wordBytes),
supportsPutPartial = TransferSizes(1, wordBytes), supportsPutPartial = TransferSizes(1, wordBytes),