diff --git a/uncore/coherence.scala b/uncore/coherence.scala index fc4f3570..7bcd19c3 100644 --- a/uncore/coherence.scala +++ b/uncore/coherence.scala @@ -395,6 +395,8 @@ class CoherenceHubNull extends CoherenceHub { x_rep.bits.global_xact_id := UFix(0) // don't care x_rep.bits.data := io.mem.resp.bits.data x_rep.valid := io.mem.resp.valid || x_init.valid && is_write + + io.tiles(0).xact_abort.valid := Bool(false) }