diff --git a/src/main/scala/xiangshan/cache/dcache/storepipe/StorePipe.scala b/src/main/scala/xiangshan/cache/dcache/storepipe/StorePipe.scala index 2e5a0b4b4131a1e301a35eb8d8b82b7b207e5551..e222507b18ac4fb9ab9ea7de5e79653c5171897c 100644 --- a/src/main/scala/xiangshan/cache/dcache/storepipe/StorePipe.scala +++ b/src/main/scala/xiangshan/cache/dcache/storepipe/StorePipe.scala @@ -131,7 +131,7 @@ class StorePipe(id: Int)(implicit p: Parameters) extends DCacheModule{ val s1_hit_coh = s1_hit_meta.coh val (s1_has_permission, _, s1_new_hit_coh) = s1_hit_coh.onAccess(s1_req.cmd) - val s1_hit = s1_has_permission && s1_new_hit_coh === s1_hit_coh && s1_tag_match.orR + val s1_hit = s1_tag_match.orR /** * query replacer to choose a way to replace