Lines Matching refs:error
360 …val error = Bool() // cache line has been marked as corrupted by l2 / ecc error detected when store constant
475 val error = Bool() // all kinds of errors, include tag error constant
497 val error = Bool() // refilled data has been corrupted constant
561 val error = Bool() constant
569 data, id, miss, replay, tag_error, error)
587 val error = Bool() constant
812 val error = ValidIO(new L1CacheErrorInfo) constant
1065 val errors = ldu.map(_.io.error) ++ // load error
1066 Seq(mainPipe.io.error) // store / misc error
1068 io.error.bits <> RegEnable(
1071 io.error.valid := RegNext(RegNext(error_valid, init = false.B), init = false.B)
1134 (0 until nWays).map(i => { p(i).error := r(i) })