We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e7cbdf commit 084135dCopy full SHA for 084135d
src/main/scala/coupledL2/SinkA.scala
@@ -188,6 +188,11 @@ class SinkA(implicit p: Parameters) extends L2Module {
188
when (stateVal === sWAITMSHR && !mshrValid) {
189
state.foreach { _ := sCMOREQ }
190
}
191
+ when (stateVal === sDONE && !l2Flush) {
192
+ state.foreach { _ := sIDLE }
193
+ set.foreach { _ := 0.U }
194
+ way.foreach { _ := 0.U }
195
+ }
196
197
// Performance counters
198
// num of reqs
0 commit comments