From 75eba294ec4a575d0ad6bf746ef98cd27acb1801 Mon Sep 17 00:00:00 2001 From: "Wesley W. Terpstra" Date: Mon, 27 Mar 2017 15:21:08 -0700 Subject: [PATCH] DCache: Release from the correct ID as well --- src/main/scala/rocket/DCache.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/scala/rocket/DCache.scala b/src/main/scala/rocket/DCache.scala index 480aa9c4..1083e5bb 100644 --- a/src/main/scala/rocket/DCache.scala +++ b/src/main/scala/rocket/DCache.scala @@ -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,