From 1024a460f238ff6df738c0d7e119f1ba9d0234be Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Tue, 6 Mar 2012 00:31:44 -0800 Subject: [PATCH] support memory transaction aborts --- uncore/coherence.scala | 2 ++ 1 file changed, 2 insertions(+) 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) }