Lines Matching refs:error
81 val error = Output(ValidIO(new L1CacheErrorInfo)) constant
220 …) => meta_resp(w).coh.isValid() && dcacheParameters.tagCode.decode(s1_enctag_resp(w)).error).asUInt
280 …ParallelMux(s1_tag_match_way_dup_dc.asBools, (0 until nWays).map(w => io.extra_meta_resp(w).error))
544 io.error := 0.U.asTypeOf(ValidIO(new L1CacheErrorInfo))
545 io.error.bits.report_to_beu := (s3_tag_error || s3_data_error) && s3_valid
546 io.error.bits.paddr := s3_paddr
547 io.error.bits.source.tag := s3_tag_error
548 io.error.bits.source.data := s3_data_error
549 io.error.bits.source.l2 := s3_flag_error
550 io.error.bits.opType.load := true.B
552 io.error.valid := s3_error && s3_valid