diff --git a/src/main/scala/xiangshan/cache/dcache/loadpipe/LoadPipe.scala b/src/main/scala/xiangshan/cache/dcache/loadpipe/LoadPipe.scala index 1926a787ed..537367c51a 100644 --- a/src/main/scala/xiangshan/cache/dcache/loadpipe/LoadPipe.scala +++ b/src/main/scala/xiangshan/cache/dcache/loadpipe/LoadPipe.scala @@ -301,7 +301,7 @@ class LoadPipe(id: Int)(implicit p: Parameters) extends DCacheModule with HasPer // get s1_will_send_miss_req in lpad_s1 val s1_has_permission = s1_hit_coh.onAccess(s1_req.cmd)._1 val s1_new_hit_coh = s1_hit_coh.onAccess(s1_req.cmd)._3 - val s1_hit = s1_tag_match_dup_dc // && s1_has_permission && s1_hit_coh === s1_new_hit_coh + val s1_hit = s1_tag_match_dup_dc && s1_has_permission && s1_hit_coh === s1_new_hit_coh val s1_will_send_miss_req = s1_valid && !s1_nack && !s1_hit // data read