diff --git a/uncore/coherence.scala b/uncore/coherence.scala index 7bcd19c3..817e6d73 100644 --- a/uncore/coherence.scala +++ b/uncore/coherence.scala @@ -397,6 +397,7 @@ class CoherenceHubNull extends CoherenceHub { x_rep.valid := io.mem.resp.valid || x_init.valid && is_write io.tiles(0).xact_abort.valid := Bool(false) + io.tiles(0).xact_finish.ready := Bool(true) }