1
0

DCache: Release from the correct ID as well

This commit is contained in:
Wesley W. Terpstra 2017-03-27 15:21:08 -07:00
parent 4959771c97
commit 75eba294ec

View File

@ -391,7 +391,7 @@ class DCacheModule(outer: DCache) extends HellaCacheModule(outer) {
val voluntaryReleaseMessage = if (edge.manager.anySupportAcquireB) { val voluntaryReleaseMessage = if (edge.manager.anySupportAcquireB) {
edge.Release( edge.Release(
fromSource = UInt(maxUncachedInFlight - 1), fromSource = UInt(0),
toAddress = probe_bits.address, toAddress = probe_bits.address,
lgSize = lgCacheBlockBytes, lgSize = lgCacheBlockBytes,
shrinkPermissions = s2_shrink_param, shrinkPermissions = s2_shrink_param,