We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3e59ee commit 1cdb01bCopy full SHA for 1cdb01b
src/main/scala/coupledL2/SinkA.scala
@@ -178,7 +178,7 @@ class SinkA(implicit p: Parameters) extends L2Module {
178
}.otherwise {
179
way.foreach { _ := wayVal + 1.U }
180
}
181
- when (mshrValid) {
+ when (!mshrValid) {
182
state.foreach { _ := sCMOREQ }
183
184
state.foreach { _ := sWAITMSHR }
0 commit comments