Skip to content

Commit

Permalink
Fix default connection in BroadcastFilter
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryz123 committed Aug 20, 2023
1 parent 13fe404 commit ecacc48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/scala/tilelink/Broadcast.scala
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,7 @@ class BroadcastFilter(params: ProbeFilterParams) extends ProbeFilter(params) {
io.response.bits.needT := io.request.bits.needT
io.response.bits.allocOH := io.request.bits.allocOH
io.response.bits.gaveT := true.B
io.response.bits.cacheOH := DontCare
if (params.caches > 0)
io.response.bits.cacheOH := ~0.U(params.caches.W)

Expand Down

0 comments on commit ecacc48

Please sign in to comment.