1
0

fix merging of same xact ID puts/gets

This commit is contained in:
Howard Mao
2016-07-04 17:00:03 -07:00
parent 51f7bf1511
commit a35388bc27
3 changed files with 6 additions and 3 deletions

View File

@ -142,7 +142,7 @@ class BufferedBroadcastAcquireTracker(trackerId: Int)(implicit p: Parameters)
can_alloc = Bool(false),
next = s_inner_probe)
io.inner.acquire.ready := state === s_idle || iacq_can_merge || iacq_same_xact
io.inner.acquire.ready := state === s_idle || iacq_can_merge || iacq_same_xact_multibeat
// Track which clients yet need to be probed and make Probe message
// If a writeback occurs, we can forward its data via the buffer,