Home
last modified time | relevance | path

Searched refs:s3_rep_frm_fetch (Results 1 – 2 of 2) sorted by relevance

/XiangShan/src/main/scala/xiangshan/mem/pipeline/
H A DHybridUnit.scala1182 val s3_rep_frm_fetch = s3_vp_match_fail constant
1192 when ((s3_ld_exception || s3_dly_ld_err || s3_rep_frm_fetch) && !s3_force_rep) {
1203 s3_out.bits.uop.replayInst := s3_rep_frm_fetch
1215 …io.ldu_io.rollback.valid := s3_valid && (s3_rep_frm_fetch || s3_flushPipe) && !s3_exception && s3_…
1221 …io.ldu_io.rollback.bits.level := Mux(s3_rep_frm_fetch, RedirectLevel.flush, RedirectLevel.fl…
1235 !s3_rep_frm_fetch &&
H A DLoadUnit.scala1571 val s3_rep_frm_fetch = s3_vp_match_fail constant
1589 when (s3_exception || s3_hw_err || s3_rep_frm_fetch || s3_frm_mabuf) {
1639 …io.rollback.valid := s3_valid && (s3_rep_frm_fetch || s3_flushPipe || s3_frm_mis_flush) && !s3_exc…
1645 …io.rollback.bits.level := Mux(s3_rep_frm_fetch || s3_frm_mis_flush, RedirectLevel.flush, Red…
1779 io.fast_rep_out.bits.lateKill := s3_rep_frm_fetch
1838 s3_rep_frm_fetch
1899 XSPerfAccumulate("s3_rep_frm_fetch_rollback", io.rollback.valid && s3_rep_frm_fetch)