1
0
Fork 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
1 changed files with 1 additions and 1 deletions

View File

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