Skip to content

Commit

Permalink
tp: disable by default
Browse files Browse the repository at this point in the history
  • Loading branch information
wakafa1 authored Oct 10, 2023
1 parent 73025ba commit 2dc4c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/coupledL2/prefetch/TemporalPrefetch.scala
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ class TemporalPrefetch(implicit p: Parameters) extends TPModule {
}
}

io.req.valid := sending_valid
io.req.valid := false.B // sending_valid
io.req.bits.tag := sendingTag
io.req.bits.set := sendingSet
io.req.bits.needT := true.B
Expand Down

0 comments on commit 2dc4c86

Please sign in to comment.