diff --git a/groundtest/src/main/scala/regression.scala b/groundtest/src/main/scala/regression.scala index 9d691fd6..fb3f21bd 100644 --- a/groundtest/src/main/scala/regression.scala +++ b/groundtest/src/main/scala/regression.scala @@ -453,10 +453,6 @@ class RegressionTest(implicit p: Parameters) extends GroundTest()(p) { regress.cache.req.ready := io.cache.req.ready && me regress.cache.resp.valid := io.cache.resp.valid && me regress.cache.resp.bits := io.cache.resp.bits - regress.cache.xcpt := io.cache.xcpt - regress.cache.ordered := io.cache.ordered - regress.cache.replay_next.valid := io.cache.replay_next.valid && me - regress.cache.replay_next.bits := io.cache.replay_next.bits } val cur_regression = regressIOs(regress_idx)